Fri Aug 26 07:56:00 2011 UTC ()
add some info re use of Modem and Network ports


(plunky)
diff -r1.2 -r1.3 src/share/man/man4/uhso.4

cvs diff -r1.2 -r1.3 src/share/man/man4/uhso.4 (expand / switch to unified diff)

--- src/share/man/man4/uhso.4 2010/03/06 22:00:22 1.2
+++ src/share/man/man4/uhso.4 2011/08/26 07:56:00 1.3
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1.\" $NetBSD: uhso.4,v 1.2 2010/03/06 22:00:22 wiz Exp $ 1.\" $NetBSD: uhso.4,v 1.3 2011/08/26 07:56:00 plunky Exp $
2.\" 2.\"
3.\" Copyright (c) 2009 Iain Hibbert 3.\" Copyright (c) 2009 Iain Hibbert
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 15.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 16.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 17.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 18.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\" 25.\"
26.Dd March 6, 2010 26.Dd August 26, 2011
27.Dt UHSO 4 27.Dt UHSO 4
28.Os 28.Os
29.Sh NAME 29.Sh NAME
30.Nm uhso 30.Nm uhso
31.Nd Option N.V. Wireless WAN modem driver 31.Nd Option N.V. Wireless WAN modem driver
32.Sh SYNOPSIS 32.Sh SYNOPSIS
33.Cd "uhso* at uhub? port ?" 33.Cd "uhso* at uhub? port ?"
34.Sh HARDWARE 34.Sh HARDWARE
35The 35The
36.Nm 36.Nm
37driver supports at least the following adapters: 37driver supports at least the following adapters:
38.Lp 38.Lp
39.Bl -tag -compact -offset indent 39.Bl -tag -compact -offset indent
@@ -85,28 +85,33 @@ The defined channels are: @@ -85,28 +85,33 @@ The defined channels are:
85.It GPS Ta 5 85.It GPS Ta 5
86.It GPS Control Ta 6 86.It GPS Control Ta 6
87.It PC Smartcard Ta 7 87.It PC Smartcard Ta 7
88.It Modem Ta 8 88.It Modem Ta 8
89.It MSD Ta 9 89.It MSD Ta 9
90.It Voice Ta 10 90.It Voice Ta 10
91.It Network Ta 11 91.It Network Ta 11
92.El 92.El
93.Pp 93.Pp
94Apart from the Network port, which is attached as a network 94Apart from the Network port, which is attached as a network
95interface, the ports are attached as 95interface, the ports are attached as
96.Xr tty 4 96.Xr tty 4
97devices using the port number as the minor device number. 97devices using the port number as the minor device number.
 98In order to connect using
 99.Xr pppd 8 ,
 100the Modem tty should be used
 101.Pq eg /dev/ttyHS0.08 .
98.Pp 102.Pp
99Before the Network port can be used, the modem needs to 103The Network port provides a direct IPv4 interface,
 104but before this can be used the modem needs to
100be placed in connected mode and network settings subsequently 105be placed in connected mode and network settings subsequently
101retrieved using the proprietary 106retrieved using the proprietary
102.Qq _OWANCALL 107.Qq _OWANCALL
103and 108and
104.Qq _OWANDATA 109.Qq _OWANDATA
105AT commands on the Control port. 110AT commands on the Control port.
106.Pp 111.Pp
107Note that the Modem and Network ports should not be enabled at the 112Note that the Modem and Network ports should not be enabled at the
108same time for USB performance reasons. 113same time for USB performance reasons.
109.Sh FILES 114.Sh FILES
110.Bl -tag -compact 115.Bl -tag -compact
111.It Pa /dev/ttyHS?.?? 116.It Pa /dev/ttyHS?.??
112.It Pa /dev/dtyHS?.?? 117.It Pa /dev/dtyHS?.??