diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-30 01:26:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-30 01:26:00 +0000 |
commit | e16b0b71c5908a9923ba14ba2b7bd945dc3c0242 (patch) | |
tree | 8fd3c8492dc6c57d6e1eba739fc096d0e1a46ae2 /sys | |
parent | c3dfc846be6445d8a27c9d527a75a20c5c4903a0 (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 12 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 7c97fb9cda1..c42660e7959 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.921 2005/09/30 00:02:54 drahn Exp + * OpenBSD: pcidevs,v 1.922 2005/09/30 01:25:49 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -658,11 +658,11 @@ #define PCI_PRODUCT_APPLE_K2 0x0041 /* K2 Macio */ #define PCI_PRODUCT_APPLE_K2_FW 0x0042 /* K2 Firewire */ #define PCI_PRODUCT_APPLE_K2_UATA 0x0043 /* K2 ATA */ -#define PCI_PRODUCT_APPLE_U3_PPB1 0x0045 /* U3 PPB */ -#define PCI_PRODUCT_APPLE_U3_PPB2 0x0046 /* U3 PPB */ -#define PCI_PRODUCT_APPLE_U3_PPB3 0x0047 /* U3 PPB */ -#define PCI_PRODUCT_APPLE_U3_PPB4 0x0048 /* U3 PPB */ -#define PCI_PRODUCT_APPLE_U3_PPB5 0x0049 /* U3 PPB */ +#define PCI_PRODUCT_APPLE_U3_PPB1 0x0045 /* U3 PCI-PCI */ +#define PCI_PRODUCT_APPLE_U3_PPB2 0x0046 /* U3 PCI-PCI */ +#define PCI_PRODUCT_APPLE_U3_PPB3 0x0047 /* U3 PCI-PCI */ +#define PCI_PRODUCT_APPLE_U3_PPB4 0x0048 /* U3 PCI-PCI */ +#define PCI_PRODUCT_APPLE_U3_PPB5 0x0049 /* U3 PCI-PCI */ #define PCI_PRODUCT_APPLE_U3_AGP 0x004b /* U3 AGP */ #define PCI_PRODUCT_APPLE_K2_GMAC 0x004c /* U3 GMAC */ #define PCI_PRODUCT_APPLE_SHASTA 0x004f /* Shasta */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 9ad0db17a98..3aae5cfcb69 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.921 2005/09/30 00:02:54 drahn Exp + * OpenBSD: pcidevs,v 1.922 2005/09/30 01:25:49 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1276,23 +1276,23 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB1, - "U3 PPB", + "U3 PCI-PCI", }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB2, - "U3 PPB", + "U3 PCI-PCI", }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB3, - "U3 PPB", + "U3 PCI-PCI", }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB4, - "U3 PPB", + "U3 PCI-PCI", }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB5, - "U3 PPB", + "U3 PCI-PCI", }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_AGP, |