summaryrefslogtreecommitdiffstats
path: root/share/man/man4/kue.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/kue.4')
-rw-r--r--share/man/man4/kue.418
1 files changed, 16 insertions, 2 deletions
diff --git a/share/man/man4/kue.4 b/share/man/man4/kue.4
index de0a669..63aefef 100644
--- a/share/man/man4/kue.4
+++ b/share/man/man4/kue.4
@@ -30,17 +30,31 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 26, 2004
+.Dd July 16, 2005
.Dt KUE 4
.Os
.Sh NAME
.Nm kue
-.Nd Kawasaki LSI KL5KUSB101B USB Ethernet driver
+.Nd "Kawasaki LSI KL5KUSB101B USB Ethernet driver"
.Sh SYNOPSIS
+To compile support for the
+.Nm
+driver into your kernel, place the following lines in your kernel configuration
+file:
+.Bd -ragged -offset indent
.Cd "device uhci"
.Cd "device ohci"
.Cd "device usb"
.Cd "device kue"
+.Ed
+.Pp
+Alternatively, to load the
+.Nm
+driver at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+if_kue_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud