Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Regen



details:   https://anonhg.NetBSD.org/src/rev/2eb9c1f28276
branches:  trunk
changeset: 567013:2eb9c1f28276
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 27 20:21:12 2004 +0000

description:
Regen

diffstat:

 sys/dev/pci/pcidevs.h      |   5 +++--
 sys/dev/pci/pcidevs_data.h |  10 ++++++++--
 2 files changed, 11 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r 19d1d31eaf86 -r 2eb9c1f28276 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu May 27 20:20:52 2004 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu May 27 20:21:12 2004 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.626 2004/05/27 11:10:45 abs Exp $        */
+/*     $NetBSD: pcidevs.h,v 1.627 2004/05/27 20:21:12 christos Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.626 2004/05/27 11:09:45 abs Exp 
+ *     NetBSD: pcidevs,v 1.627 2004/05/27 20:20:53 christos Exp 
  */
 
 /*
@@ -1239,6 +1239,7 @@
 
 /* Creative Labs products */
 #define        PCI_PRODUCT_CREATIVELABS_SBLIVE 0x0002          /* SBLive! EMU 10000 */
+#define        PCI_PRODUCT_CREATIVELABS_AUDIGY 0x0004          /* SB Audigy EMU 10000 */
 #define        PCI_PRODUCT_CREATIVELABS_SBLIVE2        0x0006          /* SBLive! EMU 10000 */
 #define        PCI_PRODUCT_CREATIVELABS_SBAUDIGYLS     0x0007          /* SB Audigy LS */
 #define        PCI_PRODUCT_CREATIVELABS_SBJOY  0x7002          /* PCI Gameport Joystick */
diff -r 19d1d31eaf86 -r 2eb9c1f28276 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu May 27 20:20:52 2004 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu May 27 20:21:12 2004 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.624 2004/05/27 11:10:45 abs Exp $   */
+/*     $NetBSD: pcidevs_data.h,v 1.625 2004/05/27 20:21:12 christos Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.626 2004/05/27 11:09:45 abs Exp 
+ *     NetBSD: pcidevs,v 1.627 2004/05/27 20:20:53 christos Exp 
  */
 
 /*
@@ -3004,6 +3004,12 @@
            "SBLive! EMU 10000",
        },
        {
+           PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_AUDIGY,
+           0,
+           "Creative Labs",
+           "SB Audigy EMU 10000",
+       },
+       {
            PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_SBLIVE2,
            0,
            "Creative Labs",



Home | Main Index | Thread Index | Old Index