Deleted Added
full compact
rc.4 (130861) rc.4 (131786)
1.\"
2.\" Copyright (c) 2004 Tom Rhodes
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 2004 Tom Rhodes
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man4/rc.4 130861 2004-06-21 18:20:57Z trhodes $
26.\" $FreeBSD: head/share/man/man4/rc.4 131786 2004-07-08 06:38:59Z ru $
27.\"
28.Dd June 21, 2004
29.Dt RC 4
30.Os
31.Sh NAME
32.Nm rc
33.Nd RISCom/8 multiport card
34.Sh SYNOPSIS

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

74.It Bq Er ENOMEM
75May be returned if the
76.Nm
77driver was unable to obtain the
78.Tn IOBASE
79addresses.
80.It Bq Er ENXIO
81May be returned if the device cannot obtain a valid
27.\"
28.Dd June 21, 2004
29.Dt RC 4
30.Os
31.Sh NAME
32.Nm rc
33.Nd RISCom/8 multiport card
34.Sh SYNOPSIS

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

74.It Bq Er ENOMEM
75May be returned if the
76.Nm
77driver was unable to obtain the
78.Tn IOBASE
79addresses.
80.It Bq Er ENXIO
81May be returned if the device cannot obtain a valid
82.Tn IO
82.Tn I/O
83port through
84.Fn isa_get_port .
85This error may also be returned if the
86.Fn isa_get_irq
87function cannot obtain a valid
88.Tn IRQ .
89.El
90.Sh SEE ALSO
91.Xr tty 1 ,
92.Xr ttyname 3 ,
83port through
84.Fn isa_get_port .
85This error may also be returned if the
86.Fn isa_get_irq
87function cannot obtain a valid
88.Tn IRQ .
89.El
90.Sh SEE ALSO
91.Xr tty 1 ,
92.Xr ttyname 3 ,
93.Xr tty 4 ,
94.Xr sio 4 ,
93.Xr sio 4 ,
94.Xr tty 4 ,
95.Xr device.hints 5 ,
96.Xr comcontrol 8 ,
97.Xr getty 8 ,
98.Xr mutex 9 ,
99.Xr splx 9
100.Pp
101.Pa http://www.sdlcomm.com
102.Sh HISTORY

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

108.Fx 5.3 .
109.Sh AUTHORS
110This manual page was written by
111.An Tom Rhodes Aq trhodes@FreeBSD.org .
112.Sh BUGS
113The
114.Nm
115driver code still uses the
95.Xr device.hints 5 ,
96.Xr comcontrol 8 ,
97.Xr getty 8 ,
98.Xr mutex 9 ,
99.Xr splx 9
100.Pp
101.Pa http://www.sdlcomm.com
102.Sh HISTORY

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

108.Fx 5.3 .
109.Sh AUTHORS
110This manual page was written by
111.An Tom Rhodes Aq trhodes@FreeBSD.org .
112.Sh BUGS
113The
114.Nm
115driver code still uses the
116.Fn splx
116.Xr spl 9
117functions.
118These should be replaced by
119.Xr mutex 9
120functions.
121.Pp
122The various
123.Fn ttyld_*
124functions should be documented.
117functions.
118These should be replaced by
119.Xr mutex 9
120functions.
121.Pp
122The various
123.Fn ttyld_*
124functions should be documented.