Add stge(4) to the list of supported network interface.

This commit is contained in:
Pyun YongHyeon 2006-07-25 01:03:55 +00:00
parent 68fbfb9241
commit 267682d3e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160652

View File

@ -132,6 +132,7 @@ static struct _devname {
#endif
NETWORK("sn", "SMC/Megahertz ethernet card"),
NETWORK("ste", "Sundance ST201 PCI ethernet card"),
NETWORK("stge", "Sundance/Tamarack TC9021 gigabit Ethernet"),
NETWORK("sk", "SysKonnect PCI gigabit ethernet card"),
NETWORK("tx", "SMC 9432TX ethernet card"),
NETWORK("txp", "3Com 3cR990 ethernet card"),