cvs commit: src/sys/i386/isa isa_compat.c isa_device.h

M. Warner Losh imp at bsdimp.com
Fri Sep 5 09:21:47 PDT 2003


In message: <1062777913.12268.8.camel at builder02.qubesoft.com>
            Doug Rabson <dfr at nlsystems.com> writes:
: On Fri, 2003-09-05 at 15:55, Peter Wemm wrote:
: > peter       2003/09/05 07:55:11 PDT
: > 
: >   FreeBSD src repository
: > 
: >   Modified files:
: >     sys/i386/isa         isa_compat.c isa_device.h 
: >   Log:
: >   Mark the isa compat shims for BURN_BRIDGES for 6.0
: 
: Excellent. This evil hackery has lived far too long.

In case anyboy is interested, here are the current ISA_COMAT drivers:

./dev/dgb/dgb.c:#ifndef COMPAT_OLDISA
./i386/isa/asc.c:#ifndef COMPAT_OLDISA
./i386/isa/ctx.c:#ifndef COMPAT_OLDISA
./i386/isa/cy.c:#ifndef COMPAT_OLDISA
./i386/isa/gpib.c:#ifndef COMPAT_OLDISA
./i386/isa/gsc.c:#ifndef COMPAT_OLDISA
./i386/isa/if_cx.c:#ifndef COMPAT_OLDISA
./i386/isa/if_le.c:#ifndef COMPAT_OLDISA
./i386/isa/if_rdp.c:#ifndef COMPAT_OLDISA
./i386/isa/istallion.c:#ifndef COMPAT_OLDISA
./i386/isa/wt.c:#ifndef COMPAT_OLDISA
./pc98/pc98/wd.c:#ifndef COMPAT_OLDISA

Of the above list, only dgb, cyf an istallion look even remotely
interesting (in that I can find supposedly supported hardware on
ebay).  The others likely will never be converted.  In fact, we may be
able to just remove the pc98 copy of the wd driver now that that port
has converted to ata.

Warner



More information about the cvs-src mailing list