diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-04-05 23:10:35 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-04-05 23:10:35 +0000 |
commit | bbbfcd97fd67f708eb6cb9417f1cb96ca9efcd4b (patch) | |
tree | 659253b46bd2fbd0bf8c772dbfca916549a025c9 /sys/dev/pci/pcidevs_data.h | |
parent | 1761a961d61c2b68159809717f2f2526bf5bb2cf (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 685223bca98..d0328348e7f 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.1225 2007/04/05 22:25:05 jsg Exp + * OpenBSD: pcidevs,v 1.1226 2007/04/05 23:08:25 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3116,6 +3116,10 @@ static const struct pci_known_product pci_known_products[] = { "AAR-1210SA", }, { + PCI_VENDOR_CMDTECH, PCI_PRODUCT_CMDTECH_AAR_1220SA, + "AAR-1220SA", + }, + { PCI_VENDOR_CMDTECH, PCI_PRODUCT_CMDTECH_640, "PCI0640", }, @@ -6484,6 +6488,10 @@ static const struct pci_known_product pci_known_products[] = { "RCU32 I2O RAID", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_3124, + "3124 SATA", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_31244, "31244 SATA", }, |