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/dev/pci/pcidevs.h | |
parent | cd65033fd3217b8cb1a11cd2d32d2d4725478faf (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 |
1 files changed, 5 insertions, 2 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 */ |