Recognise GEM ethernet adapter (sparc64/ppc).
reviewed by: scottl MFC after: 3 days
This commit is contained in:
parent
a0d592f606
commit
77ba29982f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148219
@ -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" },
|
||||
|
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user