Module Name:    src
Committed By:   tsutsui
Date:           Tue Dec 28 10:20:27 UTC 2010

Modified Files:
        src/sys/arch/hp300/dev: diodevs.h diodevs_data.h

Log Message:
Regen from diodevs rev 1.10:
> Add IDs for 362/382 internal displays. From OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp300/dev/diodevs.h \
    src/sys/arch/hp300/dev/diodevs_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/arch/hp300/dev/diodevs.h
diff -u src/sys/arch/hp300/dev/diodevs.h:1.12 src/sys/arch/hp300/dev/diodevs.h:1.13
--- src/sys/arch/hp300/dev/diodevs.h:1.12	Mon Apr 28 20:23:19 2008
+++ src/sys/arch/hp300/dev/diodevs.h	Tue Dec 28 10:20:27 2010
@@ -1,10 +1,10 @@
-/*	$NetBSD: diodevs.h,v 1.12 2008/04/28 20:23:19 martin Exp $	*/
+/*	$NetBSD: diodevs.h,v 1.13 2010/12/28 10:20:27 tsutsui Exp $	*/
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: diodevs,v 1.7 2003/11/23 01:57:35 tsutsui Exp 
+ *	NetBSD: diodevs,v 1.10 2010/12/28 10:19:24 tsutsui Exp 
  */
 
 /*-
@@ -129,6 +129,12 @@
 #define	DIO_DEVICE_SECID_YGENESIS	0x0d
 #define	DIO_DEVICE_DESC_YGENESIS	"y-genesis display"
 
+#define	DIO_DEVICE_SECID_FB3X2_A	0x10
+#define	DIO_DEVICE_DESC_FB3X2_A	"362/382 internal display #1"
+
+#define	DIO_DEVICE_SECID_FB3X2_B	0x11
+#define	DIO_DEVICE_DESC_FB3X2_B	"362/382 internal display #2"
+
 /* Devices not yet supported.  Descriptions are lacking. */
 
 
Index: src/sys/arch/hp300/dev/diodevs_data.h
diff -u src/sys/arch/hp300/dev/diodevs_data.h:1.12 src/sys/arch/hp300/dev/diodevs_data.h:1.13
--- src/sys/arch/hp300/dev/diodevs_data.h:1.12	Mon Apr 28 20:23:19 2008
+++ src/sys/arch/hp300/dev/diodevs_data.h	Tue Dec 28 10:20:27 2010
@@ -1,10 +1,10 @@
-/*	$NetBSD: diodevs_data.h,v 1.12 2008/04/28 20:23:19 martin Exp $	*/
+/*	$NetBSD: diodevs_data.h,v 1.13 2010/12/28 10:20:27 tsutsui Exp $	*/
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: diodevs,v 1.7 2003/11/23 01:57:35 tsutsui Exp 
+ *	NetBSD: diodevs,v 1.10 2010/12/28 10:19:24 tsutsui Exp 
  */
 
 /*-
@@ -36,7 +36,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#define DIO_NDEVICES	46
+#define DIO_NDEVICES	48
 
 struct dio_devdata dio_devdatas[] = {
 	{ 0x02,	0,	1 },
@@ -66,6 +66,8 @@
 	{ 0x39,	0x0b,	1 },
 	{ 0x39,	0x0c,	1 },
 	{ 0x39,	0x0d,	1 },
+	{ 0x39,	0x10,	4 },
+	{ 0x39,	0x11,	4 },
 	{ 0x03,	0,	1 },
 	{ 0x04,	0,	1 },
 	{ 0x06,	0,	1 },
@@ -116,6 +118,8 @@
 	{ 0x39,	0x0b,	DIO_DEVICE_DESC_XGENESIS },
 	{ 0x39,	0x0c,	DIO_DEVICE_DESC_TIGER },
 	{ 0x39,	0x0d,	DIO_DEVICE_DESC_YGENESIS },
+	{ 0x39,	0x10,	DIO_DEVICE_DESC_FB3X2_A },
+	{ 0x39,	0x11,	DIO_DEVICE_DESC_FB3X2_B },
 	{ 0x03,	0,	DIO_DEVICE_DESC_MISC0 },
 	{ 0x04,	0,	DIO_DEVICE_DESC_MISC1 },
 	{ 0x06,	0,	DIO_DEVICE_DESC_PARALLEL },

Reply via email to