Re: supporting old code in -current..
- From: Scott Long <scottl@xxxxxxxxxx>
- Date: Sun, 21 Oct 2007 12:57:47 -0600
Julian Elischer wrote:
In the following files (and their modules) we have the following in -current.
src/sys/dev/aic7xxx/aic_osm_lib.h
src/sys/dev/mpt/mpt.h
#if __FreeBSD_version > 500005
[...]
#else
[blah]
#endif
is this worth maintaining?
are the maintainers for mpt and aic supporting 4.x with the same sources somewhere?
At one point, the code was shared between different OS versions for both
of the these drivers. Adding locking hurt that a bit, and I mostly consider 4.x compat to be an obstacle at this point. I don't care if
this gets broken by your kthread/kproc changes.
Scott
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: supporting old code in -current..
- From: Julian Elischer
- Re: supporting old code in -current..
- References:
- supporting old code in -current..
- From: Julian Elischer
- supporting old code in -current..
- Prev by Date: agp.ko panic: vm_fault: fault on nofault entry, addr: deadc000
- Next by Date: Re: supporting old code in -current..
- Previous by thread: supporting old code in -current..
- Next by thread: Re: supporting old code in -current..
- Index(es):
Relevant Pages
|