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 <[email protected]>
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 <[email protected]>
show more ...