Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/conf Add and enable sti(4) at sgc in install ...



details:   https://anonhg.NetBSD.org/src/rev/8282fa2c178d
branches:  trunk
changeset: 329043:8282fa2c178d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Apr 30 17:51:53 2014 +0000

description:
Add and enable sti(4) at sgc in install kernels for 425e.

Tested on both serial console and framebuffer console.
(switched by the service switch on the back panel)

diffstat:

 sys/arch/hp300/conf/INSTALL |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 926ee518375e -r 8282fa2c178d sys/arch/hp300/conf/INSTALL
--- a/sys/arch/hp300/conf/INSTALL       Wed Apr 30 17:24:20 2014 +0000
+++ b/sys/arch/hp300/conf/INSTALL       Wed Apr 30 17:51:53 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.57 2014/04/29 18:38:27 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.58 2014/04/30 17:51:53 tsutsui Exp $
 #
 # INSTALL machine description file
 #
@@ -136,7 +136,7 @@
 
 intio0         at mainbus0     # internal i/o space
 dio0           at mainbus0     # DIO/DIO-II bus
-#sgc0          at mainbus0     # SGC bus
+sgc0           at mainbus0     # SGC bus
 
 # Real-time clock (not optional)
 rtc*           at intio?
@@ -191,6 +191,9 @@
 gendiofb*      at dio? scode ?
 wsdisplay*     at gendiofb?
 
+sti*           at sgc? slot ?          # SGC EVRX framebuffers
+wsdisplay*     at sti?
+
 com*           at dio0 scode 9         # DCA serial interfaces
 com*           at dio? scode ?
 



Home | Main Index | Thread Index | Old Index