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 | |
parent | 0a3d36b8c63f684a6e016d3f55abb9d0ce584e59 (diff) |
sync
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 18 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index b4d845b20b4..e1fe47f576d 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.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 $ */ @@ -775,6 +775,10 @@ /* Corollary Products */ #define PCI_PRODUCT_COROLLARY_CBUSII_PCIB 0x0014 /* C-Bus II-PCI */ +/* Creative Labs */ +#define PCI_PRODUCT_CREATIVELABS_SBLIVE 0x0002 /* SoundBlaster Live */ +#define PCI_PRODUCT_CREATIVELABS_DIGIN 0x7002 /* SoundBlaster Digital Input */ + /* Cyclades products */ #define PCI_PRODUCT_CYCLADES_CYCLOMY_1 0x0100 /* Cyclom-Y below 1M */ #define PCI_PRODUCT_CYCLADES_CYCLOMY_2 0x0101 /* Cyclom-Y above 1M */ 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", |