Deleted Added
full compact
ata-pci.h (123632) ata-pci.h (124643)
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 123632 2003-12-18 08:07:05Z sos $
28 * $FreeBSD: head/sys/dev/ata/ata-pci.h 124643 2004-01-17 23:34:13Z sos $
29 */
30
31/* structure holding chipset config info */
32struct ata_chip_id {
33 u_int32_t chipid;
34 u_int8_t chiprev;
35 int cfg1;
36 int cfg2;

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

153#define ATA_SERVERWORKS_ID 0x1166
154#define ATA_ROSB4_ISA 0x02001166
155#define ATA_ROSB4 0x02111166
156#define ATA_CSB5 0x02121166
157#define ATA_CSB6 0x02131166
158#define ATA_CSB6_1 0x02171166
159
160#define ATA_SILICON_IMAGE_ID 0x1095
29 */
30
31/* structure holding chipset config info */
32struct ata_chip_id {
33 u_int32_t chipid;
34 u_int8_t chiprev;
35 int cfg1;
36 int cfg2;

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

153#define ATA_SERVERWORKS_ID 0x1166
154#define ATA_ROSB4_ISA 0x02001166
155#define ATA_ROSB4 0x02111166
156#define ATA_CSB5 0x02121166
157#define ATA_CSB6 0x02131166
158#define ATA_CSB6_1 0x02171166
159
160#define ATA_SILICON_IMAGE_ID 0x1095
161#define ATA_SII0680 0x06801095
161#define ATA_SII3114 0x31141095
162#define ATA_SII3112 0x31121095
163#define ATA_SII3112_1 0x02401095
162#define ATA_SII3112 0x31121095
163#define ATA_SII3112_1 0x02401095
164#define ATA_SII0680 0x06801095
164#define ATA_CMD646 0x06461095
165#define ATA_CMD648 0x06481095
166#define ATA_CMD649 0x06491095
167
168#define ATA_SIS_ID 0x1039
169#define ATA_SISSOUTH 0x00081039
170#define ATA_SIS5511 0x55111039
171#define ATA_SIS5513 0x55131039

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

252#define SWKS33 0
253#define SWKS66 1
254#define SWKS100 2
255
256#define SIIMEMIO 1
257#define SIIINTR 0x01
258#define SIISETCLK 0x02
259#define SIIBUG 0x04
165#define ATA_CMD646 0x06461095
166#define ATA_CMD648 0x06481095
167#define ATA_CMD649 0x06491095
168
169#define ATA_SIS_ID 0x1039
170#define ATA_SISSOUTH 0x00081039
171#define ATA_SIS5511 0x55111039
172#define ATA_SIS5513 0x55131039

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

253#define SWKS33 0
254#define SWKS66 1
255#define SWKS100 2
256
257#define SIIMEMIO 1
258#define SIIINTR 0x01
259#define SIISETCLK 0x02
260#define SIIBUG 0x04
261#define SII4CH 0x08
260
261#define SIS_SOUTH 1
262#define SISSATA 2
263#define SIS133NEW 3
264#define SIS133OLD 4
265#define SIS100NEW 5
266#define SIS100OLD 6
267#define SIS66 7

--- 33 unchanged lines hidden ---
262
263#define SIS_SOUTH 1
264#define SISSATA 2
265#define SIS133NEW 3
266#define SIS133OLD 4
267#define SIS100NEW 5
268#define SIS100OLD 6
269#define SIS66 7

--- 33 unchanged lines hidden ---