Deleted Added
full compact
sio.4 (86717) sio.4 (99739)
1.\" Copyright (c) 1990, 1991 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Systems Programming Group of the University of Utah Computer
6.\" Science Department.
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
36.\" from: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp
1.\" Copyright (c) 1990, 1991 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Systems Programming Group of the University of Utah Computer
6.\" Science Department.
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
36.\" from: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp
37.\" $FreeBSD: head/share/man/man4/sio.4 86717 2001-11-21 10:42:18Z ru $
37.\" $FreeBSD: head/share/man/man4/sio.4 99739 2002-07-10 17:26:11Z sobomax $
38.\"
39.Dd March 31, 2000
40.Dt SIO 4
41.Os
42.Sh NAME
43.Nm sio
44.Nd "fast interrupt driven asynchronous serial communications interface"
45.Sh SYNOPSIS

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

88.Cd hint.sio.4.port="0x100"
89.Cd hint.sio.4.flags="0xb05"
90.Cd "..."
91.Cd hint.sio.11.at="isa"
92.Cd hint.sio.11.port="0x138"
93.Cd hint.sio.11.flags="0xb05"
94.Cd hint.sio.11.irq="12"
95.Pp
38.\"
39.Dd March 31, 2000
40.Dt SIO 4
41.Os
42.Sh NAME
43.Nm sio
44.Nd "fast interrupt driven asynchronous serial communications interface"
45.Sh SYNOPSIS

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

88.Cd hint.sio.4.port="0x100"
89.Cd hint.sio.4.flags="0xb05"
90.Cd "..."
91.Cd hint.sio.11.at="isa"
92.Cd hint.sio.11.port="0x138"
93.Cd hint.sio.11.flags="0xb05"
94.Cd hint.sio.11.irq="12"
95.Pp
96For Netmos Nm9845 multiport cards with 6 ports:
97.Cd "options COM_MULTIPORT"
98.Cd "device sio"
99.Pp
100In
101.Pa /boot/device.hints :
102.Cd hint.sio.4.at="isa"
103.Cd hint.sio.4.port="0xb000"
104.Cd hint.sio.4.flags="0x901"
105.Cd hint.sio.5.at="isa"
106.Cd hint.sio.5.port="0xb400"
107.Cd hint.sio.5.flags="0x901"
108.Cd hint.sio.6.at="isa"
109.Cd hint.sio.6.port="0xb800"
110.Cd hint.sio.6.flags="0x901"
111.Cd hint.sio.7.at="isa"
112.Cd hint.sio.7.port="0xbc00"
113.Cd hint.sio.7.flags="0x901"
114.Cd hint.sio.8.at="isa"
115.Cd hint.sio.8.port="0xc000"
116.Cd hint.sio.8.flags="0x901"
117.Cd hint.sio.9.at="isa"
118.Cd hint.sio.9.port="0xac00"
119.Cd hint.sio.9.flags="0x901"
120.Cd hint.sio.9.irq="12"
121.Pp
96For Hayes ESP cards:
97.Cd "options COM_ESP"
98.Cd "device sio"
99.Cd "..."
100.Pp
101For PCI and PCCARD cards, no lines are required in
102.Pa /boot/device.hints .
103.Cd "device sio"

--- 268 unchanged lines hidden ---
122For Hayes ESP cards:
123.Cd "options COM_ESP"
124.Cd "device sio"
125.Cd "..."
126.Pp
127For PCI and PCCARD cards, no lines are required in
128.Pa /boot/device.hints .
129.Cd "device sio"

--- 268 unchanged lines hidden ---