Deleted Added
full compact
da.4 (152925) da.4 (162404)
1.\" Copyright (c) 1996
2.\" Julian Elischer <julian@FreeBSD.org>. 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) 1996
2.\" Julian Elischer <julian@FreeBSD.org>. 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/da.4 152925 2005-11-29 16:51:49Z jhb $
26.\" $FreeBSD: head/share/man/man4/da.4 162404 2006-09-18 15:24:20Z ru $
27.\"
28.Dd September 2, 2003
29.Dt DA 4
30.Os
31.Sh NAME
32.Nm da
33.Nd SCSI Direct Access device driver
34.Sh SYNOPSIS

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

183If a device becomes invalidated (media is removed, device becomes unresponsive)
184the disklabel and information held within the kernel about the device will
185be invalidated.
186To avoid corruption of a newly inserted piece of media or
187a replacement device, all accesses to the device will be discarded until
188the last file descriptor referencing the old device is closed.
189During this period, all new open attempts will be rejected.
190.Sh FILES
27.\"
28.Dd September 2, 2003
29.Dt DA 4
30.Os
31.Sh NAME
32.Nm da
33.Nd SCSI Direct Access device driver
34.Sh SYNOPSIS

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

183If a device becomes invalidated (media is removed, device becomes unresponsive)
184the disklabel and information held within the kernel about the device will
185be invalidated.
186To avoid corruption of a newly inserted piece of media or
187a replacement device, all accesses to the device will be discarded until
188the last file descriptor referencing the old device is closed.
189During this period, all new open attempts will be rejected.
190.Sh FILES
191.Bl -tag -width /dev/da* -compact
191.Bl -tag -width ".Pa /dev/da*" -compact
192.It Pa /dev/da*
193SCSI disk device nodes
194.El
195.Sh DIAGNOSTICS
196None.
197.Sh SEE ALSO
198.Xr ad 4 ,
199.Xr geom 4 ,

--- 17 unchanged lines hidden ---
192.It Pa /dev/da*
193SCSI disk device nodes
194.El
195.Sh DIAGNOSTICS
196None.
197.Sh SEE ALSO
198.Xr ad 4 ,
199.Xr geom 4 ,

--- 17 unchanged lines hidden ---