Deleted Added
full compact
aac_pci.c (138635) aac_pci.c (138884)
1/*-
2 * Copyright (c) 2000 Michael Smith
3 * Copyright (c) 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

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

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
30#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2000 Michael Smith
3 * Copyright (c) 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

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

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
30#include <sys/cdefs.h>
31__FBSDID("$FreeBSD: head/sys/dev/aac/aac_pci.c 138635 2004-12-09 22:20:25Z scottl $");
31__FBSDID("$FreeBSD: head/sys/dev/aac/aac_pci.c 138884 2004-12-15 07:03:21Z scottl $");
32
33/*
34 * PCI bus interface and resource allocation.
35 */
36
37#include "opt_aac.h"
38
39#include <sys/param.h>

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

129 {0x9005, 0x0285, 0x9005, 0x0290, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
130 "Adaptec SCSI RAID 2410SA"},
131 {0x9005, 0x0285, 0x1028, 0x0291, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
132 "Dell CERC SATA RAID 2"},
133 {0x9005, 0x0285, 0x9005, 0x0292, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
134 "Adaptec SCSI RAID 2810SA"},
135 {0x9005, 0x0285, 0x9005, 0x0293, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
136 "Adaptec SCSI RAID 21610SA"},
32
33/*
34 * PCI bus interface and resource allocation.
35 */
36
37#include "opt_aac.h"
38
39#include <sys/param.h>

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

129 {0x9005, 0x0285, 0x9005, 0x0290, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
130 "Adaptec SCSI RAID 2410SA"},
131 {0x9005, 0x0285, 0x1028, 0x0291, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
132 "Dell CERC SATA RAID 2"},
133 {0x9005, 0x0285, 0x9005, 0x0292, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
134 "Adaptec SCSI RAID 2810SA"},
135 {0x9005, 0x0285, 0x9005, 0x0293, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
136 "Adaptec SCSI RAID 21610SA"},
137 {0x9005, 0x0286, 0x9005, 0x028c, AAC_HWIF_RKT, 0,
138 "Adaptec SCSI RAID 2230S"},
137 {0x9005, 0x0286, 0x9005, 0x028d, AAC_HWIF_RKT, 0,
138 "Adaptec SCSI RAID 2130S"},
139 {0, 0, 0, 0, 0, 0, 0}
140};
141
142/*
143 * Determine whether this is one of our supported adapters.
144 */

--- 178 unchanged lines hidden ---
139 {0x9005, 0x0286, 0x9005, 0x028d, AAC_HWIF_RKT, 0,
140 "Adaptec SCSI RAID 2130S"},
141 {0, 0, 0, 0, 0, 0, 0}
142};
143
144/*
145 * Determine whether this is one of our supported adapters.
146 */

--- 178 unchanged lines hidden ---