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/58ca26bc0e82
branches:  trunk
changeset: 533310:58ca26bc0e82
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jun 27 09:52:53 2002 +0000

description:
regen

diffstat:

 sys/dev/pci/pcidevs.h      |   6 ++++--
 sys/dev/pci/pcidevs_data.h |  16 ++++++++++++++--
 2 files changed, 18 insertions(+), 4 deletions(-)

diffs (60 lines):

diff -r b98ca7fb09a6 -r 58ca26bc0e82 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu Jun 27 09:50:06 2002 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu Jun 27 09:52:53 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.449 2002/06/26 10:09:16 cjs Exp $        */
+/*     $NetBSD: pcidevs.h,v 1.450 2002/06/27 09:52:53 pooka Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.445 2002/06/26 10:03:58 cjs Exp 
+ *     NetBSD: pcidevs,v 1.446 2002/06/27 09:50:06 pooka Exp 
  */
 
 /*
@@ -940,6 +940,8 @@
 
 /* AVM products */
 #define        PCI_PRODUCT_AVM_FRITZ_CARD      0x0a00          /* Fritz! Card ISDN Interface */
+#define        PCI_PRODUCT_AVM_B1      0x0700          /* Basic Rate B1 ISDN Interface */
+#define        PCI_PRODUCT_AVM_T1      0x1200          /* Primary Rate T1 ISDN Interface */
 
 /* Stallion products */
 #define        PCI_PRODUCT_STALLION_EC8_32     0x0000          /* EC8/32 */
diff -r b98ca7fb09a6 -r 58ca26bc0e82 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu Jun 27 09:50:06 2002 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu Jun 27 09:52:53 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.447 2002/06/26 10:09:17 cjs Exp $   */
+/*     $NetBSD: pcidevs_data.h,v 1.448 2002/06/27 09:52:54 pooka Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.445 2002/06/26 10:03:58 cjs Exp 
+ *     NetBSD: pcidevs,v 1.446 2002/06/27 09:50:06 pooka Exp 
  */
 
 /*
@@ -1714,6 +1714,18 @@
            "Fritz! Card ISDN Interface",
        },
        {
+           PCI_VENDOR_AVM, PCI_PRODUCT_AVM_B1,
+           0,
+           "AVM",
+           "Basic Rate B1 ISDN Interface",
+       },
+       {
+           PCI_VENDOR_AVM, PCI_PRODUCT_AVM_T1,
+           0,
+           "AVM",
+           "Primary Rate T1 ISDN Interface",
+       },
+       {
            PCI_VENDOR_STALLION, PCI_PRODUCT_STALLION_EC8_32,
            0,
            "Stallion Technologies",



Home | Main Index | Thread Index | Old Index