syscons doesn't support EGA, CGA etc. anymore, so remove the mapping
authorSascha Wildner <swildner@dragonflybsd.org>
Fri, 29 Dec 2006 00:10:35 +0000 (00:10 +0000)
committerSascha Wildner <swildner@dragonflybsd.org>
Fri, 29 Dec 2006 00:10:35 +0000 (00:10 +0000)
commita5f3e022fc1119fab3950ffb573738818bf146d9
tree868b8689a5ebf3cca1efe66f122068da951c3387
parente4846942819ebf777de481efddc19fb1b0f669f2
syscons doesn't support EGA, CGA etc. anymore, so remove the mapping
of generic mode names like "80x25" to different adapter types. Hardwire
them to VGA/VESA mode numbers.

Also, remove the bogus "132x30" VESA text mode which is not defined in
the specification.
sys/dev/misc/syscons/scvesactl.c
sys/dev/misc/syscons/scvidctl.c
sys/dev/video/fb/vga.c
sys/dev/video/i386/vesa/vesa.c
sys/sys/consio.h
sys/sys/fbio.h
usr.sbin/vidcontrol/vidcontrol.c