diff options
author | alex <alex@FreeBSD.org> | 2000-06-09 13:09:50 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-06-09 13:09:50 +0000 |
commit | b39050ecfa467ecac0110c5f9fb1d44d66192c59 (patch) | |
tree | 137269efa9df25b6f1be681a110f7b05c9809154 | |
parent | 7de0edc1cba4690b23808a182a3147857ec418c9 (diff) | |
download | FreeBSD-src-b39050ecfa467ecac0110c5f9fb1d44d66192c59.zip FreeBSD-src-b39050ecfa467ecac0110c5f9fb1d44d66192c59.tar.gz |
Since many people use LINT as "supported hardware" list, add
all supported cards to the description of the ep-driver.
Reviewed by: asmodai
-rw-r--r-- | sys/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 2 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 0c64bb2..3f84568 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1199,7 +1199,7 @@ options COM_MULTIPORT #code for some cards with shared IRQs # cx: Cronyx/Sigma multiport sync/async (with Cisco or PPP framing) # ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503 # el: 3Com 3C501 (slow!) -# ep: 3Com 3C509 +# ep: 3Com 3C509, 3C529, 3C556, 3C562D, 3C563D, 3C572, 3C574X, 3C579, 3C589 # ex: Intel EtherExpress Pro/10 and other i82595-based adapters # fe: Fujitsu MB86960A/MB86965A Ethernet # ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; Intel EtherExpress diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 0c64bb2..3f84568 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -1199,7 +1199,7 @@ options COM_MULTIPORT #code for some cards with shared IRQs # cx: Cronyx/Sigma multiport sync/async (with Cisco or PPP framing) # ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503 # el: 3Com 3C501 (slow!) -# ep: 3Com 3C509 +# ep: 3Com 3C509, 3C529, 3C556, 3C562D, 3C563D, 3C572, 3C574X, 3C579, 3C589 # ex: Intel EtherExpress Pro/10 and other i82595-based adapters # fe: Fujitsu MB86960A/MB86965A Ethernet # ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; Intel EtherExpress diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 0c64bb2..3f84568 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1199,7 +1199,7 @@ options COM_MULTIPORT #code for some cards with shared IRQs # cx: Cronyx/Sigma multiport sync/async (with Cisco or PPP framing) # ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503 # el: 3Com 3C501 (slow!) -# ep: 3Com 3C509 +# ep: 3Com 3C509, 3C529, 3C556, 3C562D, 3C563D, 3C572, 3C574X, 3C579, 3C589 # ex: Intel EtherExpress Pro/10 and other i82595-based adapters # fe: Fujitsu MB86960A/MB86965A Ethernet # ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; Intel EtherExpress |