diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2006-11-22 21:30:02 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2006-11-22 21:30:02 +0000 |
| commit | 0a771a3be70f827aa2b10b6b66168f6b66ad39c5 (patch) | |
| tree | 51929f2c1289c99b1b5bda707f45a3f7acd67275 /share/man/man4/urio.4 | |
| parent | 0d4d06c9d7e5ab0c5d97fcec455bfca996d018c5 (diff) | |
Notes
Diffstat (limited to 'share/man/man4/urio.4')
| -rw-r--r-- | share/man/man4/urio.4 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/share/man/man4/urio.4 b/share/man/man4/urio.4 index 0e2187a6322a..d42ff2a7fae6 100644 --- a/share/man/man4/urio.4 +++ b/share/man/man4/urio.4 @@ -30,14 +30,26 @@ .\" .\" $FreeBSD$ .\" -.Dd September 26, 2004 +.Dd November 22, 2006 .Dt URIO 4 .Os .Sh NAME .Nm urio .Nd "USB driver for the Rio MP3 players" .Sh SYNOPSIS -.Cd "device urio0" +To compile this driver into the kernel, +place the following line in your +kernel configuration file: +.Bd -ragged -offset indent +.Cd "device urio" +.Ed +.Pp +Alternatively, to load the driver as a +module at boot time, place the following line in +.Xr loader.conf 5 : +.Bd -literal -offset indent +urio_load="YES" +.Ed .Sh DESCRIPTION The .Nm |
