diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-12-23 04:26:50 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-12-23 04:26:50 +0100 |
commit | 96eb90fba188f73d2172f8e8de6a96be85b6d823 (patch) | |
tree | a767201751dbcb56891d87fa7c87e039873efcb1 /sys/man/3 | |
parent | 50bea0348ce8f8af3ad506affe256d22e4ffdeab (diff) |
devvga: removing #v/vgabios, use /dev/realmodemem instead
Diffstat (limited to 'sys/man/3')
-rw-r--r-- | sys/man/3/vga | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/man/3/vga b/sys/man/3/vga index ef5fb8265..e3164c08e 100644 --- a/sys/man/3/vga +++ b/sys/man/3/vga @@ -5,7 +5,6 @@ vga \- VGA controller device .nf .B bind #v /dev -.B /dev/vgabios .B /dev/vgactl .B /dev/vgaovl .B /dev/vgaovlctl @@ -23,10 +22,6 @@ it is used to implement configuration and setup of VGA controller cards. This is usually performed by .IR vga (8). .PP -.B Vgabios -provides read-only access to the low 640kB of memory, -where the VGA and other BIOS ROMs are located. -.PP Writing strings to .B vgactl configures the VGA device. |