diff options
author | imp <imp@FreeBSD.org> | 2008-08-25 02:05:04 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2008-08-25 02:05:04 +0000 |
commit | 6aec221cb495cddcd6a7821b711f852e9c83750e (patch) | |
tree | 79c951bef92b1d3e4ca3ded17fd7c1648fc733ae /share | |
parent | b4c49cca7f20247fe5bb7abf4f1050ed40265f2f (diff) | |
download | FreeBSD-src-6aec221cb495cddcd6a7821b711f852e9c83750e.zip FreeBSD-src-6aec221cb495cddcd6a7821b711f852e9c83750e.tar.gz |
Update uipaq for FreeBSD's driver:
o List all devices FreeBSD supports (more on the way)
o Sort the list of supported devices
o Note this was introduced with FreeBSD 7.0
o Include the FreeBSD configuration synopsis
o Bump the man page date
o Put $FreeBSD$ where all the other usb man pages have it.
And add to build.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 1 | ||||
-rw-r--r-- | share/man/man4/uipaq.4 | 39 |
2 files changed, 32 insertions, 8 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 4054b70..651a6b2 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -399,6 +399,7 @@ MAN= aac.4 \ ugen.4 \ uhci.4 \ uhid.4 \ + uipaq.4 \ ukbd.4 \ ulpt.4 \ umass.4 \ diff --git a/share/man/man4/uipaq.4 b/share/man/man4/uipaq.4 index a5f4595..e345d5b 100644 --- a/share/man/man4/uipaq.4 +++ b/share/man/man4/uipaq.4 @@ -1,4 +1,3 @@ -.\" $FreeBSD$ .\" $OpenBSD: uipaq.4,v 1.1 2005/06/17 23:50:35 deraadt Exp $ .\" $NetBSD: uipaq.4,v 1.3 2008/04/30 13:10:54 martin Exp $ .\" @@ -29,25 +28,44 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd July 18, 2005 +.\" $FreeBSD$ +.\" +.Dd August 24, 2008 .Dt UIPAQ 4 .Os .Sh NAME .Nm uipaq .Nd USB support for iPAQ units .Sh SYNOPSIS -.Cd "uipaq* at uhub?" -.Cd "ucom* at uipaq?" +To compile this driver into the kernel, +place the following lines in your +kernel configuration file: +.Bd -ragged -offset indent +.Cd "device uipaq" +.Cd "device ucom" +.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 +uipaq_load="YES" +.Ed .Sh HARDWARE The .Nm driver supports the following adapters: .Pp .Bl -tag -width Ds -offset indent -compact -.It HP iPAQ 22xx/Jornada 548 -.It HP Jornada 568 +.It ASUS P535 PDA +.It Casio BE300 PDA .It Compaq IPaq PocketPC -.It Casio BE300 +.It HP Jornada 568 +.It HP iPAQ 22xx/Jornada 548 +.It HTC PPC6700 Modem +.It HTC Smart Phone +.It HTC Winmobile +.It Sharp W-ZERO3 ES Spart Phone .El .Sh DESCRIPTION The @@ -66,8 +84,13 @@ driver which makes it behave like a .Xr usb 4 .Sh HISTORY The +.Fx +support was imported from +.Nx +for +.Fx 7.0 . .Nx -support was added in +added support in .Nx 4.0 and it was imported from .Ox 3.8 . |