From 4faed12541c7046d8c8f8ced2d1779765161b6ac Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Wed, 20 Nov 2002 00:31:04 +0000 Subject: Grrr, missed this in the pci id match --- sys/dev/pci/if_gem_pci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/dev/pci/if_gem_pci.c b/sys/dev/pci/if_gem_pci.c index e4961306027..3da48ea5af4 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.11 2002/11/19 18:40:17 jason Exp $ */ +/* $OpenBSD: if_gem_pci.c,v 1.12 2002/11/20 00:31:03 jason Exp $ */ /* $NetBSD: if_gem_pci.c,v 1.1 2001/09/16 00:11:42 eeh Exp $ */ /* @@ -101,6 +101,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 }, +}; int gem_match_pci(parent, cf, aux) -- cgit v1.2.3