diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-23 18:08:37 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-23 18:08:37 +0000 |
commit | 2048591429e9596d71041a4e9e24a104681bb792 (patch) | |
tree | d8e1d1129e326c8eaa579edaa5f84b26871108cf /sys | |
parent | cd65033fd3217b8cb1a11cd2d32d2d4725478faf (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 16 |
2 files changed, 19 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index ee5869a7ad2..00804f89e66 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.484 2002/01/21 17:37:04 nate Exp + * OpenBSD: pcidevs,v 1.485 2002/01/23 18:08:13 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1043,7 +1043,10 @@ /* Creative Labs */ #define PCI_PRODUCT_CREATIVELABS_SBLIVE 0x0002 /* SoundBlaster Live */ -#define PCI_PRODUCT_CREATIVELABS_DIGIN 0x7002 /* SoundBlaster Digital Input */ +#define PCI_PRODUCT_CREATIVELABS_AUDIGY 0x0004 /* SoundBlaster Audigy */ +#define PCI_PRODUCT_CREATIVELABS_FIWIRE 0x4001 /* Firewire */ +#define PCI_PRODUCT_CREATIVELABS_DIGIN 0x7002 /* SoundBlaster Live Digital Input */ +#define PCI_PRODUCT_CREATIVELABS_AUDIGIN 0x7003 /* SoundBlaster Audigy Digital Input */ #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 b8ec2aa24e7..ec29f66ff3a 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.484 2002/01/21 17:37:04 nate Exp + * OpenBSD: pcidevs,v 1.485 2002/01/23 18:08:13 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1471,8 +1471,20 @@ static const struct pci_known_product pci_known_products[] = { "SoundBlaster Live", }, { + PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_AUDIGY, + "SoundBlaster Audigy", + }, + { + PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_FIWIRE, + "Firewire", + }, + { PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_DIGIN, - "SoundBlaster Digital Input", + "SoundBlaster Live Digital Input", + }, + { + PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_AUDIGIN, + "SoundBlaster Audigy Digital Input", }, { PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_EV1938, |