diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-23 15:52:00 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-23 15:52:00 +0000 |
commit | 053d9ad87e0dd7eb9322a1da396b2b5a72571375 (patch) | |
tree | 60c7cfbb4fd17993a0b7a2d4e0a98f2746b80ebd /sys/dev/pci/pcidevs_data.h | |
parent | 46bb08747df3bbb85065d893164e6fb850d51c2a (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 3c09fdfb374..ea07f4f6fe6 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.1136 2006/08/19 19:19:17 brad Exp + * OpenBSD: pcidevs,v 1.1137 2006/08/23 15:49:57 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -9931,6 +9931,10 @@ static const struct pci_known_product pci_known_products[] = { "190", }, { + PCI_VENDOR_SIS, PCI_PRODUCT_SIS_191, + "191", + }, + { PCI_VENDOR_SIS, PCI_PRODUCT_SIS_5597_VGA, "5597/5598 VGA", }, |