Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/dev/pci regen for ticket #166



details:   https://anonhg.NetBSD.org/src/rev/c71293fd050e
branches:  netbsd-1-6
changeset: 527862:c71293fd050e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jun 11 01:30:12 2002 +0000

description:
regen for ticket #166

diffstat:

 sys/dev/pci/pcidevs.h      |  3 ++-
 sys/dev/pci/pcidevs_data.h |  8 +++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r f3f95f1fe8fe -r c71293fd050e sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Tue Jun 11 01:27:06 2002 +0000
+++ b/sys/dev/pci/pcidevs.h     Tue Jun 11 01:30:12 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcidevs.h,v 1.433.2.2 2002/06/11 01:13:37 lukem Exp $  */
+/*     $NetBSD: pcidevs.h,v 1.433.2.3 2002/06/11 01:30:12 lukem Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -1656,6 +1656,7 @@
 
 /* Netmos products */
 #define        PCI_PRODUCT_NETMOS_NM9835       0x9835          /* Dual UART and 1284 Printer port */
+#define        PCI_PRODUCT_NETMOS_NM9845       0x9845          /* Quad UART and 1284 Printer port */
 
 /* Network Security Technologies, Inc. */
 #define        PCI_PRODUCT_NETSEC_7751 0x7751          /* 7751 */
diff -r f3f95f1fe8fe -r c71293fd050e sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Tue Jun 11 01:27:06 2002 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Tue Jun 11 01:30:12 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcidevs_data.h,v 1.431.2.2 2002/06/11 01:13:39 lukem Exp $     */
+/*     $NetBSD: pcidevs_data.h,v 1.431.2.3 2002/06/11 01:30:14 lukem Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -4900,6 +4900,12 @@
            "Dual UART and 1284 Printer port",
        },
        {
+           PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9845,
+           0,
+           "Netmos",
+           "Quad UART and 1284 Printer port",
+       },
+       {
            PCI_VENDOR_NETSEC, PCI_PRODUCT_NETSEC_7751,
            0,
            "NetSec",



Home | Main Index | Thread Index | Old Index