Add sti at sgc configuration for SGC EVRX framebuffers found on
some later HP4xx models. Untested, and disabled in GENERIC for now.
This commit is contained in:
parent
823c8d62ae
commit
6d45816bf7
|
@ -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 @@ include "arch/hp300/conf/std.hp300"
|
|||
|
||||
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 @@ wsdisplay* at tvrx?
|
|||
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 ?
|
||||
|
||||
|
|
|
@ -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 @@ include "dev/scsipi/files.scsipi"
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue