summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2006-09-01 22:34:49 +0000
committermarius <marius@FreeBSD.org>2006-09-01 22:34:49 +0000
commit0c8438c83240dd9dfbd23e82cc9b5237113436e7 (patch)
treef9e10e022c6ec51f1f8682ac5303041172bdce0f /usr.sbin
parentd04203c60c782e34612f234aaa7359712bd564ee (diff)
downloadFreeBSD-src-0c8438c83240dd9dfbd23e82cc9b5237113436e7.zip
FreeBSD-src-0c8438c83240dd9dfbd23e82cc9b5237113436e7.tar.gz
- Improve the description of gem(4); the Sun chips it supports are
termed ERI and GEM rather than GMAC. - Bring the description of le(4) in line with the current le(4); it was still refering to the old i386 ISA-only le(4) which was nuked along with ISA_COMPAT while HEAD was FreeBSD 5. - Add an entry for hme(4). - Remove the obsolete entry for lnc(4). MFC after: 1 day
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/devices.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c
index 2477b94..b1172a1 100644
--- a/usr.sbin/sysinstall/devices.c
+++ b/usr.sbin/sysinstall/devices.c
@@ -113,12 +113,12 @@ static struct _devname {
NETWORK("em", "Intel(R) PRO/1000 ethernet card"),
NETWORK("ex", "Intel EtherExpress Pro/10 ethernet card"),
NETWORK("fe", "Fujitsu MB86960A/MB86965A ethernet card"),
- NETWORK("gem", "Apple/Sun GMAC ethernet adapter"),
+ NETWORK("gem", "Apple GMAC or Sun ERI/GEM ethernet adapter"),
+ NETWORK("hme", "Sun HME (Happy Meal Ethernet) ethernet adapter"),
NETWORK("ie", "AT&T StarLAN 10 and EN100; 3Com 3C507; NI5210"),
NETWORK("ixgb", "Intel(R) PRO/10Gb Ethernet card"),
NETWORK("kue", "Kawasaki LSI USB ethernet adapter"),
- NETWORK("le", "DEC EtherWorks 2 or 3 ethernet card"),
- NETWORK("lnc", "Lance/PCnet (Isolan/Novell NE2100/NE32-VL) ethernet"),
+ NETWORK("le", "AMD Am7900 LANCE or Am79C9xx PCnet ethernet adapter"),
NETWORK("lge", "Level 1 LXT1001 gigabit ethernet card"),
NETWORK("mxge", "Myricom Myri10GE 10Gb Ethernet card"),
NETWORK("nfe", "NVIDIA nForce MCP Ethernet"),
OpenPOWER on IntegriCloud