diff options
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? |