summaryrefslogtreecommitdiffstats
path: root/share/man/man4/dcons.4
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2005-10-07 06:43:04 +0000
committermaxim <maxim@FreeBSD.org>2005-10-07 06:43:04 +0000
commitd7d27546db75ea38a0e5d03e07e51a9844095947 (patch)
treec2efe34a8b2384a2c46c9e40d2cf1b4aa9a30acd /share/man/man4/dcons.4
parentf2f10c60682fb4fa2cd2e4bfda7a9ecdb07b7a56 (diff)
downloadFreeBSD-src-d7d27546db75ea38a0e5d03e07e51a9844095947.zip
FreeBSD-src-d7d27546db75ea38a0e5d03e07e51a9844095947.tar.gz
o Mention the fact dcons(4) depends on "options GDB".
Reviewed by: simokawa, ru (mdoc markup) MFC after: 1 week
Diffstat (limited to 'share/man/man4/dcons.4')
-rw-r--r--share/man/man4/dcons.423
1 files changed, 18 insertions, 5 deletions
diff --git a/share/man/man4/dcons.4 b/share/man/man4/dcons.4
index 7cebf27..694a253 100644
--- a/share/man/man4/dcons.4
+++ b/share/man/man4/dcons.4
@@ -24,19 +24,32 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 11, 2003
+.Dd October 7, 2005
.Dt DCONS 4
.Os
.Sh NAME
.Nm dcons
.Nd dumb console device driver
.Sh SYNOPSIS
-.Cd device dcons
+To compile support for the driver into your kernel,
+place the following lines in your kernel configuration file:
+.Bd -ragged -offset indent
+.Cd "options GDB"
+.Cd "device firewire"
+.Cd "device dcons"
+.Ed
.Pp
-.Cd options DDB
-.Cd options ALT_BREAK_TO_DEBUGGER
+Alternatively, to load the driver at boot time,
+place the following line in your kernel configuration file:
+.Bd -ragged -offset indent
+.Cd "options GDB"
+.Ed
.Pp
-.Cd device firewire
+and in
+.Xr loader.conf 5 :
+.Bd -ragged -offset indent
+dcons_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud