]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The first stage of console driver reorganization: activate new
authorKazutaka YOKOTA <yokota@FreeBSD.org>
Mon, 11 Jan 1999 03:18:56 +0000 (03:18 +0000)
committerKazutaka YOKOTA <yokota@FreeBSD.org>
Mon, 11 Jan 1999 03:18:56 +0000 (03:18 +0000)
commit2ad872c5794e4c26fdf6ed219ad3f09ca0d5304a
treefe7f55d0accae6cc85be75e22e50850f48ae0f5d
parent559e7c1b0cbbe4a5a4683c3052c72ae4684176fd
The first stage of console driver reorganization: activate new
keyboard and video card drivers.

Because of the changes, you are required to update your kernel
configuration file now!

The files in sys/dev/syscons are still i386-specific (but less so than
before), and won't compile for alpha and PC98 yet.

syscons still directly accesses the video card registers here and
there; this will be rectified in the later stages.
40 files changed:
sys/amd64/conf/GENERIC
sys/conf/NOTES
sys/conf/files.i386
sys/conf/options.i386
sys/dev/syscons/blank/blank_saver.c
sys/dev/syscons/daemon/daemon_saver.c
sys/dev/syscons/fade/fade_saver.c
sys/dev/syscons/green/green_saver.c
sys/dev/syscons/logo/logo_saver.c
sys/dev/syscons/rain/rain_saver.c
sys/dev/syscons/scvesactl.c
sys/dev/syscons/scvidctl.c
sys/dev/syscons/snake/snake_saver.c
sys/dev/syscons/star/star_saver.c
sys/dev/syscons/syscons.c
sys/dev/syscons/syscons.h
sys/dev/syscons/warp/warp_saver.c
sys/i386/conf/GENERIC
sys/i386/conf/LINT
sys/i386/conf/NOTES
sys/i386/conf/files.i386
sys/i386/conf/options.i386
sys/i386/include/console.h
sys/i386/include/pc/vesa.h
sys/i386/isa/pcvt/pcvt_drv.c
sys/i386/isa/pcvt/pcvt_hdr.h
sys/i386/isa/pcvt/pcvt_kbd.c
sys/i386/isa/psm.c
sys/i386/isa/vesa.c
sys/modules/syscons/blank/blank_saver.c
sys/modules/syscons/daemon/daemon_saver.c
sys/modules/syscons/fade/fade_saver.c
sys/modules/syscons/green/green_saver.c
sys/modules/syscons/logo/logo_saver.c
sys/modules/syscons/rain/rain_saver.c
sys/modules/syscons/saver.h
sys/modules/syscons/snake/snake_saver.c
sys/modules/syscons/star/star_saver.c
sys/modules/syscons/warp/warp_saver.c
sys/modules/vesa/Makefile