svn commit: r206628 - head/usr.sbin/sysinstall

Pyun YongHyeon yongari at FreeBSD.org
Wed Apr 14 20:54:23 UTC 2010


Author: yongari
Date: Wed Apr 14 20:54:23 2010
New Revision: 206628
URL: http://svn.freebsd.org/changeset/base/206628

Log:
  Add sge(4) to the list of supported network interface.

Modified:
  head/usr.sbin/sysinstall/devices.c

Modified: head/usr.sbin/sysinstall/devices.c
==============================================================================
--- head/usr.sbin/sysinstall/devices.c	Wed Apr 14 20:50:07 2010	(r206627)
+++ head/usr.sbin/sysinstall/devices.c	Wed Apr 14 20:54:23 2010	(r206628)
@@ -150,6 +150,7 @@ static struct _devname {
     NETWORK("rue",	"RealTek USB Ethernet card"),
     NETWORK("rum",	"Ralink Technology USB IEEE 802.11 wireless adapter"),
     NETWORK("sf",	"Adaptec AIC-6915 PCI Ethernet card"),
+    NETWORK("sge",	"Silicon Integrated Systems SiS190/191 Ethernet"),
     NETWORK("sis",	"SiS 900/SiS 7016 PCI Ethernet card"),
 #ifdef PC98
     NETWORK("snc",	"SONIC Ethernet card"),


More information about the svn-src-all mailing list