Deleted Added
full compact
aac_pci.c (206534) aac_pci.c (206540)
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 206534 2010-04-13 00:33:07Z emaste $");
31__FBSDID("$FreeBSD: head/sys/dev/aac/aac_pci.c 206540 2010-04-13 01:16:15Z emaste $");
32
33/*
34 * PCI bus interface and resource allocation.
35 */
36
37#include "opt_aac.h"
38
39#include <sys/param.h>

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

172 "Adaptec SCSI RAID 2240S"},
173 {0x9005, 0x0285, 0x9005, 0x0297, AAC_HWIF_I960RX, 0,
174 "Adaptec SAS RAID 4005SAS"},
175 {0x9005, 0x0285, 0x1014, 0x02f2, AAC_HWIF_I960RX, 0,
176 "IBM ServeRAID 8i"},
177 {0x9005, 0x0285, 0x1014, 0x0312, AAC_HWIF_I960RX, 0,
178 "IBM ServeRAID 8i"},
179 {0x9005, 0x0285, 0x9005, 0x0298, AAC_HWIF_I960RX, 0,
32
33/*
34 * PCI bus interface and resource allocation.
35 */
36
37#include "opt_aac.h"
38
39#include <sys/param.h>

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

172 "Adaptec SCSI RAID 2240S"},
173 {0x9005, 0x0285, 0x9005, 0x0297, AAC_HWIF_I960RX, 0,
174 "Adaptec SAS RAID 4005SAS"},
175 {0x9005, 0x0285, 0x1014, 0x02f2, AAC_HWIF_I960RX, 0,
176 "IBM ServeRAID 8i"},
177 {0x9005, 0x0285, 0x1014, 0x0312, AAC_HWIF_I960RX, 0,
178 "IBM ServeRAID 8i"},
179 {0x9005, 0x0285, 0x9005, 0x0298, AAC_HWIF_I960RX, 0,
180 "Adaptec SAS RAID 4000SAS"},
180 "Adaptec RAID 4000"},
181 {0x9005, 0x0285, 0x9005, 0x0299, AAC_HWIF_I960RX, 0,
182 "Adaptec SAS RAID 4800SAS"},
183 {0x9005, 0x0285, 0x9005, 0x029a, AAC_HWIF_I960RX, 0,
184 "Adaptec SAS RAID 4805SAS"},
185 {0x9005, 0x0285, 0x9005, 0x028e, AAC_HWIF_I960RX, 0,
186 "Adaptec SATA RAID 2020SA ZCR"},
187 {0x9005, 0x0285, 0x9005, 0x028f, AAC_HWIF_I960RX, 0,
188 "Adaptec SATA RAID 2025SA ZCR"},

--- 334 unchanged lines hidden ---
181 {0x9005, 0x0285, 0x9005, 0x0299, AAC_HWIF_I960RX, 0,
182 "Adaptec SAS RAID 4800SAS"},
183 {0x9005, 0x0285, 0x9005, 0x029a, AAC_HWIF_I960RX, 0,
184 "Adaptec SAS RAID 4805SAS"},
185 {0x9005, 0x0285, 0x9005, 0x028e, AAC_HWIF_I960RX, 0,
186 "Adaptec SATA RAID 2020SA ZCR"},
187 {0x9005, 0x0285, 0x9005, 0x028f, AAC_HWIF_I960RX, 0,
188 "Adaptec SATA RAID 2025SA ZCR"},

--- 334 unchanged lines hidden ---