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 Move recently supported framebuffers out ...



details:   https://anonhg.NetBSD.org/src/rev/de3cbbec63b8
branches:  trunk
changeset: 762314:de3cbbec63b8
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 19 05:40:58 2011 +0000

description:
Move recently supported framebuffers out of the "unsupported" list.

diffstat:

 sys/arch/hp300/dev/diodevs |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r d455a75ae38a -r de3cbbec63b8 sys/arch/hp300/dev/diodevs
--- a/sys/arch/hp300/dev/diodevs        Sat Feb 19 05:37:55 2011 +0000
+++ b/sys/arch/hp300/dev/diodevs        Sat Feb 19 05:40:58 2011 +0000
@@ -1,4 +1,4 @@
-$NetBSD: diodevs,v 1.13 2011/02/06 04:06:11 tsutsui Exp $
+$NetBSD: diodevs,v 1.14 2011/02/19 05:40:58 tsutsui Exp $
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -66,15 +66,15 @@
 framebuffer HRMCATSEYE 0x07    1       high-res mono catseye display
 framebuffer DAVINCI    0x08    2       98730/98731 (\"davinci\") display
 framebuffer XXXCATSEYE 0x09    1       catseye display
+framebuffer TIGERSHARK 0x0c    3       TurboVRX (\"tigershark\") display
 framebuffer HYPERION   0x0e    1       A1096A (\"hyperion\") display
+framebuffer A1474MID   0x10    4       A1474-69511 on-board mid-res graphics
+framebuffer A147xVGA   0x11    4       A147x-69510 on-board VGA graphics
 
 /* Unsupported framebuffers. */
 
 framebuffer XGENESIS   0x0b    1       x-genesis display
-framebuffer TIGERSHARK 0x0c    3       TurboVRX (\"tigershark\") display
 framebuffer YGENESIS   0x0d    1       y-genesis display
-framebuffer A1474MID   0x10    4       A1474-69511 on-board mid-res graphics
-framebuffer A147xVGA   0x11    4       A147x-69510 on-board VGA graphics
 /* No ID info about A1474-69515 on-board high-res graphics */
 
 /* Devices not yet supported.  Descriptions are lacking. */



Home | Main Index | Thread Index | Old Index