diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-23 19:17:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-23 19:17:24 +0000 |
commit | 8efb29caf1b3a3b8ca7c5024af7baa85d8550b6f (patch) | |
tree | 25646da846e62b34533d32b46ff22fa8e4d70397 /sys/arch/vax/conf | |
parent | 205e73574a86100484ee56e0b187336d5aa25da2 (diff) |
Make smg(4) on par with the current state of wsdisplay drivers: make it use
a rasops backend and wsfont, better ioctl conformance, and too many other
changes to mention.
Diffstat (limited to 'sys/arch/vax/conf')
-rw-r--r-- | sys/arch/vax/conf/files.vax | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax index b1f8018807f..68e5a365e26 100644 --- a/sys/arch/vax/conf/files.vax +++ b/sys/arch/vax/conf/files.vax @@ -1,4 +1,4 @@ -# $OpenBSD: files.vax,v 1.35 2006/07/20 19:15:34 miod Exp $ +# $OpenBSD: files.vax,v 1.36 2006/07/23 19:17:21 miod Exp $ # $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $ # # new style config file for vax architecture @@ -132,7 +132,9 @@ major {ry = 24} include "arch/vax/dec/files.dec" # wscons files. +include "dev/rasops/files.rasops" include "dev/wscons/files.wscons" +include "dev/wsfont/files.wsfont" # RAM Disk for install floppy major {rd = 23} @@ -156,7 +158,7 @@ attach le at vsbus with le_vsbus file arch/vax/vsa/if_le_vsbus.c le_vsbus # Monochrome framebuffer on VS3100. -device smg: wsemuldisplaydev +device smg: wsemuldisplaydev, rasops1 attach smg at vsbus file arch/vax/vsa/smg.c smg needs-flag |