diff options
author | simon <simon@FreeBSD.org> | 2004-09-26 19:03:45 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2004-09-26 19:03:45 +0000 |
commit | 60eb71a7d2acacf23e7f93a2e7c5455aa61d7e66 (patch) | |
tree | 20f8cd11a1ceb08254cac507878edb74818759a5 | |
parent | 813138db83642a315654afadc2bbeb4a616aa7df (diff) | |
download | FreeBSD-src-60eb71a7d2acacf23e7f93a2e7c5455aa61d7e66.zip FreeBSD-src-60eb71a7d2acacf23e7f93a2e7c5455aa61d7e66.tar.gz |
- Add a HARDWARE section which lists supported devices based on the
Hardware Notes.
- Update some text to fit better now that this driver support
multiple different device types.
MFC after: 3 days
-rw-r--r-- | share/man/man4/urio.4 | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/share/man/man4/urio.4 b/share/man/man4/urio.4 index 63b0c8c..3b3176e 100644 --- a/share/man/man4/urio.4 +++ b/share/man/man4/urio.4 @@ -30,18 +30,18 @@ .\" .\" $FreeBSD$ .\" -.Dd March 5, 2000 +.Dd September 26, 2004 .Dt URIO 4 .Os .Sh NAME .Nm urio -.Nd USB driver for the Rio500 MP3 player +.Nd "USB driver for the Rio MP3 players" .Sh SYNOPSIS .Cd "device urio0" .Sh DESCRIPTION The .Nm -driver provides support for the Rio500 MP3 player from Diamond MultiMedia +driver provides support for Rio MP3 players from Diamond MultiMedia which attaches to the USB port. The .Nm @@ -55,7 +55,20 @@ controllers. .Pp Subsequently, the .Pa /dev/urio0 -device can be used by the Rio500 userland applications. +device can be used by the Rio userland applications. +.Sh HARDWARE +The following devices are supported by the +.Nm +driver: +.Pp +.Bl -bullet -compact +.It +Diamond MultiMedia Rio 500 +.It +Diamond MultiMedia Rio 600 +.It +Diamond MultiMedia Rio 800 +.El .Sh FILES .Bl -tag -width /dev/ums0 -compact .It Pa /dev/urio0 @@ -69,7 +82,7 @@ driver to the kernel: .Pp To download a song over the .Tn USB -connection into the Rio500 using the +connection into the Rio using the .Xr rio_add_song 1 utility (see the .Sx SEE ALSO |