diff options
author | imp <imp@FreeBSD.org> | 2004-03-14 22:25:19 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-03-14 22:25:19 +0000 |
commit | 457e065fc29455c505eec9a835ecbbdfe1e731e0 (patch) | |
tree | 274c0f366595ad486e31c9cadb91ace6f12242c4 /sys/i386/conf/NOTES | |
parent | 4f9d8b78ae75506f39a713d8bafa71036708aa9d (diff) | |
download | FreeBSD-src-457e065fc29455c505eec9a835ecbbdfe1e731e0.zip FreeBSD-src-457e065fc29455c505eec9a835ecbbdfe1e731e0.tar.gz |
The le driver uses ISA_COMPAT, which is going away soon. Retire it
and releated files. If someone wants to fix it to use the new APIs
and test it, it can be brought back.
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r-- | sys/i386/conf/NOTES | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index f6fe2d4..b09a532 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -506,8 +506,6 @@ hint.mse.0.irq="5" # el: 3Com 3C501 (slow!) # ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; # Intel EtherExpress -# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100, -# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422) # lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and # Am79C960) # oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133. @@ -551,11 +549,6 @@ hint.ie.2.at="isa" hint.ie.2.port="0x300" hint.ie.2.irq="5" hint.ie.2.maddr="0xd0000" -device le 1 -hint.le.0.at="isa" -hint.le.0.port="0x300" -hint.le.0.irq="5" -hint.le.0.maddr="0xd0000" device lnc hint.lnc.0.at="isa" hint.lnc.0.port="0x280" |