summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2005-07-21 03:33:19 +0000
committergrehan <grehan@FreeBSD.org>2005-07-21 03:33:19 +0000
commit94b830287cf71640bf0e3aef7f2230910bf45a7d (patch)
tree7e80081a1d04aefa74b66b4358c33bf7d5de330b /usr.sbin/sysinstall
parent9d96f3d7846c132c92f8bbf2fd7b78bb1c4ea6ae (diff)
downloadFreeBSD-src-94b830287cf71640bf0e3aef7f2230910bf45a7d.zip
FreeBSD-src-94b830287cf71640bf0e3aef7f2230910bf45a7d.tar.gz
Recognise GEM ethernet adapter (sparc64/ppc).
reviewed by: scottl MFC after: 3 days
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/devices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c
index 7401b1b..f659d50 100644
--- a/usr.sbin/sysinstall/devices.c
+++ b/usr.sbin/sysinstall/devices.c
@@ -101,6 +101,7 @@ static struct _devname {
{ DEVICE_TYPE_NETWORK, "em", "Intel(R) PRO/1000 ethernet card" },
{ DEVICE_TYPE_NETWORK, "ex", "Intel EtherExpress Pro/10 ethernet card" },
{ DEVICE_TYPE_NETWORK, "fe", "Fujitsu MB86960A/MB86965A ethernet card" },
+ { DEVICE_TYPE_NETWORK, "gem", "Apple/Sun GMAC ethernet adapter" },
{ DEVICE_TYPE_NETWORK, "ie", "AT&T StarLAN 10 and EN100; 3Com 3C507; NI5210" },
{ DEVICE_TYPE_NETWORK, "ix", "Intel Etherexpress ethernet card" },
{ DEVICE_TYPE_NETWORK, "kue", "Kawasaki LSI USB ethernet adapter" },
OpenPOWER on IntegriCloud