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 sti at sgc configuration for SGC EVR...
details: https://anonhg.NetBSD.org/src/rev/e01883a74d4b
branches: trunk
changeset: 765198:e01883a74d4b
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat May 21 12:06:14 2011 +0000
description:
Add sti at sgc configuration for SGC EVRX framebuffers found on
some later HP4xx models. Untested, and disabled in GENERIC for now.
diffstat:
sys/arch/hp300/conf/GENERIC | 7 +++++--
sys/arch/hp300/conf/files.hp300 | 9 ++++++++-
2 files changed, 13 insertions(+), 3 deletions(-)
diffs (51 lines):
diff -r 01aa76baaac2 -r e01883a74d4b sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC Sat May 21 12:02:55 2011 +0000
+++ b/sys/arch/hp300/conf/GENERIC Sat May 21 12:06:14 2011 +0000
@@ -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 ?
diff -r 01aa76baaac2 -r e01883a74d4b sys/arch/hp300/conf/files.hp300
--- a/sys/arch/hp300/conf/files.hp300 Sat May 21 12:02:55 2011 +0000
+++ b/sys/arch/hp300/conf/files.hp300 Sat May 21 12:06:14 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index