diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-06-20 04:08:22 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-06-20 04:08:22 +0000 |
commit | 71c2cb7118046745b4c0b2460e4a0060420abce9 (patch) | |
tree | ae35fe6ced56c35a13f8b8e6ebcf494b3943a5f9 /sys/dev/pci/pcidevs_data.h | |
parent | 9f581fef04cfb5f3d610a2d71e462d0c75ee6232 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 49e475d3fd1..f6f5a78fd74 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.1245 2007/06/18 12:20:00 martin Exp + * OpenBSD: pcidevs,v 1.1246 2007/06/20 04:07:01 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -12264,6 +12264,10 @@ static const struct pci_known_product pci_known_products[] = { "VT82C576 3V", }, { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_CX700_IDE, + "CX700 IDE", + }, + { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT82C585, "VT82C585 ISA", }, @@ -12556,6 +12560,10 @@ static const struct pci_known_product pci_known_products[] = { "VT6420 SATA", }, { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_UNICHROME2_1, + "S3 UniChrome Pro II IGP", + }, + { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT6410, "VT6410 IDE", }, @@ -12620,6 +12628,10 @@ static const struct pci_known_product pci_known_products[] = { "CX700 Host", }, { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VX700_1, + "VX700 Host", + }, + { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_PT880_3, "PT880 Host", }, |