summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2005-09-29 20:31:39 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2005-09-29 20:31:39 +0000
commitddb56eef4673dd3437b281cf69d55e6ddd913df4 (patch)
tree407ffe757028fee308aa97fbcaed8f61a249a52b /sys
parent1d4fa44bf36e5491d2ed1496edfe0eb7ea0f1296 (diff)
Add support for Shasta GMAC.
ok drahn@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_gem_pci.c3
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