Deleted Added
full compact
ata-pci.h (111188) ata-pci.h (111480)
1/*-
2 * Copyright (c) 2003 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

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

20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
1/*-
2 * Copyright (c) 2003 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

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

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

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

215#define PRTX2 2
216#define PRTX4 0x01
217#define PRSX6K 0x02
218
219#define SWKS33 0
220#define SWKS66 1
221#define SWKS100 2
222
29 */
30
31/* structure holding chipset config info */
32struct ata_chip_id {
33 u_int32_t chiptype;
34 u_int8_t chiprev;
35 int cfg1;
36 int cfg2;

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

215#define PRTX2 2
216#define PRTX4 0x01
217#define PRSX6K 0x02
218
219#define SWKS33 0
220#define SWKS66 1
221#define SWKS100 2
222
223#define SII_SETCLK 1
224#define SII_INTR 0x01
223#define SII_INTR 0x01
224#define SII_SETCLK 0x02
225#define SII_ENINTR 0x04
225
226#define SIS_SOUTH 1
227#define SIS133NEW 2
228#define SIS133OLD 3
229#define SIS100NEW 4
230#define SIS100OLD 5
231#define SIS66 6
232

--- 30 unchanged lines hidden ---
226
227#define SIS_SOUTH 1
228#define SIS133NEW 2
229#define SIS133OLD 3
230#define SIS100NEW 4
231#define SIS100OLD 5
232#define SIS66 6
233

--- 30 unchanged lines hidden ---