diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2010-04-26 17:27:08 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2010-04-26 17:27:08 +0000 |
| commit | 539c23b3a912b17da5be297ffb58dfea5b0eb03e (patch) | |
| tree | d275099f99b07c1a14b94476e2641ba5a142d2da | |
| parent | 435d7f8d85a05ea5a9ae7017e600ffe1c2200858 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sysinstall/devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index a2b7939f0483..8cf1fb30c493 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -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"), |
