Deleted Added
full compact
umodem.4 (159745) umodem.4 (164524)
1.\" $NetBSD: umodem.4,v 1.6 2001/09/11 23:18:55 wiz Exp $
2.\"
3.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Lennart Augustsson.
8.\"

--- 20 unchanged lines hidden (view full) ---

29.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35.\" POSSIBILITY OF SUCH DAMAGE.
36.\"
1.\" $NetBSD: umodem.4,v 1.6 2001/09/11 23:18:55 wiz Exp $
2.\"
3.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Lennart Augustsson.
8.\"

--- 20 unchanged lines hidden (view full) ---

29.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35.\" POSSIBILITY OF SUCH DAMAGE.
36.\"
37.\" $FreeBSD: head/share/man/man4/umodem.4 159745 2006-06-18 17:46:40Z netchild $
37.\" $FreeBSD: head/share/man/man4/umodem.4 164524 2006-11-22 21:30:02Z brueffer $
38.\"
38.\"
39.Dd June 18, 2006
39.Dd November 22, 2006
40.Dt UMODEM 4
41.Os
42.Sh NAME
43.Nm umodem
44.Nd USB modem support
45.Sh SYNOPSIS
40.Dt UMODEM 4
41.Os
42.Sh NAME
43.Nm umodem
44.Nd USB modem support
45.Sh SYNOPSIS
46To compile this driver into the kernel,
47place the following lines in your
48kernel configuration file:
49.Bd -ragged -offset indent
46.Cd "device umodem"
47.Cd "device ucom"
50.Cd "device umodem"
51.Cd "device ucom"
52.Ed
53.Pp
54Alternatively, to load the driver as a
55module at boot time, place the following line in
56.Xr loader.conf 5 :
57.Bd -literal -offset indent
58umodem_load="YES"
59.Ed
48.Sh DESCRIPTION
49The
50.Nm
51driver provides support for USB modems in the Communication
52Device Class using the Abstract Control Model.
53These modems are basically standard serial line modems, but they are
54accessed via USB instead.
55They support a regular AT command set.

--- 46 unchanged lines hidden ---
60.Sh DESCRIPTION
61The
62.Nm
63driver provides support for USB modems in the Communication
64Device Class using the Abstract Control Model.
65These modems are basically standard serial line modems, but they are
66accessed via USB instead.
67They support a regular AT command set.

--- 46 unchanged lines hidden ---