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/e6efa49c4eb1
branches:  trunk
changeset: 531901:e6efa49c4eb1
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 28 17:46:24 2002 +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 46a0a4677ba4 -r e6efa49c4eb1 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Tue May 28 17:46:10 2002 +0000
+++ b/sys/dev/pci/pcidevs.h     Tue May 28 17:46:24 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.437 2002/05/28 17:08:57 tron Exp $       */
+/*     $NetBSD: pcidevs.h,v 1.438 2002/05/28 17:46:24 christos Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.432 2002/05/28 17:08:19 tron Exp 
+ *     NetBSD: pcidevs,v 1.433 2002/05/28 17:46:10 christos Exp 
  */
 
 /*
@@ -561,6 +561,7 @@
 #define        PCI_VENDOR_SYMPHONY2    0x1c1c          /* Symphony Labs (2nd PCI Vendor ID) */
 #define        PCI_VENDOR_TEKRAM2      0x1de1          /* Tekram Technology (2nd PCI Vendor ID) */
 #define        PCI_VENDOR_COREGA       0x15e8          /* Corega */
+#define        PCI_VENDOR_ACTIONTEC    0x1668          /* Action Tec Electronics, Inc. */
 #define        PCI_VENDOR_GLOBALSUN    0x16ab          /* Global Sun Tech */
 #define        PCI_VENDOR_FZJZEL       0x1796          /* FZ Juelich / ZEL */
 #define        PCI_VENDOR_SANDBURST    0x17ba          /* Sandburst, Inc. */
diff -r 46a0a4677ba4 -r e6efa49c4eb1 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Tue May 28 17:46:10 2002 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Tue May 28 17:46:24 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.435 2002/05/28 17:08:58 tron Exp $  */
+/*     $NetBSD: pcidevs_data.h,v 1.436 2002/05/28 17:46:24 christos Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.432 2002/05/28 17:08:19 tron Exp 
+ *     NetBSD: pcidevs,v 1.433 2002/05/28 17:46:10 christos Exp 
  */
 
 /*
@@ -10558,6 +10558,12 @@
            NULL,
        },
        {
+           PCI_VENDOR_ACTIONTEC, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "Action Tec Electronics, Inc.",
+           NULL,
+       },
+       {
            PCI_VENDOR_GLOBALSUN, 0,
            PCI_KNOWNDEV_NOPROD,
            "Global Sun Tech",



Home | Main Index | Thread Index | Old Index