Deleted Added
full compact
ada.4 (220454) ada.4 (231244)
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 220454 2011-04-08 14:42:29Z mav $
26.\" $FreeBSD: head/share/man/man4/ada.4 231244 2012-02-09 04:37:30Z gjb $
27.\"
27.\"
28.Dd April 8, 2011
28.Dd February 8, 2012
29.Dt ADA 4
30.Os
31.Sh NAME
32.Nm ada
33.Nd ATA Direct Access device driver
34.Sh SYNOPSIS
35.Cd device ada
36.Sh DESCRIPTION

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

134The per-device default is to leave it as-is (follow global setting).
135.El
136.Sh FILES
137.Bl -tag -width ".Pa /dev/ada*" -compact
138.It Pa /dev/ada*
139ATA device nodes
140.El
141.Sh SEE ALSO
29.Dt ADA 4
30.Os
31.Sh NAME
32.Nm ada
33.Nd ATA Direct Access device driver
34.Sh SYNOPSIS
35.Cd device ada
36.Sh DESCRIPTION

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

134The per-device default is to leave it as-is (follow global setting).
135.El
136.Sh FILES
137.Bl -tag -width ".Pa /dev/ada*" -compact
138.It Pa /dev/ada*
139ATA device nodes
140.El
141.Sh SEE ALSO
142.Xr ad 4 ,
143.Xr ahci 4 ,
144.Xr cam 4 ,
145.Xr da 4 ,
146.Xr siis 4
147.Sh HISTORY
148The
149.Nm
150driver first appeared in
151.Fx 8.0 .
152.Sh AUTHORS
153.An Alexander Motin Aq mav@FreeBSD.org
142.Xr ahci 4 ,
143.Xr cam 4 ,
144.Xr da 4 ,
145.Xr siis 4
146.Sh HISTORY
147The
148.Nm
149driver first appeared in
150.Fx 8.0 .
151.Sh AUTHORS
152.An Alexander Motin Aq mav@FreeBSD.org