diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-11-20 00:31:04 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-11-20 00:31:04 +0000 |
commit | 4faed12541c7046d8c8f8ced2d1779765161b6ac (patch) | |
tree | 48b0086593ae000bb87b8f8d3c03b673ef1e9585 /sys/dev | |
parent | 6e2ce1dfbb7ab06d97336b2826c8e7e80d1213e7 (diff) |
Grrr, missed this in the pci id match
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 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) |