Deleted Added
full compact
aacreg.h (174412) aacreg.h (177619)
1/*-
2 * Copyright (c) 2000 Michael Smith
3 * Copyright (c) 2000-2001 Scott Long
4 * Copyright (c) 2000 BSDi
5 * Copyright (c) 2001 Adaptec, Inc.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
1/*-
2 * Copyright (c) 2000 Michael Smith
3 * Copyright (c) 2000-2001 Scott Long
4 * Copyright (c) 2000 BSDi
5 * Copyright (c) 2001 Adaptec, Inc.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * $FreeBSD: head/sys/dev/aac/aacreg.h 174412 2007-12-07 18:05:41Z emaste $
29 * $FreeBSD: head/sys/dev/aac/aacreg.h 177619 2008-03-25 21:39:06Z emaste $
30 */
31
32/*
33 * Data structures defining the interface between the driver and the Adaptec
34 * 'FSA' adapters. Note that many field names and comments here are taken
35 * verbatim from the Adaptec driver source in order to make comparing the
36 * two slightly easier.
37 */

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

1135 u_int32_t ObjType;
1136 u_int32_t ContentState;
1137#define FSCS_READONLY 0x0002 /* XXX need more information
1138 * than this */
1139 union {
1140 u_int32_t pad[8];
1141 } ObjExtension;
1142 u_int32_t AlterEgoId;
30 */
31
32/*
33 * Data structures defining the interface between the driver and the Adaptec
34 * 'FSA' adapters. Note that many field names and comments here are taken
35 * verbatim from the Adaptec driver source in order to make comparing the
36 * two slightly easier.
37 */

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

1135 u_int32_t ObjType;
1136 u_int32_t ContentState;
1137#define FSCS_READONLY 0x0002 /* XXX need more information
1138 * than this */
1139 union {
1140 u_int32_t pad[8];
1141 } ObjExtension;
1142 u_int32_t AlterEgoId;
1143 u_int32_t CapacityHigh;
1143} __packed;
1144
1145struct aac_mntinfo {
1146 u_int32_t Command;
1147 u_int32_t MntType;
1148 u_int32_t MntCount;
1149} __packed;
1150

--- 407 unchanged lines hidden ---
1144} __packed;
1145
1146struct aac_mntinfo {
1147 u_int32_t Command;
1148 u_int32_t MntType;
1149 u_int32_t MntCount;
1150} __packed;
1151

--- 407 unchanged lines hidden ---