diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-01 19:08:58 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-01 19:08:58 +0000 |
commit | 038a92308d23043d05543461cc755bf9140d5e3b (patch) | |
tree | f891c627bc07cdf8f494fa088d57e49a96096c85 /sys | |
parent | afa889c896068400ae6e961cc5417a924492bc74 (diff) |
update names.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_gem_pci.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/pci/if_gem_pci.c b/sys/dev/pci/if_gem_pci.c index a21e1d7f0f4..3ecd8e33c88 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.18 2005/09/30 18:59:13 kettenis Exp $ */ +/* $OpenBSD: if_gem_pci.c,v 1.19 2005/10/01 19:08:57 brad Exp $ */ /* $NetBSD: if_gem_pci.c,v 1.1 2001/09/16 00:11:42 eeh Exp $ */ /* @@ -96,11 +96,11 @@ struct cfattach gem_pci_ca = { const struct pci_matchid gem_pci_devices[] = { { PCI_VENDOR_SUN, PCI_PRODUCT_SUN_ERINETWORK }, { PCI_VENDOR_SUN, PCI_PRODUCT_SUN_GEMNETWORK }, - { 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 } + { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_GMAC }, + { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_GMAC }, + { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTHGMAC }, + { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH2GMAC }, }; int |