Module Name:    src
Committed By:   tsutsui
Date:           Sat May 21 12:06:14 UTC 2011

Modified Files:
        src/sys/arch/hp300/conf: GENERIC files.hp300

Log Message:
Add sti at sgc configuration for SGC EVRX framebuffers found on
some later HP4xx models.  Untested, and disabled in GENERIC for now.


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/sys/arch/hp300/conf/GENERIC
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/hp300/conf/files.hp300

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/GENERIC
diff -u src/sys/arch/hp300/conf/GENERIC:1.165 src/sys/arch/hp300/conf/GENERIC:1.166
--- src/sys/arch/hp300/conf/GENERIC:1.165	Sun Mar  6 17:08:24 2011
+++ src/sys/arch/hp300/conf/GENERIC	Sat May 21 12:06:14 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.165 2011/03/06 17:08:24 bouyer Exp $
+# $NetBSD: GENERIC,v 1.166 2011/05/21 12:06:14 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.165 $"
+#ident 		"GENERIC-$Revision: 1.166 $"
 
 maxusers	32		# estimated number of users
 
@@ -241,6 +241,9 @@
 gendiofb*	at dio? scode ?		# dumb framebuffer support for 362/382
 wsdisplay*	at gendiofb?
 
+#sti*		at sgc?	slot ?		# SGC EVRX framebuffers
+#wsdisplay*	at sti?
+
 com0		at dio0 scode 9		# DCA serial interfaces
 com*		at dio? scode ?
 

Index: src/sys/arch/hp300/conf/files.hp300
diff -u src/sys/arch/hp300/conf/files.hp300:1.83 src/sys/arch/hp300/conf/files.hp300:1.84
--- src/sys/arch/hp300/conf/files.hp300:1.83	Fri Feb 18 16:06:20 2011
+++ src/sys/arch/hp300/conf/files.hp300	Sat May 21 12:06:14 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: files.hp300,v 1.83 2011/02/18 16:06:20 tsutsui Exp $
+#	$NetBSD: files.hp300,v 1.84 2011/05/21 12:06:14 tsutsui Exp $
 #
 # hp300-specific configuration info
 
@@ -182,6 +182,13 @@
 attach	spc at dio
 file	arch/hp300/dev/spc.c		spc needs-flag
 
+#
+# Devices on the SGC bus
+#
+
+attach	sti at sgc with sti_sgc
+file	arch/hp300/dev/sti_sgc.c	sti_sgc
+
 # Memory Disk for ramdisk
 file	dev/md_root.c			memory_disk_hooks
 

Reply via email to