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 Use more specific info and names for 362/...



details:   https://anonhg.NetBSD.org/src/rev/79e9f03d5fd8
branches:  trunk
changeset: 760240:79e9f03d5fd8
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Dec 31 22:48:59 2010 +0000

description:
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

diffstat:

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

diffs (21 lines):

diff -r 3c661716cea9 -r 79e9f03d5fd8 sys/arch/hp300/dev/diodevs
--- a/sys/arch/hp300/dev/diodevs        Fri Dec 31 22:41:55 2010 +0000
+++ b/sys/arch/hp300/dev/diodevs        Fri Dec 31 22:48:59 2010 +0000
@@ -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. */
 



Home | Main Index | Thread Index | Old Index