aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/s3
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Remove some stray traces of KMODDEPSPeter Wemm2001-02-041-1/+0
| | | | Notes: svn path=/head/; revision=71996
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-5/+6
| | | | Notes: svn path=/head/; revision=70711
* We don't use += for SRCS in Makefiles, we simply use theJeroen Ruigrok van der Werven2001-01-061-2/+2
| | | | | | | | line continuation character and state the rest of the sourcefiles on the next line. Notes: svn path=/head/; revision=70708
* Fix typo.Jun Kuriyama2001-01-061-1/+1
| | | | | | | Pointed out by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Notes: svn path=/head/; revision=70704
* Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacingNicolas Souchu2001-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> Notes: svn path=/head/; revision=70688