diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-06 12:27:10 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-06 12:27:10 +0000 |
commit | f5902371f82ba0a4cdeae260a9bfa286bb43df23 (patch) | |
tree | 71e52b49b50dfc44c624c33d2f4679ba71aca1b1 /sys/arch/alpha/conf | |
parent | f31ea30fa71988df28fa8172d41c4bf4968a55d9 (diff) |
Add some missing things for the MI vga driver. Move wscons to an MI place as
well. $OpenBSD$ tagging
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index c8d41a7b4d9..3c941b6a008 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.15 1997/11/06 02:53:44 niklas Exp $ +# $OpenBSD: files.alpha,v 1.16 1997/11/06 12:27:01 niklas Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -48,21 +48,8 @@ major { rd = 6 } define raster include "dev/rcons/files.rcons" -file arch/alpha/wscons/wscons_rinit.c raster -file arch/alpha/wscons/wscons_rops.c raster - - -# -# "Workstation Console" glue; attaches frame buffer to emulator & kbd. -# -device wscons -attach wscons at wsconsdev -file arch/alpha/wscons/wscons.c wscons needs-flag -file arch/alpha/wscons/wscons_emul.c wscons - -file arch/alpha/wscons/event.c wscons -file arch/alpha/wscons/kbd.c wscons -file arch/alpha/wscons/ms.c wscons +file dev/wscons/wscons_rinit.c raster +file dev/wscons/wscons_rops.c raster # # TurboChannel Devices |