Module Name:    src
Committed By:   tsutsui
Date:           Wed Apr 30 17:51:53 UTC 2014

Modified Files:
        src/sys/arch/hp300/conf: INSTALL

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/hp300/conf/INSTALL

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/conf/INSTALL
diff -u src/sys/arch/hp300/conf/INSTALL:1.57 src/sys/arch/hp300/conf/INSTALL:1.58
--- src/sys/arch/hp300/conf/INSTALL:1.57	Tue Apr 29 18:38:27 2014
+++ src/sys/arch/hp300/conf/INSTALL	Wed Apr 30 17:51:53 2014
@@ -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 @@ mainbus0	at root		# root "bus"
 
 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 @@ wsdisplay*	at tvrx?
 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 ?
 

Reply via email to