mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add new Apple GEM PCI id.
This commit is contained in:
parent
02c4c7b81f
commit
aa1985722c
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ struct gem_pci_dev {
|
|||
{ 0x2bad108e, GEM_SUN_GEM, "Sun GEM Gigabit Ethernet Adaptor" },
|
||||
{ 0x0021106b, GEM_APPLE_GMAC, "Apple GMAC Ethernet Adaptor" },
|
||||
{ 0x0024106b, GEM_APPLE_GMAC, "Apple GMAC2 Ethernet Adaptor" },
|
||||
{ 0x0032106b, GEM_APPLE_GMAC, "Apple GMAC3 Ethernet Adaptor" },
|
||||
{ 0, 0, NULL }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue