diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-09-29 20:31:39 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-09-29 20:31:39 +0000 |
commit | ddb56eef4673dd3437b281cf69d55e6ddd913df4 (patch) | |
tree | 407ffe757028fee308aa97fbcaed8f61a249a52b /sys/dev | |
parent | 1d4fa44bf36e5491d2ed1496edfe0eb7ea0f1296 (diff) |
Add support for Shasta GMAC.
ok drahn@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_gem_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_gem_pci.c b/sys/dev/pci/if_gem_pci.c index 56d41b72fa1..66dacc775e9 100644 --- a/sys/dev/pci/if_gem_pci.c +++ b/sys/dev/pci/if_gem_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gem_pci.c,v 1.16 2005/08/01 05:45:03 brad Exp $ */ +/* $OpenBSD: if_gem_pci.c,v 1.17 2005/09/29 20:31:38 kettenis Exp $ */ /* $NetBSD: if_gem_pci.c,v 1.1 2001/09/16 00:11:42 eeh Exp $ */ /* @@ -99,6 +99,7 @@ const struct pci_matchid gem_pci_devices[] = { { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_GMAC }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_GMAC2 }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_GMAC3 }, + { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_GMAC } }; int |