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/b78f3fed3a6a
branches:  trunk
changeset: 538643:b78f3fed3a6a
user:      grant <grant%NetBSD.org@localhost>
date:      Thu Oct 24 06:40:56 2002 +0000

description:
regen

diffstat:

 sys/dev/pci/pcidevs.h      |  13 +++++++------
 sys/dev/pci/pcidevs_data.h |  28 +++++++++++++++++-----------
 2 files changed, 24 insertions(+), 17 deletions(-)

diffs (107 lines):

diff -r ca84de82c4b5 -r b78f3fed3a6a sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu Oct 24 06:40:07 2002 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu Oct 24 06:40:56 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.480 2002/10/21 14:45:19 soren Exp $      */
+/*     $NetBSD: pcidevs.h,v 1.481 2002/10/24 06:40:56 grant Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.476 2002/10/21 14:45:00 soren Exp 
+ *     NetBSD: pcidevs,v 1.477 2002/10/24 06:40:07 grant Exp 
  */
 
 /*
@@ -563,7 +563,7 @@
 #define        PCI_VENDOR_ANTARES      0x1754          /* Antares Microsystems, Inc. */
 #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_NDC  0x15e8          /* National Datacomm Corp. */
 #define        PCI_VENDOR_ACTIONTEC    0x1668          /* Action Tec Electronics, Inc. */
 #define        PCI_VENDOR_GLOBALSUN    0x16ab          /* Global Sun Tech */
 #define        PCI_VENDOR_ALTIMA       0x173b          /* Altima */
@@ -1098,9 +1098,6 @@
 #define        PCI_PRODUCT_CONTAQ_82C599       0x0600          /* 82C599 PCI-VLB Bridge */
 #define        PCI_PRODUCT_CONTAQ_82C693       0xc693          /* 82C693 PCI-ISA Bridge */
 
-/* Corega products */
-#define        PCI_PRODUCT_COREGA_CGWLPCIA11   0x0130          /* CGWLPCIA11 */
-
 /* Corollary Products */
 #define        PCI_PRODUCT_COROLLARY_CBUSII_PCIB       0x0014          /* \"C-Bus II\"-PCI Bridge */
 
@@ -1657,6 +1654,10 @@
 /* Mutech products */
 #define        PCI_PRODUCT_MUTECH_MV1000       0x0001          /* MV1000 */
 
+/* National Datacomm Corp. products */
+#define        PCI_PRODUCT_NDC_NCP130  0x0130          /* NCP130 Wireless NIC */
+#define        PCI_PRODUCT_NDC_NCP130A2        0x0131          /* NCP130 rev A2 Wireless NIC */
+
 /* NetVin products - XXX better descriptions */
 #define        PCI_PRODUCT_NETVIN_5000 0x5000          /* 5000 Ethernet */
 
diff -r ca84de82c4b5 -r b78f3fed3a6a sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu Oct 24 06:40:07 2002 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu Oct 24 06:40:56 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.478 2002/10/21 14:45:20 soren Exp $ */
+/*     $NetBSD: pcidevs_data.h,v 1.479 2002/10/24 06:40:58 grant Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.476 2002/10/21 14:45:00 soren Exp 
+ *     NetBSD: pcidevs,v 1.477 2002/10/24 06:40:07 grant Exp 
  */
 
 /*
@@ -2362,12 +2362,6 @@
            "82C693 PCI-ISA Bridge",
        },
        {
-           PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_CGWLPCIA11,
-           0,
-           "Corega",
-           "CGWLPCIA11",
-       },
-       {
            PCI_VENDOR_COROLLARY, PCI_PRODUCT_COROLLARY_CBUSII_PCIB,
            0,
            "Corrollary",
@@ -4942,6 +4936,18 @@
            "MV1000",
        },
        {
+           PCI_VENDOR_NDC, PCI_PRODUCT_NDC_NCP130,
+           0,
+           "National Datacomm Corp.",
+           "NCP130 Wireless NIC",
+       },
+       {
+           PCI_VENDOR_NDC, PCI_PRODUCT_NDC_NCP130A2,
+           0,
+           "National Datacomm Corp.",
+           "NCP130 rev A2 Wireless NIC",
+       },
+       {
            PCI_VENDOR_NETVIN, PCI_PRODUCT_NETVIN_5000,
            0,
            "NetVin",
@@ -11074,9 +11080,9 @@
            NULL,
        },
        {
-           PCI_VENDOR_COREGA, 0,
-           PCI_KNOWNDEV_NOPROD,
-           "Corega",
+           PCI_VENDOR_NDC, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "National Datacomm Corp.",
            NULL,
        },
        {



Home | Main Index | Thread Index | Old Index