aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scvesactl.c
Commit message (Expand)AuthorAgeFilesLines
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-10/+2
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-1/+1
* - Hang the scr_stat struct from dev_t.Kazutaka YOKOTA1999-09-191-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-5/+4
* Unifdef VM86Jonathan Lemon1999-06-011-4/+3
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-111-12/+15
* Make the VESA KLD module work!Kazutaka YOKOTA1998-12-301-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-6/+1
* Yet another round of fixes for the VESA support code.Kazutaka YOKOTA1998-10-011-10/+1
* Cosmetic changes:Kazutaka YOKOTA1998-09-261-1/+2
* - Use `u_long cmd' ioctl arg.Kazutaka YOKOTA1998-09-261-11/+4
* Cosmetic change: adjust copyright notice.Kazutaka YOKOTA1998-09-251-17/+14
* Fix and update for VESA BIOS support in syscons.Kazutaka YOKOTA1998-09-231-2/+15
* Add VESA support to syscons.Søren Schmidt1998-09-151-0/+150