diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-09-29 23:56:20 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-09-29 23:56:20 +0000 |
commit | 989ceb302ab7222dca3bd8b9b21151bd9026582b (patch) | |
tree | 604f65a7ddc7d9bc8ca51f1f666cf80c67a9694f /sys | |
parent | bc03b919d846cd87667416890e498d2d72e0eaa9 (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 13 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 46 |
2 files changed, 57 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 036c197f096..6c734a3ddd4 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.919 2005/09/25 20:06:49 kettenis Exp + * OpenBSD: pcidevs,v 1.920 2005/09/29 23:54:57 drahn Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -654,6 +654,17 @@ #define PCI_PRODUCT_APPLE_INTREPID_ATA 0x003b /* Intrepid ATA */ #define PCI_PRODUCT_APPLE_INTREPID 0x003e /* Intrepid */ #define PCI_PRODUCT_APPLE_INTREPID_OHCI 0x003f /* Intrepid USB */ +#define PCI_PRODUCT_APPLE_K2_USB 0x0040 /* K2 USB */ +#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 0x0045 /* U3 PPB */ +#define PCI_PRODUCT_APPLE_U3_PPB3 0x0045 /* U3 PPB */ +#define PCI_PRODUCT_APPLE_U3_PPB4 0x0045 /* U3 PPB */ +#define PCI_PRODUCT_APPLE_U3_PPB5 0x0045 /* U3 PPB */ +#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 */ #define PCI_PRODUCT_APPLE_SHASTA_ATA 0x0050 /* Shasta ATA */ #define PCI_PRODUCT_APPLE_SHASTA_GMAC 0x0051 /* Shasta GMAC */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f76175f19b3..267ac350055 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.919 2005/09/25 20:06:49 kettenis Exp + * OpenBSD: pcidevs,v 1.920 2005/09/29 23:54:57 drahn Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1259,6 +1259,50 @@ static const struct pci_known_product pci_known_products[] = { "Intrepid USB", }, { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2_USB, + "K2 USB", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2, + "K2 Macio", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2_FW, + "K2 Firewire", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2_UATA, + "K2 ATA", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB1, + "U3 PPB", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB2, + "U3 PPB", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB3, + "U3 PPB", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB4, + "U3 PPB", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB5, + "U3 PPB", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_AGP, + "U3 AGP", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2_GMAC, + "U3 GMAC", + }, + { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA, "Shasta", }, |