Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Sep 2003 10:21:20 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        dfr@nlsystems.com
Cc:        peter@FreeBSD.org
Subject:   Re: cvs commit: src/sys/i386/isa isa_compat.c isa_device.h
Message-ID:  <20030905.102120.98329950.imp@bsdimp.com>
In-Reply-To: <1062777913.12268.8.camel@builder02.qubesoft.com>
References:  <200309051455.h85EtBoU029983@repoman.freebsd.org> <1062777913.12268.8.camel@builder02.qubesoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <1062777913.12268.8.camel@builder02.qubesoft.com>
            Doug Rabson <dfr@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030905.102120.98329950.imp>