diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2006-12-13 02:51:26 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2006-12-13 02:51:26 +0000 |
| commit | 6451876451ecef50d06a87c5de9d645cab9f01b5 (patch) | |
| tree | 352f7bd7b39f4cbf20d0622cbbd1c98900c40c6d /usr.sbin | |
| parent | c431ce80f051045a35eb7b4503b93c0ce8669fcd (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -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 b1172a1cb60a..41948a0b6152 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -120,6 +120,7 @@ static struct _devname { NETWORK("kue", "Kawasaki LSI USB ethernet adapter"), NETWORK("le", "AMD Am7900 LANCE or Am79C9xx PCnet ethernet adapter"), NETWORK("lge", "Level 1 LXT1001 gigabit ethernet card"), + NETWORK("msk", "Marvell/SysKonnect Yukon II gigabit Ethernet"), NETWORK("mxge", "Myricom Myri10GE 10Gb Ethernet card"), NETWORK("nfe", "NVIDIA nForce MCP Ethernet"), NETWORK("nge", "NatSemi PCI gigabit ethernet card"), |
