Deleted Added
full compact
ata-pci.h (273725) ata-pci.h (275439)
1/*-
2 * Copyright (c) 2003 - 2008 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 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 *
1/*-
2 * Copyright (c) 2003 - 2008 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 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: stable/10/sys/dev/ata/ata-pci.h 273725 2014-10-27 07:20:39Z mav $
26 * $FreeBSD: stable/10/sys/dev/ata/ata-pci.h 275439 2014-12-03 06:53:49Z mav $
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;

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

270#define ATA_LPT_R2 0x8c058086
271#define ATA_LPT_R3 0x8c068086
272#define ATA_LPT_R4 0x8c078086
273#define ATA_LPT_S3 0x8c088086
274#define ATA_LPT_S4 0x8c098086
275#define ATA_LPT_R5 0x8c0e8086
276#define ATA_LPT_R6 0x8c0f8086
277
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;

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

270#define ATA_LPT_R2 0x8c058086
271#define ATA_LPT_R3 0x8c068086
272#define ATA_LPT_R4 0x8c078086
273#define ATA_LPT_S3 0x8c088086
274#define ATA_LPT_S4 0x8c098086
275#define ATA_LPT_R5 0x8c0e8086
276#define ATA_LPT_R6 0x8c0f8086
277
278#define ATA_WCPT_S1 0x8c808086
279#define ATA_WCPT_S2 0x8c818086
280#define ATA_WCPT_AH1 0x8c828086
281#define ATA_WCPT_AH2 0x8c838086
282#define ATA_WCPT_R1 0x8c848086
283#define ATA_WCPT_R2 0x8c858086
284#define ATA_WCPT_R3 0x8c868086
285#define ATA_WCPT_R4 0x8c878086
286#define ATA_WCPT_S3 0x8c888086
287#define ATA_WCPT_S4 0x8c898086
288#define ATA_WCPT_R5 0x8c8e8086
289#define ATA_WCPT_R6 0x8c8f8086
290
278#define ATA_WELLS_S1 0x8d008086
279#define ATA_WELLS_S2 0x8d088086
280#define ATA_WELLS_S3 0x8d608086
281#define ATA_WELLS_S4 0x8d688086
282
283#define ATA_LPTLP_S1 0x9c008086
284#define ATA_LPTLP_S2 0x9c018086
285#define ATA_LPTLP_S3 0x9c088086

--- 376 unchanged lines hidden ---
291#define ATA_WELLS_S1 0x8d008086
292#define ATA_WELLS_S2 0x8d088086
293#define ATA_WELLS_S3 0x8d608086
294#define ATA_WELLS_S4 0x8d688086
295
296#define ATA_LPTLP_S1 0x9c008086
297#define ATA_LPTLP_S2 0x9c018086
298#define ATA_LPTLP_S3 0x9c088086

--- 376 unchanged lines hidden ---