summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2005-09-30 18:59:14 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2005-09-30 18:59:14 +0000
commit6d458b19e57a6f0c7c379922956fc64123de346c (patch)
treeeea33068cba052a380a18a3ac4c44897dbc13913 /sys
parentb70b3b8b58644f08c09533be4909c9a0f3f29643 (diff)
Add support for K2 GMAC.
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 66dacc775e9..a21e1d7f0f4 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.17 2005/09/29 20:31:38 kettenis Exp $ */
+/* $OpenBSD: if_gem_pci.c,v 1.18 2005/09/30 18:59:13 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_K2_GMAC },
{ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_GMAC }
};