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 8a9203a7808..49a137039b6 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.440 2001/09/05 22:59:21 jason Exp + * OpenBSD: pcidevs,v 1.441 2001/09/06 22:01:56 provos Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3523,6 +3523,10 @@ static const struct pci_known_product pci_known_products[] = { "Savage/IX", }, { + PCI_VENDOR_S3, PCI_PRODUCT_S3_SUPERSAVAGE, + "SuperSavage", + }, + { PCI_VENDOR_S3, PCI_PRODUCT_S3_SONICVIBES, "SonicVibes", }, |