diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-02 22:13:31 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-02 22:13:31 +0000 |
commit | 49d3e322e7c8555d4c38ff64055d470a6ed69b07 (patch) | |
tree | fc92eda19f5bccdd014faa53a4cd17af3ff3d895 /sys/dev/pci/pcidevs_data.h | |
parent | f0bd1fe2be64b1a43cea979b14345c0ee06d0985 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 4b72dbec90f..48857985759 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.927 2005/10/02 17:49:16 brad Exp + * OpenBSD: pcidevs,v 1.928 2005/10/02 22:09:39 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1171,7 +1171,7 @@ static const struct pci_known_product pci_known_products[] = { "USB", }, { - PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTHAGP, + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_AGP, "Uni-N AGP", }, { @@ -1188,7 +1188,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_MACIO, - "Pangea", + "Pangea Macio", }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_OHCI, @@ -1199,15 +1199,15 @@ static const struct pci_known_product pci_known_products[] = { "Pangea AGP", }, { - PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_PCI1, - "Pangea PCI", + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA, + "Pangea", }, { - PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_PCI2, + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_PCI, "Pangea PCI", }, { - PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH2AGP, + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH2_AGP, "Uni-N2 AGP", }, { @@ -1263,7 +1263,7 @@ static const struct pci_known_product pci_known_products[] = { "K2 USB", }, { - PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2, + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2_MACIO, "K2 Macio", }, { @@ -1335,10 +1335,18 @@ static const struct pci_known_product pci_known_products[] = { "Shasta HyperTransport", }, { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2, + "K2", + }, + { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3L_AGP, "U3L AGP", }, { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2_AGP, + "K2 AGP", + }, + { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_BCM5701, "BCM5701", }, |