diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-02-02 03:26:07 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-02-02 03:26:07 +0000 |
commit | 3544450f29138e107e7d6e6044ca4b43c2fbcdc0 (patch) | |
tree | 152f46f6bfeeb25865afd8e0e97105c4086c7093 /sys/dev/pci/pcidevs_data.h | |
parent | 9303600fed71c7e264b8f7c91086c5bb94e7e1a1 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index b82de3dcc48..413647ba197 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.1317 2008/02/02 03:21:46 brad Exp + * OpenBSD: pcidevs,v 1.1318 2008/02/02 03:25:12 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -13592,6 +13592,10 @@ static const struct pci_known_product pci_known_products[] = { "P4M900 Host", }, { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8237S_ISA, + "VT8237S ISA", + }, + { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8237A_PPB_1, "VT8237A PCI-PCI", }, |