diff options
author | steve <steve@FreeBSD.org> | 1997-11-04 21:11:14 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1997-11-04 21:11:14 +0000 |
commit | 1106c3e0102dc464c3f3d8bba4f1305dedd9f222 (patch) | |
tree | 265a6f64839f87d7f47077182f59416358354722 /sys/conf | |
parent | 741ef8dac5e810d302f0b32d99ed2232465ed621 (diff) | |
download | FreeBSD-src-1106c3e0102dc464c3f3d8bba4f1305dedd9f222.zip FreeBSD-src-1106c3e0102dc464c3f3d8bba4f1305dedd9f222.tar.gz |
Note that the Intel EtherExpress' driver is ie(4).
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1e4fdf8..e3786e4 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.377 1997/10/28 07:24:33 joerg Exp $ +# $Id: LINT,v 1.378 1997/10/28 07:27:48 joerg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -918,7 +918,7 @@ options "EXTRA_SIO=2" #number of extra sio ports to allocate # el: 3Com 3C501 (slow!) # ep: 3Com 3C509 (buggy) # fe: Fujitsu MB86960A/MB86965A Ethernet -# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210 +# 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) |