diff options
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", }, |