diff options
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", |