Recognise GEM ethernet adapter (sparc64/ppc).

reviewed by:	scottl
MFC after:	3 days
This commit is contained in:
Peter Grehan 2005-07-21 03:33:19 +00:00
parent a0d592f606
commit 77ba29982f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148219
2 changed files with 2 additions and 0 deletions

View File

@ -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" },

View File

@ -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" },