Deleted Added
full compact
ata-pci.h (200171) ata-pci.h (200754)
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: head/sys/dev/ata/ata-pci.h 200171 2009-12-06 00:10:13Z mav $
26 * $FreeBSD: head/sys/dev/ata/ata-pci.h 200754 2009-12-20 16:23:11Z 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;

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

477#define ATA_VIA8251 0x33491106
478#define ATA_VIA8361 0x31121106
479#define ATA_VIA8363 0x03051106
480#define ATA_VIA8371 0x03911106
481#define ATA_VIA8662 0x31021106
482#define ATA_VIA6410 0x31641106
483#define ATA_VIA6420 0x31491106
484#define ATA_VIA6421 0x32491106
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;

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

477#define ATA_VIA8251 0x33491106
478#define ATA_VIA8361 0x31121106
479#define ATA_VIA8363 0x03051106
480#define ATA_VIA8371 0x03911106
481#define ATA_VIA8662 0x31021106
482#define ATA_VIA6410 0x31641106
483#define ATA_VIA6420 0x31491106
484#define ATA_VIA6421 0x32491106
485#define ATA_VIACX700IDE 0x05811106
486#define ATA_VIACX700 0x83241106
487#define ATA_VIASATAIDE 0x53241106
488#define ATA_VIAVX800 0x83531106
489#define ATA_VIAVX855 0x84091106
485
486/* global prototypes ata-pci.c */
487int ata_pci_probe(device_t dev);
488int ata_pci_attach(device_t dev);
489int ata_pci_detach(device_t dev);
490int ata_pci_suspend(device_t dev);
491int ata_pci_resume(device_t dev);
492int ata_pci_read_ivar(device_t dev, device_t child, int which, uintptr_t *result);

--- 64 unchanged lines hidden ---
490
491/* global prototypes ata-pci.c */
492int ata_pci_probe(device_t dev);
493int ata_pci_attach(device_t dev);
494int ata_pci_detach(device_t dev);
495int ata_pci_suspend(device_t dev);
496int ata_pci_resume(device_t dev);
497int ata_pci_read_ivar(device_t dev, device_t child, int which, uintptr_t *result);

--- 64 unchanged lines hidden ---