1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/dev
Søren Schmidt a8445737e7 Add VESA support to syscons.
Kazu writes:

The VESA support code requires vm86 support. Make sure your kernel
configuration file has the following line.
        options "VM86"
If you want to statically link the VESA support code to the kernel,
add the following option to the kernel configuration file.
        options "VESA"

The vidcontrol command now accepts the following video mode names:
VESA_132x25, VESA_132x43, VESA_132x50, VESA_132x60, VESA_800x600

The VESA_800x600 mode is a raster display mode. The 80x25 text will
be displayed on the 800x600 screen. Useful for some laptop computers.

vidcontrol accepts the new `-i <info>' option, where <info> must be
either `adapter' or `mode'.  When the `-i adapter' option is given,
vidcontrol will print basic information (not much) on the video
adapter. When the `-i mode' option is specified, vidcontrol will
list video modes which are actually supported by the video adapter.

Submitted by:   Kazutaka YOKOTA yokota@FreeBSD.ORG
1998-09-15 18:16:39 +00:00
..
advansys EISA bus attachment for the AdvanSys driver. 1998-09-15 07:05:39 +00:00
aha Adaptec 154X SCSI-Host Adapter driver for CAM. 1998-09-15 07:39:55 +00:00
ahb Adaptec 174x EISA SCSI Host Adapter driver for CAM. 1998-09-15 07:10:00 +00:00
aic7xxx Move to new name, convert to CAM, add support for new chips, and 1998-09-15 07:25:33 +00:00
ar Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
bktr Changed METEORSINPUT for Hauppauge cards with bt878. 1998-09-10 08:01:10 +00:00
buslogic Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM. 1998-09-15 07:32:57 +00:00
ccd Update system to new device statistics code. 1998-09-15 08:15:30 +00:00
cs Enable duplex autodetection if UTP media are autodetected. 1998-08-27 22:41:18 +00:00
cy Added D_TTY to the cdevswitch flags for all tty drivers. This is required 1998-08-23 08:26:42 +00:00
de Cast pointers to uintptr_t/intptr_t instead of to u_long/long, 1998-07-15 02:32:35 +00:00
dec
dgb Added D_TTY to the cdevswitch flags for all tty drivers. This is required 1998-08-23 08:26:42 +00:00
dpt Conver the DPT driver to CAM. The dpt_control interface is not yet 1998-09-15 08:33:38 +00:00
ed Support PnP compatibility IDs. This allow e.g. the ed driver to pick 1998-09-13 22:15:44 +00:00
eisa
en FIxed printf format errors. Most of them were exposed by our ntohl() 1998-08-17 00:08:07 +00:00
ep
ex
fdc Update system to new device statistics code. 1998-09-15 08:15:30 +00:00
fe
fxp Implemented a more sophisticated mechanism for handling transmitter 1998-08-04 08:53:12 +00:00
hea Add new files for HARP3 1998-09-15 08:23:17 +00:00
hfa Add new files for HARP3 1998-09-15 08:23:17 +00:00
ic Use [u]intptr_t instead of [unsigned] long to convert and/or represent 1998-08-10 17:21:49 +00:00
ie Use [u]intptr_t instead of [unsigned] long to convert and/or represent 1998-08-10 17:21:49 +00:00
iicbus Major number allocated for generic I2C i/o -> 105 1998-09-09 18:57:24 +00:00
isp Convert ISP pci front end to CAM/bus space/dma. 1998-09-15 10:06:23 +00:00
joy
kbd Add VESA support to syscons. 1998-09-15 18:16:39 +00:00
lnc Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
mc146818
mcd Fixed printf format errors (only 1 left in GENERIC now). 1998-07-13 09:53:11 +00:00
mse
pcf Reviewed by: Doug Rabson 1998-09-03 21:01:22 +00:00
pci Revive PCIConf. 1998-09-15 08:21:13 +00:00
pcm/isa
pdq Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
ppbus unused function removed (byte_1284_inbyte) 1998-09-13 20:44:55 +00:00
ppc invalid printf call fixed -> compile time warning removed 1998-09-13 20:57:06 +00:00
rc Added D_TTY to the cdevswitch flags for all tty drivers. This is required 1998-08-23 08:26:42 +00:00
rp Added D_TTY to the cdevswitch flags for all tty drivers. This is required 1998-08-23 08:26:42 +00:00
scd Fixed printf format errors (only 1 left in GENERIC now). 1998-07-13 09:53:11 +00:00
si Fixed printf format errors. `struct eisa_device' uses a strange type 1998-08-23 10:12:12 +00:00
sio Support PnP compatibility IDs. This allow e.g. the ed driver to pick 1998-09-13 22:15:44 +00:00
smbus Major number allocated for generic SMB i/o -> 106 1998-09-09 18:57:38 +00:00
snp
sound/isa
speaker Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
sr
syscons Add VESA support to syscons. 1998-09-15 18:16:39 +00:00
tx Fixed printf format errors (only 1 left in GENERIC now). 1998-07-13 09:53:11 +00:00
vn Remove the SLICE code. 1998-09-14 19:56:42 +00:00
vx Import the (Fast) Etherlink XL driver. I'm reasonally confident in its 1998-08-16 17:14:59 +00:00
wl Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00