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/96525d2840d9
branches:  trunk
changeset: 504558:96525d2840d9
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Mar 04 21:28:06 2001 +0000

description:
regen

diffstat:

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

diffs (62 lines):

diff -r 8cc859b908d6 -r 96525d2840d9 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Sun Mar 04 21:26:44 2001 +0000
+++ b/sys/dev/pci/pcidevs.h     Sun Mar 04 21:28:06 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcidevs.h,v 1.310 2001/03/02 17:32:59 thorpej Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.311 2001/03/04 21:28:06 msaitoh Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -564,6 +564,7 @@
 #define        PCI_VENDOR_ADP  0x9004          /* Adaptec */
 #define        PCI_VENDOR_ADP2 0x9005          /* Adaptec (2nd PCI Vendor ID) */
 #define        PCI_VENDOR_ATRONICS     0x907f          /* Atronics */
+#define        PCI_VENDOR_NETMOS       0x9710          /* Netmos */
 #define        PCI_VENDOR_CHRYSALIS    0xcafe          /* Chrysalis-ITS */
 #define        PCI_VENDOR_ARC  0xedd8          /* ARC Logic */
 #define        PCI_VENDOR_INVALID      0xffff          /* INVALID VENDOR ID */
@@ -1393,6 +1394,9 @@
 #define        PCI_PRODUCT_NETGEAR_GA620       0x620a          /* GA620 1000baseSX Gigabit Ethernet */
 #define        PCI_PRODUCT_NETGEAR_GA620T      0x630a          /* GA620 1000baseT Gigabit Ethernet */
 
+/* Netmos products */
+#define        PCI_PRODUCT_NETMOS_NM9835       0x9835          /* Dual UART and 1284 Printer port */
+
 /* Network Security Technologies, Inc. */
 #define        PCI_PRODUCT_NETSEC_7751 0x7751          /* 7751 */
 
diff -r 8cc859b908d6 -r 96525d2840d9 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Sun Mar 04 21:26:44 2001 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Sun Mar 04 21:28:06 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcidevs_data.h,v 1.308 2001/03/02 17:33:00 thorpej Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.309 2001/03/04 21:28:07 msaitoh Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -3712,6 +3712,12 @@
            "GA620 1000baseT Gigabit Ethernet",
        },
        {
+           PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9835,
+           0,
+           "Netmos",
+           "Dual UART and 1284 Printer port",
+       },
+       {
            PCI_VENDOR_NETSEC, PCI_PRODUCT_NETSEC_7751,
            0,
            "NetSec",
@@ -8866,6 +8872,12 @@
            NULL,
        },
        {
+           PCI_VENDOR_NETMOS, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "Netmos",
+           NULL,
+       },
+       {
            PCI_VENDOR_CHRYSALIS, 0,
            PCI_KNOWNDEV_NOPROD,
            "Chrysalis-ITS",



Home | Main Index | Thread Index | Old Index