Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/dev Regen from diodevs rev 1.11:



details:   https://anonhg.NetBSD.org/src/rev/ff812df1b85f
branches:  trunk
changeset: 760241:ff812df1b85f
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Dec 31 22:49:55 2010 +0000

description:
Regen from diodevs rev 1.11:
> Use more specific info and names for 362/382 internal framebuffers.

diffstat:

 sys/arch/hp300/dev/diodevs.h      |  13 +++++++------
 sys/arch/hp300/dev/diodevs_data.h |   8 ++++----
 2 files changed, 11 insertions(+), 10 deletions(-)

diffs (60 lines):

diff -r 79e9f03d5fd8 -r ff812df1b85f sys/arch/hp300/dev/diodevs.h
--- a/sys/arch/hp300/dev/diodevs.h      Fri Dec 31 22:48:59 2010 +0000
+++ b/sys/arch/hp300/dev/diodevs.h      Fri Dec 31 22:49:55 2010 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: diodevs.h,v 1.13 2010/12/28 10:20:27 tsutsui Exp $     */
+/*     $NetBSD: diodevs.h,v 1.14 2010/12/31 22:49:55 tsutsui Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: diodevs,v 1.10 2010/12/28 10:19:24 tsutsui Exp 
+ *     NetBSD: diodevs,v 1.11 2010/12/31 22:48:59 tsutsui Exp 
  */
 
 /*-
@@ -129,11 +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_A1474MID       0x10
+#define        DIO_DEVICE_DESC_A1474MID        "A1474-69511 on-board mid-res graphics"
 
-#define        DIO_DEVICE_SECID_FB3X2_B        0x11
-#define        DIO_DEVICE_DESC_FB3X2_B "362/382 internal display #2"
+#define        DIO_DEVICE_SECID_A147xVGA       0x11
+#define        DIO_DEVICE_DESC_A147xVGA        "A147x-69510 on-board VGA graphics"
+/* No ID info about A1474-69515 on-board high-res graphics */
 
 /* Devices not yet supported.  Descriptions are lacking. */
 
diff -r 79e9f03d5fd8 -r ff812df1b85f sys/arch/hp300/dev/diodevs_data.h
--- a/sys/arch/hp300/dev/diodevs_data.h Fri Dec 31 22:48:59 2010 +0000
+++ b/sys/arch/hp300/dev/diodevs_data.h Fri Dec 31 22:49:55 2010 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: diodevs_data.h,v 1.13 2010/12/28 10:20:27 tsutsui Exp $        */
+/*     $NetBSD: diodevs_data.h,v 1.14 2010/12/31 22:49:55 tsutsui Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: diodevs,v 1.10 2010/12/28 10:19:24 tsutsui Exp 
+ *     NetBSD: diodevs,v 1.11 2010/12/31 22:48:59 tsutsui Exp 
  */
 
 /*-
@@ -118,8 +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 },
+       { 0x39, 0x10,   DIO_DEVICE_DESC_A1474MID },
+       { 0x39, 0x11,   DIO_DEVICE_DESC_A147xVGA },
        { 0x03, 0,      DIO_DEVICE_DESC_MISC0 },
        { 0x04, 0,      DIO_DEVICE_DESC_MISC1 },
        { 0x06, 0,      DIO_DEVICE_DESC_PARALLEL },



Home | Main Index | Thread Index | Old Index