diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2001-09-06 22:08:59 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2001-09-06 22:08:59 +0000 |
commit | 6a462bbf3ba11eff29bc20c1e5286a8858a8f7ca (patch) | |
tree | 726e3f69bc8172edd92ceadecb03899ac050d7ce /sys/dev/pci/pcidevs_data.h | |
parent | e803078aac771a323a81540b7a3c578d000d3aa7 (diff) |
sync
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", }, |