Deleted Added
full compact
ada.4 (204705) ada.4 (214279)
1.\" Copyright (c) 2009 Alexander Motin <mav@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 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.\" Copyright (c) 2009 Alexander Motin <mav@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 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/ada.4 204705 2010-03-04 11:09:49Z mav $
26.\" $FreeBSD: head/share/man/man4/ada.4 214279 2010-10-24 16:31:57Z brucec $
27.\"
28.Dd November 19, 2009
29.Dt ADA 4
30.Os
31.Sh NAME
32.Nm ada
33.Nd ATA Direct Access device driver
34.Sh SYNOPSIS

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

113This value currently defaults to 4.
114.It kern.cam.ada.default_timeout
115.Pp
116This variable determines how long the
117.Nm
118driver will wait before timing out an outstanding command.
119The units for this value are seconds, and the default is currently 30
120seconds.
27.\"
28.Dd November 19, 2009
29.Dt ADA 4
30.Os
31.Sh NAME
32.Nm ada
33.Nd ATA Direct Access device driver
34.Sh SYNOPSIS

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

113This value currently defaults to 4.
114.It kern.cam.ada.default_timeout
115.Pp
116This variable determines how long the
117.Nm
118driver will wait before timing out an outstanding command.
119The units for this value are seconds, and the default is currently 30
120seconds.
121.It kern.cam.ada.spindown_shutdown
122.Pp
123This variable determines whether to spin-down disks when shutting down.
121.El
122.Sh FILES
123.Bl -tag -width ".Pa /dev/ada*" -compact
124.It Pa /dev/ada*
125ATA device nodes
126.El
127.Sh SEE ALSO
128.Xr ad 4 ,
129.Xr ahci 4 ,
130.Xr cam 4 ,
131.Xr da 4 ,
132.Xr siis 4
133.Sh HISTORY
134The
135.Nm
136driver first appeared in
137.Fx 8.0 .
138.Sh AUTHORS
139.An Alexander Motin Aq mav@FreeBSD.org
124.El
125.Sh FILES
126.Bl -tag -width ".Pa /dev/ada*" -compact
127.It Pa /dev/ada*
128ATA device nodes
129.El
130.Sh SEE ALSO
131.Xr ad 4 ,
132.Xr ahci 4 ,
133.Xr cam 4 ,
134.Xr da 4 ,
135.Xr siis 4
136.Sh HISTORY
137The
138.Nm
139driver first appeared in
140.Fx 8.0 .
141.Sh AUTHORS
142.An Alexander Motin Aq mav@FreeBSD.org