Module Name:    src
Committed By:   tsutsui
Date:           Fri Dec 31 22:48:59 UTC 2010

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

Log Message:
Use more specific info and names for 362/382 internal framebuffers.

Taken from various WWW pages (and my 362/382):
http://www.hpmuseum.net/collection_document.php
http://www.ambry.com/page/model.asp?model_nu=A1473A
http://mail-index.NetBSD.org/port-hp300/2003/11/03/0005.html
http://www.ambry.com/page/model.asp?model_nu=A1474A
http://mail-index.NetBSD.org/port-hp300/1999/07/16/0000.html
http://mail-index.NetBSD.org/port-hp300/1999/07/16/0001.html
http://mail-index.NetBSD.org/port-hp300/2009/04/30/msg000018.html


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/sys/arch/hp300/dev/diodevs:1.11
--- src/sys/arch/hp300/dev/diodevs:1.10	Tue Dec 28 10:19:24 2010
+++ src/sys/arch/hp300/dev/diodevs	Fri Dec 31 22:48:59 2010
@@ -1,4 +1,4 @@
-$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 $
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -73,8 +73,9 @@
 framebuffer XGENESIS	0x0b	1	x-genesis display
 framebuffer TIGER	0x0c	1	tiger display
 framebuffer YGENESIS	0x0d	1	y-genesis display
-framebuffer FB3X2_A	0x10	4	362/382 internal display #1
-framebuffer FB3X2_B	0x11	4	362/382 internal display #2
+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