Module Name:    src
Committed By:   tsutsui
Date:           Sat Feb 19 05:40:59 UTC 2011

Modified Files:
        src/sys/arch/hp300/dev: diodevs

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hp300/dev/diodevs

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
diff -u src/sys/arch/hp300/dev/diodevs:1.13 src/sys/arch/hp300/dev/diodevs:1.14
--- src/sys/arch/hp300/dev/diodevs:1.13	Sun Feb  6 04:06:11 2011
+++ src/sys/arch/hp300/dev/diodevs	Sat Feb 19 05:40:58 2011
@@ -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. */

Reply via email to