Deleted Added
full compact
aac_pci.c (159702) aac_pci.c (163930)
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 159702 2006-06-17 18:42:26Z brueffer $");
31__FBSDID("$FreeBSD: head/sys/dev/aac/aac_pci.c 163930 2006-11-03 04:57:23Z scottl $");
32
33/*
34 * PCI bus interface and resource allocation.
35 */
36
37#include "opt_aac.h"
38
39#include <sys/param.h>

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

187 {0x9005, 0x0285, 0x9005, 0x02a4, AAC_HWIF_I960RX, 0,
188 "ICP ICP9085LI SAS RAID"},
189 {0x9005, 0x0285, 0x9005, 0x02a5, AAC_HWIF_I960RX, 0,
190 "ICP ICP5085BR SAS RAID"},
191 {0x9005, 0x0286, 0x9005, 0x02a0, AAC_HWIF_RKT, 0,
192 "ICP ICP9047MA SATA RAID"},
193 {0x9005, 0x0286, 0x9005, 0x02a1, AAC_HWIF_RKT, 0,
194 "ICP ICP9087MA SATA RAID"},
32
33/*
34 * PCI bus interface and resource allocation.
35 */
36
37#include "opt_aac.h"
38
39#include <sys/param.h>

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

187 {0x9005, 0x0285, 0x9005, 0x02a4, AAC_HWIF_I960RX, 0,
188 "ICP ICP9085LI SAS RAID"},
189 {0x9005, 0x0285, 0x9005, 0x02a5, AAC_HWIF_I960RX, 0,
190 "ICP ICP5085BR SAS RAID"},
191 {0x9005, 0x0286, 0x9005, 0x02a0, AAC_HWIF_RKT, 0,
192 "ICP ICP9047MA SATA RAID"},
193 {0x9005, 0x0286, 0x9005, 0x02a1, AAC_HWIF_RKT, 0,
194 "ICP ICP9087MA SATA RAID"},
195 {0x9005, 0x0286, 0x1014, 0x9580, AAC_HWIF_RKT, 0,
196 "IBM ServeRAID-8k"},
195 {0, 0, 0, 0, 0, 0, 0}
196};
197
198static struct aac_ident *
199aac_find_ident(device_t dev)
200{
201 struct aac_ident *m;
202

--- 210 unchanged lines hidden ---
197 {0, 0, 0, 0, 0, 0, 0}
198};
199
200static struct aac_ident *
201aac_find_ident(device_t dev)
202{
203 struct aac_ident *m;
204

--- 210 unchanged lines hidden ---