diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-28 03:53:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-28 03:53:29 +0000 |
commit | 8b89a114c25627b2fbb22e19b3735f923f811fdc (patch) | |
tree | b8c407c20a9eb0033d25662cea27c0c51e393353 /sys/dev/pci/pcidevs_data.h | |
parent | cec89973c5ca3ecee814fb143c33b62eab75eaea (diff) |
sync
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 fc7425e9ec0..5f11ae4a357 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.707 2004/01/23 17:08:16 wilfried Exp + * OpenBSD: pcidevs,v 1.708 2004/01/28 03:53:17 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -6655,6 +6655,10 @@ static const struct pci_known_product pci_known_products[] = { "VT8235 ISA", }, { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_K8HTB, + "K8HTB Host", + }, + { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8377, "VT8377 PCI", }, @@ -6715,6 +6719,10 @@ static const struct pci_known_product pci_known_products[] = { "VT8235 AGP", }, { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_K8HTB_AGP, + "K8HTB AGP", + }, + { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8377_AGP, "VT8377 AGP", }, |