Deleted Added
full compact
ata-pci.h (162230) ata-pci.h (165759)
1/*-
1/*-
2 * Copyright (c) 2003 - 2006 S�ren Schmidt <sos@FreeBSD.org>
2 * Copyright (c) 2003 - 2007 S�ren Schmidt <sos@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer,
10 * without modification, immediately at the beginning of the file.

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

18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer,
10 * without modification, immediately at the beginning of the file.

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

18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
26 * $FreeBSD: head/sys/dev/ata/ata-pci.h 162230 2006-09-11 19:48:30Z sos $
26 * $FreeBSD: head/sys/dev/ata/ata-pci.h 165759 2007-01-04 07:56:12Z sos $
27 */
28
29/* structure holding chipset config info */
30struct ata_chip_id {
31 u_int32_t chipid;
32 u_int8_t chiprev;
33 int cfg1;
34 int cfg2;

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

174#define ATA_IT8212F 0x82121283
175
176#define ATA_JMICRON_ID 0x197b
177#define ATA_JMB360 0x2360197b
178#define ATA_JMB361 0x2361197b
179#define ATA_JMB363 0x2363197b
180#define ATA_JMB365 0x2365197b
181#define ATA_JMB366 0x2366197b
27 */
28
29/* structure holding chipset config info */
30struct ata_chip_id {
31 u_int32_t chipid;
32 u_int8_t chiprev;
33 int cfg1;
34 int cfg2;

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

174#define ATA_IT8212F 0x82121283
175
176#define ATA_JMICRON_ID 0x197b
177#define ATA_JMB360 0x2360197b
178#define ATA_JMB361 0x2361197b
179#define ATA_JMB363 0x2363197b
180#define ATA_JMB365 0x2365197b
181#define ATA_JMB366 0x2366197b
182#define ATA_JMB368 0x2368197b
182
183#define ATA_MARVELL_ID 0x11ab
184#define ATA_M88SX5040 0x504011ab
185#define ATA_M88SX5041 0x504111ab
186#define ATA_M88SX5080 0x508011ab
187#define ATA_M88SX5081 0x508111ab
188#define ATA_M88SX6041 0x604111ab
189#define ATA_M88SX6081 0x608111ab

--- 268 unchanged lines hidden ---
183
184#define ATA_MARVELL_ID 0x11ab
185#define ATA_M88SX5040 0x504011ab
186#define ATA_M88SX5041 0x504111ab
187#define ATA_M88SX5080 0x508011ab
188#define ATA_M88SX5081 0x508111ab
189#define ATA_M88SX6041 0x604111ab
190#define ATA_M88SX6081 0x608111ab

--- 268 unchanged lines hidden ---