diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-11-26 16:38:39 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-11-26 16:38:39 +0000 |
commit | 8d170a2693ea47a2f5ea03c44511506673ec2596 (patch) | |
tree | af18db803d8f17e9931abbae7203b82a0b915995 /sys/dev/pci/pcidevs_data.h | |
parent | 41016c820a8b937d8a664952c78359ae2dd1f473 (diff) |
Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 Sound Driver; from SOMEYA Yoshihiko and KUROSAWA Takahiro; tested by Matt Behrens <matt@zigg.com>
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 6b0c792e24d..182abbddf1a 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.468 2001/11/23 04:17:58 deraadt Exp + * OpenBSD: pcidevs,v 1.469 2001/11/26 16:37:32 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3819,6 +3819,10 @@ static const struct pci_known_product pci_known_products[] = { "7016 10/100BaseTX", }, { + PCI_VENDOR_SIS, PCI_PRODUCT_SIS_7018, + "Trident 4D WAVE", + }, + { PCI_VENDOR_SIS, PCI_PRODUCT_SIS_5511, "5511", }, |