Module Name:    src
Committed By:   gson
Date:           Tue Sep 25 06:29:29 UTC 2012

Modified Files:
        src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.1130 -r1.1131 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1129 -r1.1130 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/pcidevs.h
diff -u src/sys/dev/pci/pcidevs.h:1.1130 src/sys/dev/pci/pcidevs.h:1.1131
--- src/sys/dev/pci/pcidevs.h:1.1130	Sun Sep 23 01:09:43 2012
+++ src/sys/dev/pci/pcidevs.h	Tue Sep 25 06:29:27 2012
@@ -1,10 +1,10 @@
-/*	$NetBSD: pcidevs.h,v 1.1130 2012/09/23 01:09:43 chs Exp $	*/
+/*	$NetBSD: pcidevs.h,v 1.1131 2012/09/25 06:29:27 gson Exp $	*/
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: pcidevs,v 1.1137 2012/09/23 01:09:10 chs Exp
+ *	NetBSD: pcidevs,v 1.1138 2012/09/25 06:26:53 gson Exp
  */
 
 /*
@@ -3500,6 +3500,7 @@
 #define	PCI_PRODUCT_LAVA_LAVAPORT_2	0x0200		/* Serial */
 #define	PCI_PRODUCT_LAVA_LAVAPORT_0	0x0201		/* Serial */
 #define	PCI_PRODUCT_LAVA_LAVAPORT_1	0x0202		/* Serial */
+#define	PCI_PRODUCT_LAVA_SSERIAL	0x0500		/* Single Serial */
 #define	PCI_PRODUCT_LAVA_650	0x0600		/* Serial */
 #define	PCI_PRODUCT_LAVA_TWOSP_1P	0x8000		/* Parallel */
 #define	PCI_PRODUCT_LAVA_PARALLEL2	0x8001		/* Dual Parallel */

Index: src/sys/dev/pci/pcidevs_data.h
diff -u src/sys/dev/pci/pcidevs_data.h:1.1129 src/sys/dev/pci/pcidevs_data.h:1.1130
--- src/sys/dev/pci/pcidevs_data.h:1.1129	Sun Sep 23 01:09:44 2012
+++ src/sys/dev/pci/pcidevs_data.h	Tue Sep 25 06:29:27 2012
@@ -1,10 +1,10 @@
-/*	$NetBSD: pcidevs_data.h,v 1.1129 2012/09/23 01:09:44 chs Exp $	*/
+/*	$NetBSD: pcidevs_data.h,v 1.1130 2012/09/25 06:29:27 gson Exp $	*/
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: pcidevs,v 1.1137 2012/09/23 01:09:10 chs Exp
+ *	NetBSD: pcidevs,v 1.1138 2012/09/25 06:26:53 gson Exp
  */
 
 /*
@@ -5710,6 +5710,8 @@ static const uint16_t pci_products[] = {
 	    10463, 0,
 	    PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_LAVAPORT_1, 
 	    10463, 0,
+	    PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_SSERIAL, 
+	    6336, 10463, 0,
 	    PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_650, 
 	    10463, 0,
 	    PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_TWOSP_1P, 
@@ -9666,7 +9668,7 @@ static const char pci_words[] = { "." 
 	    "VL-PCI\0" /* 3 refs @ 6317 */
 	    "Bridge\0" /* 565 refs @ 6324 */
 	    "2051\0" /* 2 refs @ 6331 */
-	    "Single\0" /* 5 refs @ 6336 */
+	    "Single\0" /* 6 refs @ 6336 */
 	    "Solution\0" /* 2 refs @ 6343 */
 	    "(host\0" /* 1 refs @ 6352 */
 	    "Bridge)\0" /* 2 refs @ 6358 */
@@ -10314,7 +10316,7 @@ static const char pci_words[] = { "." 
 	    "ADDI-DATA\0" /* 1 refs @ 10436 */
 	    "APCI-7800\0" /* 1 refs @ 10446 */
 	    "8-port\0" /* 4 refs @ 10456 */
-	    "Serial\0" /* 84 refs @ 10463 */
+	    "Serial\0" /* 85 refs @ 10463 */
 	    "S5920\0" /* 1 refs @ 10470 */
 	    "Target\0" /* 1 refs @ 10476 */
 	    "AR5201\0" /* 3 refs @ 10483 */

Reply via email to