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/dev/pci/pcidevs_data.h | |
parent | bc03b919d846cd87667416890e498d2d72e0eaa9 (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 46 |
1 files changed, 45 insertions, 1 deletions
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", }, |