Deleted Added
full compact
ata-pci.h (256281) ata-pci.h (260348)
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 253475 2013-07-19 21:37:40Z jfv $
26 * $FreeBSD: stable/10/sys/dev/ata/ata-pci.h 260348 2014-01-05 22:49:54Z 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;

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

252#define ATA_PPT_R2 0x1e058086
253#define ATA_PPT_R3 0x1e068086
254#define ATA_PPT_R4 0x1e078086
255#define ATA_PPT_S3 0x1e088086
256#define ATA_PPT_S4 0x1e098086
257#define ATA_PPT_R5 0x1e0e8086
258#define ATA_PPT_R6 0x1e0f8086
259
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;

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

252#define ATA_PPT_R2 0x1e058086
253#define ATA_PPT_R3 0x1e068086
254#define ATA_PPT_R4 0x1e078086
255#define ATA_PPT_S3 0x1e088086
256#define ATA_PPT_S4 0x1e098086
257#define ATA_PPT_R5 0x1e0e8086
258#define ATA_PPT_R6 0x1e0f8086
259
260#define ATA_AVOTON_S1 0x1f208086
261#define ATA_AVOTON_S2 0x1f218086
262#define ATA_AVOTON_S3 0x1f308086
263#define ATA_AVOTON_S4 0x1f318086
264
260#define ATA_LPT_S1 0x8c008086
261#define ATA_LPT_S2 0x8c018086
262#define ATA_LPT_AH1 0x8c028086
263#define ATA_LPT_AH2 0x8c038086
264#define ATA_LPT_R1 0x8c048086
265#define ATA_LPT_R2 0x8c058086
266#define ATA_LPT_R3 0x8c068086
267#define ATA_LPT_R4 0x8c078086
268#define ATA_LPT_S3 0x8c088086
269#define ATA_LPT_S4 0x8c098086
270#define ATA_LPT_R5 0x8c0e8086
271#define ATA_LPT_R6 0x8c0f8086
272
265#define ATA_LPT_S1 0x8c008086
266#define ATA_LPT_S2 0x8c018086
267#define ATA_LPT_AH1 0x8c028086
268#define ATA_LPT_AH2 0x8c038086
269#define ATA_LPT_R1 0x8c048086
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_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
286#define ATA_LPTLP_S4 0x9c098086
287
273#define ATA_I31244 0x32008086
274#define ATA_ISCH 0x811a8086
275#define ATA_DH89XXCC 0x23238086
276
277#define ATA_COLETOCRK_AH1 0x23a38086
278#define ATA_COLETOCRK_S1 0x23a18086
279#define ATA_COLETOCRK_S2 0x23a68086
280

--- 365 unchanged lines hidden ---
288#define ATA_I31244 0x32008086
289#define ATA_ISCH 0x811a8086
290#define ATA_DH89XXCC 0x23238086
291
292#define ATA_COLETOCRK_AH1 0x23a38086
293#define ATA_COLETOCRK_S1 0x23a18086
294#define ATA_COLETOCRK_S2 0x23a68086
295

--- 365 unchanged lines hidden ---