summaryrefslogtreecommitdiffstats
path: root/share/man/man4/uhso.4
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2010-01-13 20:54:18 +0000
committerthompsa <thompsa@FreeBSD.org>2010-01-13 20:54:18 +0000
commit6bc46506163ea6a3bcf17069c043fe68da3067bc (patch)
treee667af2c012a004ce1896625fb827523d9c75235 /share/man/man4/uhso.4
parentc69b7d3b1afbb78e29ff4573e7b70d09c3a046d1 (diff)
downloadFreeBSD-src-6bc46506163ea6a3bcf17069c043fe68da3067bc.zip
FreeBSD-src-6bc46506163ea6a3bcf17069c043fe68da3067bc.tar.gz
Update to Fredrik's latest uhso driver. This changes port detection, adds
comments and other code nits. Submitted by: Fredrik Lindberg <fli@shapeshifter.se>
Diffstat (limited to 'share/man/man4/uhso.4')
-rw-r--r--share/man/man4/uhso.423
1 files changed, 17 insertions, 6 deletions
diff --git a/share/man/man4/uhso.4 b/share/man/man4/uhso.4
index 0ec602a..5d6832c 100644
--- a/share/man/man4/uhso.4
+++ b/share/man/man4/uhso.4
@@ -23,11 +23,11 @@
.\"
.\" $FreeBSD$
.\"
-.Dd Aug 12, 2009
+.Dd January 14, 2010
.Os
.Dt UHSO 4
.Sh NAME
-.Nm hso
+.Nm uhso
.Nd support for several HSxPA devices from Option N.V.
.Sh SYNOPSIS
The module can be loaded at boot time by placing the following line in
@@ -47,12 +47,12 @@ driver which makes them behave like a
.Xr tty 4 .
The packet interface is exposed as a network interface.
.Pp
-To establish a connection on the packet interface the use of the proprietary
+Connection of the packet interface is achieved by using the proprietary
AT commands
.Dq Li AT_OWANCALL
and
.Dq Li AT_OWANDATA
-are required on any of the serial ports.
+on any of the available serial ports.
.Pp
The network interface must be configured manually using the data obtain from
these calls.
@@ -70,12 +70,23 @@ driver supports at least the following cards
Option GlobeSurfer iCON 7.2 (new firmware)
.It
Option iCON 225
+.It
+Option iCON 505
.El
.Pp
The device features a mass storage device referred to as
.Dq Zero-CD
-which contains drivers for Microsoft Windows.
-The driver automatically switches the device to modem mode.
+which contains drivers for Microsoft Windows, this is the default
+mode for the device.
+The
+.Nm
+driver automatically switches the device from
+.Dq Zero-CD
+mode to modem mode.
+This behavior can be disabled by setting
+.Va hw.usb.uhso.auto_switch
+to 0 using
+.Xr sysctl 8
.Sh EXAMPLES
Establishing a packet interface connection
.Bd -literal -offset indent
OpenPOWER on IntegriCloud