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 0fa33a10e01..9fd5107eeb6 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.608 2003/03/19 20:15:02 mickey Exp + * OpenBSD: pcidevs,v 1.609 2003/03/19 21:27:36 millert Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4859,6 +4859,10 @@ static const struct pci_known_product pci_known_products[] = { "Twister-K", }, { + PCI_VENDOR_S3, PCI_PRODUCT_S3_PROSAVAGE_DDR, + "ProSavage DDR", + }, + { PCI_VENDOR_S3, PCI_PRODUCT_S3_SONICVIBES, "SonicVibes", }, |