diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-08-18 20:03:39 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-08-18 20:03:39 +0000 |
commit | 8fa9ceb1a6341b9205daaa146589b1f619210ef3 (patch) | |
tree | 1c092a14d78c0808431e756a7a9db59f3093be0f /sys/arch/hp300 | |
parent | d8a6b2508d19a028506f1028b66d6c2162f5b865 (diff) |
Add sti@dio attachments.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 8 | ||||
-rw-r--r-- | sys/arch/hp300/conf/RAMDISK | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 26d48b91709..a9ab106a3ab 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.53 2011/08/18 19:54:16 miod Exp $ +# $OpenBSD: GENERIC,v 1.54 2011/08/18 20:03:38 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -93,9 +93,13 @@ wsdisplay* at topcat? tvrx* at dio? wsdisplay* at tvrx? +# 362/382 built-in framebuffer +sti* at dio? +wsdisplay* at sti? + # SGC framebuffers sti* at sgc? -wsdisplay* at sti? +#wsdisplay* at sti? # already done above 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 ded5176713a..0ac74762df0 100644 --- a/sys/arch/hp300/conf/RAMDISK +++ b/sys/arch/hp300/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.32 2011/08/18 19:54:16 miod Exp $ +# $OpenBSD: RAMDISK,v 1.33 2011/08/18 20:03:38 miod Exp $ # # Ram disk kernel. # @@ -103,9 +103,13 @@ wsdisplay* at topcat? tvrx* at dio? wsdisplay* at tvrx? +# 362/382 built-in framebuffer +sti* at dio? +wsdisplay* at sti? + # SGC framebuffers sti* at sgc? -wsdisplay* at sti? +#wsdisplay* at sti? # already done above dca0 at dio? scode 9 flags 1 # DCA serial interfaces dca* at dio? |