diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-04-14 17:05:27 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-04-14 17:05:27 +0000 |
commit | a6509f9536cb46445507529a2a22779fd206a236 (patch) | |
tree | dd668e9d5cc9e366677becab4cc8b7dca205e999 /sys/dev/pci | |
parent | 5e51cdea36f437faa93388ff84fa81fc19d9a301 (diff) |
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
2 files changed, 20 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 34fb1cdca3e..0a3f17e267f 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.722 2004/04/14 04:46:59 deraadt Exp + * OpenBSD: pcidevs,v 1.723 2004/04/14 17:04:05 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -876,9 +876,12 @@ /* Creative Labs */ #define PCI_PRODUCT_CREATIVELABS_SBLIVE 0x0002 /* SoundBlaster Live */ #define PCI_PRODUCT_CREATIVELABS_AUDIGY 0x0004 /* SoundBlaster Audigy */ +#define PCI_PRODUCT_CREATIVELABS_SBLIVE2 0x0006 /* SoundBlaster Live */ +#define PCI_PRODUCT_CREATIVELABS_AUDIGYLS 0x0007 /* SoundBlaster Audigy LS */ #define PCI_PRODUCT_CREATIVELABS_FIWIRE 0x4001 /* Firewire */ -#define PCI_PRODUCT_CREATIVELABS_DIGIN 0x7002 /* SoundBlaster Live Digital Input */ +#define PCI_PRODUCT_CREATIVELABS_SBJOY 0x7002 /* PCI Gameport Joystick */ #define PCI_PRODUCT_CREATIVELABS_AUDIGIN 0x7003 /* SoundBlaster Audigy Digital Input */ +#define PCI_PRODUCT_CREATIVELABS_SBJOY2 0x7004 /* PCI Gameport Joystick */ #define PCI_PRODUCT_CREATIVELABS_EV1938 0x8938 /* Ectiva 1938 */ /* Cyclades products */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 114c95df6d6..26fec37e76d 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.722 2004/04/14 04:46:59 deraadt Exp + * OpenBSD: pcidevs,v 1.723 2004/04/14 17:04:05 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2027,18 +2027,30 @@ static const struct pci_known_product pci_known_products[] = { "SoundBlaster Audigy", }, { + PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_SBLIVE2, + "SoundBlaster Live", + }, + { + PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_AUDIGYLS, + "SoundBlaster Audigy LS", + }, + { PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_FIWIRE, "Firewire", }, { - PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_DIGIN, - "SoundBlaster Live Digital Input", + PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_SBJOY, + "PCI Gameport Joystick", }, { PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_AUDIGIN, "SoundBlaster Audigy Digital Input", }, { + PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_SBJOY2, + "PCI Gameport Joystick", + }, + { PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_EV1938, "Ectiva 1938", }, |