diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-06-05 04:37:56 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-06-05 04:37:56 +0000 |
commit | 9116a42a5d477548adf866746d602e8c9904aded (patch) | |
tree | b707016880783bcb0b67cb086beb72f472d7ea87 /sys/dev | |
parent | f741e28bf8147d642ed7dca60f2de466587414ed (diff) |
ops, forgot to regen this as well.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 62959c5ca7d..26c78998416 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.870 2005/05/29 07:54:26 brad Exp + * OpenBSD: pcidevs,v 1.871 2005/06/04 07:20:46 fgsch Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -8067,6 +8067,10 @@ static const struct pci_known_product pci_known_products[] = { "V96DPC i960 (Dual) PCI", }, { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_K8HTB_0, + "K8HTB Host", + }, + { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8363, "VT8363 Host", }, @@ -8151,6 +8155,10 @@ static const struct pci_known_product pci_known_products[] = { "VT82C570M ISA", }, { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_K8HTB_1, + "K8HTB Host", + }, + { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT82C416, "VT82C416 IDE", }, @@ -8159,6 +8167,10 @@ static const struct pci_known_product pci_known_products[] = { "VT82C1595 PCI", }, { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_K8HTB_2, + "K8HTB Host", + }, + { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT83C572, "VT83C572 USB", }, @@ -8287,6 +8299,14 @@ static const struct pci_known_product pci_known_products[] = { "VT8237 ISA", }, { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_K8HTB_3, + "K8HTB Host", + }, + { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_K8HTB_4, + "K8HTB Host", + }, + { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_RHINEII, "RhineII", }, @@ -8295,6 +8315,10 @@ static const struct pci_known_product pci_known_products[] = { "VT8378 VGA", }, { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_K8HTB_7, + "K8HTB Host", + }, + { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8231_ISA, "VT8231 ISA", }, |