diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-02-03 08:57:16 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-02-03 08:57:16 +0000 |
commit | 14f5b25673a19f197eab461fe7006eb4256ea87a (patch) | |
tree | 90df069a6b37abf7d64675a3ea2071d97a6106b5 /sys/dev/pci/pcidevs_data.h | |
parent | 0a3d36b8c63f684a6e016d3f55abb9d0ce584e59 (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7fb52dc357a..03480cdd316 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.115 1999/01/16 08:39:06 fgsch Exp + * OpenBSD: pcidevs,v 1.116 1999/02/03 08:55:34 downsj Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1071,6 +1071,18 @@ struct pci_knowndev pci_knowndevs[] = { "C-Bus II-PCI", }, { + PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_SBLIVE, + 0, + "Creative Labs", + "SoundBlaster Live", + }, + { + PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_DIGIN, + 0, + "Creative Labs", + "SoundBlaster Digital Input", + }, + { PCI_VENDOR_CYCLADES, PCI_PRODUCT_CYCLADES_CYCLOMY_1, 0, "Cyclades", |