Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Remove some stray traces of KMODDEPS
Use a consistent style and one much closer to the rest of /usr/src
We don't use += for SRCS in Makefiles, we simply use theline continuation character and state the rest of the sourcefileson the next line.
Fix typo.Pointed out by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacingthe video switch by another. Exactly as VESA does on top of VGA.It adds linear framebuffer to S3 VESA 1.2 cards.Obt
Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacingthe 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>
show more ...