diff options
author | jhb <jhb@FreeBSD.org> | 2005-08-26 13:42:04 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-08-26 13:42:04 +0000 |
commit | d2dbbf899f54e48bda151d95ad5200ad3be8d42b (patch) | |
tree | 393d28dd70dcfa38d7dd7ee7947b819f42da1637 /sys/conf | |
parent | eac0371f3b7a1e56ee5432b37a9fb10aa105533e (diff) | |
download | FreeBSD-src-d2dbbf899f54e48bda151d95ad5200ad3be8d42b.zip FreeBSD-src-d2dbbf899f54e48bda151d95ad5200ad3be8d42b.tar.gz |
Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatened
earlier as no one has stepped up to test recent changes to the driver.
Oddly, the module was actually turned on on ia64 though I'm fairly certain
that no ia64 machine has ever had or will ever have an ISA slot.
Axe borrowed from: phk
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.i386 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index b2dec20..c66937f 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -321,7 +321,6 @@ i386/isa/clock.c standard i386/isa/elcr.c standard i386/isa/elink.c optional ep i386/isa/elink.c optional ie -i386/isa/if_el.c optional el i386/isa/isa.c optional isa i386/isa/isa_dma.c optional isa i386/isa/nmi.c standard |