summaryrefslogtreecommitdiffstats
path: root/share/man/man4/vga.4
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>2001-10-13 09:08:37 +0000
committeryokota <yokota@FreeBSD.org>2001-10-13 09:08:37 +0000
commit0dd51f62a8282f0b2cc7b07477943c03ef96b236 (patch)
treec90626ebfa693beec62550c0f24ff264593b183b /share/man/man4/vga.4
parentac1e1976ef665def71a086ab13965aab9a7f4dd3 (diff)
downloadFreeBSD-src-0dd51f62a8282f0b2cc7b07477943c03ef96b236.zip
FreeBSD-src-0dd51f62a8282f0b2cc7b07477943c03ef96b236.tar.gz
Update man pages in the section 4 to match the reality in -CURRENT.
- Change lines referring to kernel configuration file: device foo0 at isa port xxx irq yyy... to device foo Describe resource "hints" in /boot/device.hints. - Try to describe resource allocation and probe/attach behavior in the newbus framework.
Diffstat (limited to 'share/man/man4/vga.4')
-rw-r--r--share/man/man4/vga.415
1 files changed, 12 insertions, 3 deletions
diff --git a/share/man/man4/vga.4 b/share/man/man4/vga.4
index e7bb8cd..42569ff 100644
--- a/share/man/man4/vga.4
+++ b/share/man/man4/vga.4
@@ -40,7 +40,11 @@
.Cd "options VGA_NO_MODE_CHANGE"
.Cd "options VGA_SLOW_IOACCESS"
.Cd "options VGA_WIDTH90"
-.Cd "device vga0 at isa? port ? conflicts"
+.Cd "device vga"
+.Pp
+In
+.Pa /boot/device.hints :
+.Cd hint.vga.0.at="isa"
.Sh DESCRIPTION
The
.Nm
@@ -131,13 +135,18 @@ This option prevents the driver from changing video modes.
.Sh EXAMPLES
Your kernel configuration should normally have:
.Pp
-.Dl "device vga0 at isa? port ? conflicts"
+.Dl "device vga"
+.Pp
+And you need the following line in
+.Pa /boot/device.hints .
+.Pp
+.Dl hint.vga.0.at="isa"
.Pp
The following lines should be included in the kernel configuration file
in order to enable the VESA BIOS Extension support.
.Pp
.Dl "options VESA"
-.Dl "device vga0 at isa? port ? conflicts"
+.Dl "device vga"
.Pp
If you do not want VESA support included in the kernel, but
want to use occasionally, do not add the
OpenPOWER on IntegriCloud