diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-23 16:53:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-23 16:53:37 +0000 |
commit | 03e037166728207fbeac106d9c41aaad8fafe40d (patch) | |
tree | ddfa3a8522f4ab38d195aea7217d4b11a684bac0 /sys | |
parent | c9029b1288d19d03daaa0122f369a66ca5a3ea50 (diff) |
Enable sgc and sti.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hp300/conf/DISKLESS | 8 | ||||
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 8 | ||||
-rw-r--r-- | sys/arch/hp300/conf/RAMDISK | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/hp300/conf/DISKLESS b/sys/arch/hp300/conf/DISKLESS index 3d63895d854..520a70223d3 100644 --- a/sys/arch/hp300/conf/DISKLESS +++ b/sys/arch/hp300/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.26 2005/01/18 19:13:23 miod Exp $ +# $OpenBSD: DISKLESS,v 1.27 2005/01/23 16:53:36 miod Exp $ # $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $ # # Generic kernel - one size fits all. @@ -47,7 +47,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 on some 4xx models +sgc0 at mainbus0 # SGC bus on some 4xx models # Human Interface Loop devices hil0 at intio? # HIL controller @@ -89,8 +89,8 @@ topcat* at dio? wsdisplay* at topcat? # SGC framebuffers -#sti* at sgc? -#wsdisplay* at sti? +sti* at sgc? +wsdisplay* at sti? dca0 at dio? scode 9 flags 1 # DCA serial interfaces dca* at dio? diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 32104096b9e..f7ac1ebef54 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.35 2005/01/18 19:13:23 miod Exp $ +# $OpenBSD: GENERIC,v 1.36 2005/01/23 16:53:36 miod Exp $ # $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $ # # Generic kernel - one size fits all. @@ -47,7 +47,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 on some 4xx models +sgc0 at mainbus0 # SGC bus on some 4xx models # Human Interface Loop devices hil0 at intio? # HIL controller @@ -89,8 +89,8 @@ topcat* at dio? wsdisplay* at topcat? # SGC framebuffers -#sti* at sgc? -#wsdisplay* at sti? +sti* at sgc? +wsdisplay* at sti? dca0 at dio? scode 9 flags 1 # DCA serial interfaces dca* at dio? diff --git a/sys/arch/hp300/conf/RAMDISK b/sys/arch/hp300/conf/RAMDISK index aed467ba746..6e51891f281 100644 --- a/sys/arch/hp300/conf/RAMDISK +++ b/sys/arch/hp300/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.21 2005/01/14 22:39:23 miod Exp $ +# $OpenBSD: RAMDISK,v 1.22 2005/01/23 16:53:36 miod Exp $ # # Ram disk kernel. # @@ -58,7 +58,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 on some 4xx models +sgc0 at mainbus0 # SGC bus on some 4xx models # Human Interface Loop devices hil0 at intio? # HIL controller @@ -100,8 +100,8 @@ topcat* at dio? wsdisplay* at topcat? # SGC framebuffers -#sti* at sgc? -#wsdisplay* at sti? +sti* at sgc? +wsdisplay* at sti? dca0 at dio? scode 9 flags 1 # DCA serial interfaces dca* at dio? |