summaryrefslogtreecommitdiffstats
path: root/sys/modules/s3
Commit message (Collapse)AuthorAgeFilesLines
* Remove some stray traces of KMODDEPSpeter2001-02-041-1/+0
|
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-5/+6
|
* We don't use += for SRCS in Makefiles, we simply use theasmodai2001-01-061-2/+2
| | | | | line continuation character and state the rest of the sourcefiles on the next line.
* Fix typo.kuriyama2001-01-061-1/+1
| | | | Pointed out by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
* Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacingnsouch2001-01-051-0/+9
the video switch by another. Exactly as VESA does on top of VGA. It adds linear framebuffer to S3 VESA 1.2 cards. Obtained from: The original S3 ISA code comes from Peter Horton <pdh@colonel-panic.com>
OpenPOWER on IntegriCloud