diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-05-27 19:13:58 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-05-27 19:13:58 +0000 |
commit | 2c90bd67d8030f38a658c36a0dfafeb3a8049e15 (patch) | |
tree | 2685cd48f79ecd0ac91e915ae46a264ef8035d3c /sys/dev/pci/pcidevs_data.h | |
parent | 166cbb4ba273b96f23e46bdf15e29fd392117bc8 (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 45541931bb3..46a657780ef 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.1474 2009/05/13 08:31:22 jsg Exp + * OpenBSD: pcidevs,v 1.1475 2009/05/27 19:13:25 sthen Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -6988,6 +6988,10 @@ static const struct pci_known_product pci_known_products[] = { "ICH9 IGP M AMT", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82552, + "82552", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82815_HB, "82815 Host", }, @@ -13996,6 +14000,10 @@ static const struct pci_known_product pci_known_products[] = { "HT-1000 SATA", }, { + PCI_VENDOR_RCC, PCI_PRODUCT_RCC_HT_1100, + "HT-1100", + }, + { PCI_VENDOR_RENDITION, PCI_PRODUCT_RENDITION_V1000, "Verite 1000", }, |