2 * pata_sis.c - SiS ATA driver
4 * (C) 2005 Red Hat <alan@redhat.com>
6 * Based upon linux/drivers/ide/pci/sis5513.c
7 * Copyright (C) 1999-2000 Andre Hedrick <andre@linux-ide.org>
8 * Copyright (C) 2002 Lionel Bouton <Lionel.Bouton@inet6.fr>, Maintainer
9 * Copyright (C) 2003 Vojtech Pavlik <vojtech@suse.cz>
10 * SiS Taiwan : for direct support and hardware.
11 * Daniela Engert : for initial ATA100 advices and numerous others.
12 * John Fremlin, Manfred Spraul, Dave Morgan, Peter Kjellerstedt :
13 * for checking code correctness, providing patches.
14 * Original tests and design on the SiS620 chipset.
15 * ATA100 tests and design on the SiS735 chipset.
16 * ATA16/33 support from specs
17 * ATA133 support for SiS961/962 by L.C. Chang <lcchang@sis.com.tw>
21 * Check MWDMA on drives that don't support MWDMA speed pio cycles ?
25 #include <linux/kernel.h>
26 #include <linux/module.h>
27 #include <linux/pci.h>
28 #include <linux/init.h>
29 #include <linux/blkdev.h>
30 #include <linux/delay.h>
31 #include <linux/device.h>
32 #include <scsi/scsi_host.h>
33 #include <linux/libata.h>
34 #include <linux/ata.h>
36 #define DRV_NAME "pata_sis"
37 #define DRV_VERSION "0.4.5"
40 u16 device
; /* PCI host ID */
41 struct ata_port_info
*info
; /* Info block */
42 /* Probably add family, cable detect type etc here to clean
47 * sis_port_base - return PCI configuration base for dev
50 * Returns the base of the PCI configuration registers for this port
54 static int sis_port_base(struct ata_device
*adev
)
56 return 0x40 + (4 * adev
->ap
->port_no
) + (2 * adev
->devno
);
60 * sis_133_pre_reset - check for 40/80 pin
63 * Perform cable detection for the later UDMA133 capable
67 static int sis_133_pre_reset(struct ata_port
*ap
)
69 static const struct pci_bits sis_enable_bits
[] = {
70 { 0x4aU
, 1U, 0x02UL
, 0x02UL
}, /* port 0 */
71 { 0x4aU
, 1U, 0x04UL
, 0x04UL
}, /* port 1 */
74 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
77 if (!pci_test_config_bits(pdev
, &sis_enable_bits
[ap
->port_no
]))
80 /* The top bit of this register is the cable detect bit */
81 pci_read_config_word(pdev
, 0x50 + 2 * ap
->port_no
, &tmp
);
83 ap
->cbl
= ATA_CBL_PATA40
;
85 ap
->cbl
= ATA_CBL_PATA80
;
87 return ata_std_prereset(ap
);
91 * sis_error_handler - Probe specified port on PATA host controller
95 * None (inherited from caller).
98 static void sis_133_error_handler(struct ata_port
*ap
)
100 ata_bmdma_drive_eh(ap
, sis_133_pre_reset
, ata_std_softreset
, NULL
, ata_std_postreset
);
105 * sis_66_pre_reset - check for 40/80 pin
108 * Perform cable detection on the UDMA66, UDMA100 and early UDMA133
109 * SiS IDE controllers.
112 static int sis_66_pre_reset(struct ata_port
*ap
)
114 static const struct pci_bits sis_enable_bits
[] = {
115 { 0x4aU
, 1U, 0x02UL
, 0x02UL
}, /* port 0 */
116 { 0x4aU
, 1U, 0x04UL
, 0x04UL
}, /* port 1 */
119 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
122 if (!pci_test_config_bits(pdev
, &sis_enable_bits
[ap
->port_no
])) {
123 ata_port_disable(ap
);
124 printk(KERN_INFO
"ata%u: port disabled. ignoring.\n", ap
->id
);
127 /* Older chips keep cable detect in bits 4/5 of reg 0x48 */
128 pci_read_config_byte(pdev
, 0x48, &tmp
);
131 ap
->cbl
= ATA_CBL_PATA40
;
133 ap
->cbl
= ATA_CBL_PATA80
;
135 return ata_std_prereset(ap
);
139 * sis_66_error_handler - Probe specified port on PATA host controller
144 * None (inherited from caller).
147 static void sis_66_error_handler(struct ata_port
*ap
)
149 ata_bmdma_drive_eh(ap
, sis_66_pre_reset
, ata_std_softreset
, NULL
, ata_std_postreset
);
153 * sis_old_pre_reset - probe begin
156 * Set up cable type and use generic probe init
159 static int sis_old_pre_reset(struct ata_port
*ap
)
161 static const struct pci_bits sis_enable_bits
[] = {
162 { 0x4aU
, 1U, 0x02UL
, 0x02UL
}, /* port 0 */
163 { 0x4aU
, 1U, 0x04UL
, 0x04UL
}, /* port 1 */
166 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
168 if (!pci_test_config_bits(pdev
, &sis_enable_bits
[ap
->port_no
])) {
169 ata_port_disable(ap
);
170 printk(KERN_INFO
"ata%u: port disabled. ignoring.\n", ap
->id
);
173 ap
->cbl
= ATA_CBL_PATA40
;
174 return ata_std_prereset(ap
);
179 * sis_old_error_handler - Probe specified port on PATA host controller
183 * None (inherited from caller).
186 static void sis_old_error_handler(struct ata_port
*ap
)
188 ata_bmdma_drive_eh(ap
, sis_old_pre_reset
, ata_std_softreset
, NULL
, ata_std_postreset
);
192 * sis_set_fifo - Set RWP fifo bits for this device
196 * SIS chipsets implement prefetch/postwrite bits for each device
197 * on both channels. This functionality is not ATAPI compatible and
198 * must be configured according to the class of device present
201 static void sis_set_fifo(struct ata_port
*ap
, struct ata_device
*adev
)
203 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
207 mask
<<= (2 * ap
->port_no
);
208 mask
<<= adev
->devno
;
210 /* This holds various bits including the FIFO control */
211 pci_read_config_byte(pdev
, 0x4B, &fifoctrl
);
214 /* Enable for ATA (disk) only */
215 if (adev
->class == ATA_DEV_ATA
)
217 pci_write_config_byte(pdev
, 0x4B, fifoctrl
);
221 * sis_old_set_piomode - Initialize host controller PATA PIO timings
222 * @ap: Port whose timings we are configuring
223 * @adev: Device we are configuring for.
225 * Set PIO mode for device, in host controller PCI config space. This
226 * function handles PIO set up for all chips that are pre ATA100 and
227 * also early ATA100 devices.
230 * None (inherited from caller).
233 static void sis_old_set_piomode (struct ata_port
*ap
, struct ata_device
*adev
)
235 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
236 int port
= sis_port_base(adev
);
238 int speed
= adev
->pio_mode
- XFER_PIO_0
;
240 const u8 active
[] = { 0x00, 0x07, 0x04, 0x03, 0x01 };
241 const u8 recovery
[] = { 0x00, 0x06, 0x04, 0x03, 0x03 };
243 sis_set_fifo(ap
, adev
);
245 pci_read_config_byte(pdev
, port
, &t1
);
246 pci_read_config_byte(pdev
, port
+ 1, &t2
);
248 t1
&= ~0x0F; /* Clear active/recovery timings */
252 t2
|= recovery
[speed
];
254 pci_write_config_byte(pdev
, port
, t1
);
255 pci_write_config_byte(pdev
, port
+ 1, t2
);
259 * sis_100_set_pioode - Initialize host controller PATA PIO timings
260 * @ap: Port whose timings we are configuring
261 * @adev: Device we are configuring for.
263 * Set PIO mode for device, in host controller PCI config space. This
264 * function handles PIO set up for ATA100 devices and early ATA133.
267 * None (inherited from caller).
270 static void sis_100_set_piomode (struct ata_port
*ap
, struct ata_device
*adev
)
272 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
273 int port
= sis_port_base(adev
);
274 int speed
= adev
->pio_mode
- XFER_PIO_0
;
276 const u8 actrec
[] = { 0x00, 0x67, 0x44, 0x33, 0x31 };
278 sis_set_fifo(ap
, adev
);
280 pci_write_config_byte(pdev
, port
, actrec
[speed
]);
284 * sis_133_set_pioode - Initialize host controller PATA PIO timings
285 * @ap: Port whose timings we are configuring
286 * @adev: Device we are configuring for.
288 * Set PIO mode for device, in host controller PCI config space. This
289 * function handles PIO set up for the later ATA133 devices.
292 * None (inherited from caller).
295 static void sis_133_set_piomode (struct ata_port
*ap
, struct ata_device
*adev
)
297 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
301 int speed
= adev
->pio_mode
- XFER_PIO_0
;
303 const u32 timing133
[] = {
304 0x28269000, /* Recovery << 24 | Act << 16 | Ini << 12 */
310 const u32 timing100
[] = {
311 0x1E1C6000, /* Recovery << 24 | Act << 16 | Ini << 12 */
318 sis_set_fifo(ap
, adev
);
320 /* If bit 14 is set then the registers are mapped at 0x70 not 0x40 */
321 pci_read_config_dword(pdev
, 0x54, ®54
);
322 if (reg54
& 0x40000000)
324 port
+= 8 * ap
->port_no
+ 4 * adev
->devno
;
326 pci_read_config_dword(pdev
, port
, &t1
);
327 t1
&= 0xC0C00FFF; /* Mask out timing */
329 if (t1
& 0x08) /* 100 or 133 ? */
330 t1
|= timing133
[speed
];
332 t1
|= timing100
[speed
];
333 pci_write_config_byte(pdev
, port
, t1
);
337 * sis_old_set_dmamode - Initialize host controller PATA DMA timings
338 * @ap: Port whose timings we are configuring
339 * @adev: Device to program
341 * Set UDMA/MWDMA mode for device, in host controller PCI config space.
342 * Handles pre UDMA and UDMA33 devices. Supports MWDMA as well unlike
343 * the old ide/pci driver.
346 * None (inherited from caller).
349 static void sis_old_set_dmamode (struct ata_port
*ap
, struct ata_device
*adev
)
351 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
352 int speed
= adev
->dma_mode
- XFER_MW_DMA_0
;
353 int drive_pci
= sis_port_base(adev
);
356 const u16 mwdma_bits
[] = { 0x707, 0x202, 0x202 };
357 const u16 udma_bits
[] = { 0xE000, 0xC000, 0xA000 };
359 pci_read_config_word(pdev
, drive_pci
, &timing
);
361 if (adev
->dma_mode
< XFER_UDMA_0
) {
362 /* bits 3-0 hold recovery timing bits 8-10 active timing and
363 the higer bits are dependant on the device */
365 timing
|= mwdma_bits
[speed
];
366 pci_write_config_word(pdev
, drive_pci
, timing
);
368 /* Bit 15 is UDMA on/off, bit 13-14 are cycle time */
369 speed
= adev
->dma_mode
- XFER_UDMA_0
;
371 timing
|= udma_bits
[speed
];
376 * sis_66_set_dmamode - Initialize host controller PATA DMA timings
377 * @ap: Port whose timings we are configuring
378 * @adev: Device to program
380 * Set UDMA/MWDMA mode for device, in host controller PCI config space.
381 * Handles UDMA66 and early UDMA100 devices. Supports MWDMA as well unlike
382 * the old ide/pci driver.
385 * None (inherited from caller).
388 static void sis_66_set_dmamode (struct ata_port
*ap
, struct ata_device
*adev
)
390 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
391 int speed
= adev
->dma_mode
- XFER_MW_DMA_0
;
392 int drive_pci
= sis_port_base(adev
);
395 const u16 mwdma_bits
[] = { 0x707, 0x202, 0x202 };
396 const u16 udma_bits
[] = { 0xF000, 0xD000, 0xB000, 0xA000, 0x9000};
398 pci_read_config_word(pdev
, drive_pci
, &timing
);
400 if (adev
->dma_mode
< XFER_UDMA_0
) {
401 /* bits 3-0 hold recovery timing bits 8-10 active timing and
402 the higer bits are dependant on the device, bit 15 udma */
404 timing
|= mwdma_bits
[speed
];
406 /* Bit 15 is UDMA on/off, bit 12-14 are cycle time */
407 speed
= adev
->dma_mode
- XFER_UDMA_0
;
409 timing
|= udma_bits
[speed
];
411 pci_write_config_word(pdev
, drive_pci
, timing
);
415 * sis_100_set_dmamode - Initialize host controller PATA DMA timings
416 * @ap: Port whose timings we are configuring
417 * @adev: Device to program
419 * Set UDMA/MWDMA mode for device, in host controller PCI config space.
420 * Handles UDMA66 and early UDMA100 devices.
423 * None (inherited from caller).
426 static void sis_100_set_dmamode (struct ata_port
*ap
, struct ata_device
*adev
)
428 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
429 int speed
= adev
->dma_mode
- XFER_MW_DMA_0
;
430 int drive_pci
= sis_port_base(adev
);
433 const u16 udma_bits
[] = { 0x8B00, 0x8700, 0x8500, 0x8300, 0x8200, 0x8100};
435 pci_read_config_word(pdev
, drive_pci
, &timing
);
437 if (adev
->dma_mode
< XFER_UDMA_0
) {
438 /* NOT SUPPORTED YET: NEED DATA SHEET. DITTO IN OLD DRIVER */
440 /* Bit 15 is UDMA on/off, bit 12-14 are cycle time */
441 speed
= adev
->dma_mode
- XFER_UDMA_0
;
443 timing
|= udma_bits
[speed
];
445 pci_write_config_word(pdev
, drive_pci
, timing
);
449 * sis_133_early_set_dmamode - Initialize host controller PATA DMA timings
450 * @ap: Port whose timings we are configuring
451 * @adev: Device to program
453 * Set UDMA/MWDMA mode for device, in host controller PCI config space.
454 * Handles early SiS 961 bridges. Supports MWDMA as well unlike
455 * the old ide/pci driver.
458 * None (inherited from caller).
461 static void sis_133_early_set_dmamode (struct ata_port
*ap
, struct ata_device
*adev
)
463 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
464 int speed
= adev
->dma_mode
- XFER_MW_DMA_0
;
465 int drive_pci
= sis_port_base(adev
);
468 const u16 udma_bits
[] = { 0x8F00, 0x8A00, 0x8700, 0x8500, 0x8300, 0x8200, 0x8100};
470 pci_read_config_word(pdev
, drive_pci
, &timing
);
472 if (adev
->dma_mode
< XFER_UDMA_0
) {
473 /* NOT SUPPORTED YET: NEED DATA SHEET. DITTO IN OLD DRIVER */
475 /* Bit 15 is UDMA on/off, bit 12-14 are cycle time */
476 speed
= adev
->dma_mode
- XFER_UDMA_0
;
478 timing
|= udma_bits
[speed
];
480 pci_write_config_word(pdev
, drive_pci
, timing
);
484 * sis_133_set_dmamode - Initialize host controller PATA DMA timings
485 * @ap: Port whose timings we are configuring
486 * @adev: Device to program
488 * Set UDMA/MWDMA mode for device, in host controller PCI config space.
489 * Handles early SiS 961 bridges. Supports MWDMA as well unlike
490 * the old ide/pci driver.
493 * None (inherited from caller).
496 static void sis_133_set_dmamode (struct ata_port
*ap
, struct ata_device
*adev
)
498 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
499 int speed
= adev
->dma_mode
- XFER_MW_DMA_0
;
504 /* bits 4- cycle time 8 - cvs time */
505 const u32 timing_u100
[] = { 0x6B0, 0x470, 0x350, 0x140, 0x120, 0x110, 0x000 };
506 const u32 timing_u133
[] = { 0x9F0, 0x6A0, 0x470, 0x250, 0x230, 0x220, 0x210 };
508 /* If bit 14 is set then the registers are mapped at 0x70 not 0x40 */
509 pci_read_config_dword(pdev
, 0x54, ®54
);
510 if (reg54
& 0x40000000)
512 port
+= (8 * ap
->port_no
) + (4 * adev
->devno
);
514 pci_read_config_dword(pdev
, port
, &t1
);
516 if (adev
->dma_mode
< XFER_UDMA_0
) {
518 /* FIXME: need data sheet to add MWDMA here. Also lacking on
521 speed
= adev
->dma_mode
- XFER_UDMA_0
;
522 /* if & 8 no UDMA133 - need info for ... */
526 t1
|= timing_u133
[speed
];
528 t1
|= timing_u100
[speed
];
530 pci_write_config_dword(pdev
, port
, t1
);
533 static struct scsi_host_template sis_sht
= {
534 .module
= THIS_MODULE
,
536 .ioctl
= ata_scsi_ioctl
,
537 .queuecommand
= ata_scsi_queuecmd
,
538 .can_queue
= ATA_DEF_QUEUE
,
539 .this_id
= ATA_SHT_THIS_ID
,
540 .sg_tablesize
= LIBATA_MAX_PRD
,
541 .cmd_per_lun
= ATA_SHT_CMD_PER_LUN
,
542 .emulated
= ATA_SHT_EMULATED
,
543 .use_clustering
= ATA_SHT_USE_CLUSTERING
,
544 .proc_name
= DRV_NAME
,
545 .dma_boundary
= ATA_DMA_BOUNDARY
,
546 .slave_configure
= ata_scsi_slave_config
,
547 .slave_destroy
= ata_scsi_slave_destroy
,
548 .bios_param
= ata_std_bios_param
,
550 .resume
= ata_scsi_device_resume
,
551 .suspend
= ata_scsi_device_suspend
,
555 static const struct ata_port_operations sis_133_ops
= {
556 .port_disable
= ata_port_disable
,
557 .set_piomode
= sis_133_set_piomode
,
558 .set_dmamode
= sis_133_set_dmamode
,
559 .mode_filter
= ata_pci_default_filter
,
561 .tf_load
= ata_tf_load
,
562 .tf_read
= ata_tf_read
,
563 .check_status
= ata_check_status
,
564 .exec_command
= ata_exec_command
,
565 .dev_select
= ata_std_dev_select
,
567 .freeze
= ata_bmdma_freeze
,
568 .thaw
= ata_bmdma_thaw
,
569 .error_handler
= sis_133_error_handler
,
570 .post_internal_cmd
= ata_bmdma_post_internal_cmd
,
572 .bmdma_setup
= ata_bmdma_setup
,
573 .bmdma_start
= ata_bmdma_start
,
574 .bmdma_stop
= ata_bmdma_stop
,
575 .bmdma_status
= ata_bmdma_status
,
576 .qc_prep
= ata_qc_prep
,
577 .qc_issue
= ata_qc_issue_prot
,
578 .data_xfer
= ata_pio_data_xfer
,
580 .irq_handler
= ata_interrupt
,
581 .irq_clear
= ata_bmdma_irq_clear
,
583 .port_start
= ata_port_start
,
584 .port_stop
= ata_port_stop
,
585 .host_stop
= ata_host_stop
,
588 static const struct ata_port_operations sis_133_early_ops
= {
589 .port_disable
= ata_port_disable
,
590 .set_piomode
= sis_100_set_piomode
,
591 .set_dmamode
= sis_133_early_set_dmamode
,
592 .mode_filter
= ata_pci_default_filter
,
594 .tf_load
= ata_tf_load
,
595 .tf_read
= ata_tf_read
,
596 .check_status
= ata_check_status
,
597 .exec_command
= ata_exec_command
,
598 .dev_select
= ata_std_dev_select
,
600 .freeze
= ata_bmdma_freeze
,
601 .thaw
= ata_bmdma_thaw
,
602 .error_handler
= sis_66_error_handler
,
603 .post_internal_cmd
= ata_bmdma_post_internal_cmd
,
605 .bmdma_setup
= ata_bmdma_setup
,
606 .bmdma_start
= ata_bmdma_start
,
607 .bmdma_stop
= ata_bmdma_stop
,
608 .bmdma_status
= ata_bmdma_status
,
609 .qc_prep
= ata_qc_prep
,
610 .qc_issue
= ata_qc_issue_prot
,
611 .data_xfer
= ata_pio_data_xfer
,
613 .irq_handler
= ata_interrupt
,
614 .irq_clear
= ata_bmdma_irq_clear
,
616 .port_start
= ata_port_start
,
617 .port_stop
= ata_port_stop
,
618 .host_stop
= ata_host_stop
,
621 static const struct ata_port_operations sis_100_ops
= {
622 .port_disable
= ata_port_disable
,
623 .set_piomode
= sis_100_set_piomode
,
624 .set_dmamode
= sis_100_set_dmamode
,
625 .mode_filter
= ata_pci_default_filter
,
627 .tf_load
= ata_tf_load
,
628 .tf_read
= ata_tf_read
,
629 .check_status
= ata_check_status
,
630 .exec_command
= ata_exec_command
,
631 .dev_select
= ata_std_dev_select
,
633 .freeze
= ata_bmdma_freeze
,
634 .thaw
= ata_bmdma_thaw
,
635 .error_handler
= sis_66_error_handler
,
636 .post_internal_cmd
= ata_bmdma_post_internal_cmd
,
639 .bmdma_setup
= ata_bmdma_setup
,
640 .bmdma_start
= ata_bmdma_start
,
641 .bmdma_stop
= ata_bmdma_stop
,
642 .bmdma_status
= ata_bmdma_status
,
643 .qc_prep
= ata_qc_prep
,
644 .qc_issue
= ata_qc_issue_prot
,
645 .data_xfer
= ata_pio_data_xfer
,
647 .irq_handler
= ata_interrupt
,
648 .irq_clear
= ata_bmdma_irq_clear
,
650 .port_start
= ata_port_start
,
651 .port_stop
= ata_port_stop
,
652 .host_stop
= ata_host_stop
,
655 static const struct ata_port_operations sis_66_ops
= {
656 .port_disable
= ata_port_disable
,
657 .set_piomode
= sis_old_set_piomode
,
658 .set_dmamode
= sis_66_set_dmamode
,
659 .mode_filter
= ata_pci_default_filter
,
661 .tf_load
= ata_tf_load
,
662 .tf_read
= ata_tf_read
,
663 .check_status
= ata_check_status
,
664 .exec_command
= ata_exec_command
,
665 .dev_select
= ata_std_dev_select
,
667 .freeze
= ata_bmdma_freeze
,
668 .thaw
= ata_bmdma_thaw
,
669 .error_handler
= sis_66_error_handler
,
670 .post_internal_cmd
= ata_bmdma_post_internal_cmd
,
672 .bmdma_setup
= ata_bmdma_setup
,
673 .bmdma_start
= ata_bmdma_start
,
674 .bmdma_stop
= ata_bmdma_stop
,
675 .bmdma_status
= ata_bmdma_status
,
676 .qc_prep
= ata_qc_prep
,
677 .qc_issue
= ata_qc_issue_prot
,
678 .data_xfer
= ata_pio_data_xfer
,
680 .irq_handler
= ata_interrupt
,
681 .irq_clear
= ata_bmdma_irq_clear
,
683 .port_start
= ata_port_start
,
684 .port_stop
= ata_port_stop
,
685 .host_stop
= ata_host_stop
,
688 static const struct ata_port_operations sis_old_ops
= {
689 .port_disable
= ata_port_disable
,
690 .set_piomode
= sis_old_set_piomode
,
691 .set_dmamode
= sis_old_set_dmamode
,
692 .mode_filter
= ata_pci_default_filter
,
694 .tf_load
= ata_tf_load
,
695 .tf_read
= ata_tf_read
,
696 .check_status
= ata_check_status
,
697 .exec_command
= ata_exec_command
,
698 .dev_select
= ata_std_dev_select
,
700 .freeze
= ata_bmdma_freeze
,
701 .thaw
= ata_bmdma_thaw
,
702 .error_handler
= sis_old_error_handler
,
703 .post_internal_cmd
= ata_bmdma_post_internal_cmd
,
705 .bmdma_setup
= ata_bmdma_setup
,
706 .bmdma_start
= ata_bmdma_start
,
707 .bmdma_stop
= ata_bmdma_stop
,
708 .bmdma_status
= ata_bmdma_status
,
709 .qc_prep
= ata_qc_prep
,
710 .qc_issue
= ata_qc_issue_prot
,
711 .data_xfer
= ata_pio_data_xfer
,
713 .irq_handler
= ata_interrupt
,
714 .irq_clear
= ata_bmdma_irq_clear
,
716 .port_start
= ata_port_start
,
717 .port_stop
= ata_port_stop
,
718 .host_stop
= ata_host_stop
,
721 static struct ata_port_info sis_info
= {
723 .flags
= ATA_FLAG_SLAVE_POSS
| ATA_FLAG_SRST
,
724 .pio_mask
= 0x1f, /* pio0-4 */
727 .port_ops
= &sis_old_ops
,
729 static struct ata_port_info sis_info33
= {
731 .flags
= ATA_FLAG_SLAVE_POSS
| ATA_FLAG_SRST
,
732 .pio_mask
= 0x1f, /* pio0-4 */
734 .udma_mask
= ATA_UDMA2
, /* UDMA 33 */
735 .port_ops
= &sis_old_ops
,
737 static struct ata_port_info sis_info66
= {
739 .flags
= ATA_FLAG_SLAVE_POSS
| ATA_FLAG_SRST
,
740 .pio_mask
= 0x1f, /* pio0-4 */
741 .udma_mask
= ATA_UDMA4
, /* UDMA 66 */
742 .port_ops
= &sis_66_ops
,
744 static struct ata_port_info sis_info100
= {
746 .flags
= ATA_FLAG_SLAVE_POSS
| ATA_FLAG_SRST
,
747 .pio_mask
= 0x1f, /* pio0-4 */
748 .udma_mask
= ATA_UDMA5
,
749 .port_ops
= &sis_100_ops
,
751 static struct ata_port_info sis_info100_early
= {
753 .flags
= ATA_FLAG_SLAVE_POSS
| ATA_FLAG_SRST
,
754 .udma_mask
= ATA_UDMA5
,
755 .pio_mask
= 0x1f, /* pio0-4 */
756 .port_ops
= &sis_66_ops
,
758 static struct ata_port_info sis_info133
= {
760 .flags
= ATA_FLAG_SLAVE_POSS
| ATA_FLAG_SRST
,
761 .pio_mask
= 0x1f, /* pio0-4 */
762 .udma_mask
= ATA_UDMA6
,
763 .port_ops
= &sis_133_ops
,
765 static struct ata_port_info sis_info133_early
= {
767 .flags
= ATA_FLAG_SLAVE_POSS
| ATA_FLAG_SRST
,
768 .pio_mask
= 0x1f, /* pio0-4 */
769 .udma_mask
= ATA_UDMA6
,
770 .port_ops
= &sis_133_early_ops
,
774 static void sis_fixup(struct pci_dev
*pdev
, struct sis_chipset
*sis
)
779 if (sis
->info
== &sis_info133
) {
780 pci_read_config_word(pdev
, 0x50, ®w
);
782 pci_write_config_word(pdev
, 0x50, regw
& ~0x08);
783 pci_read_config_word(pdev
, 0x52, ®w
);
785 pci_write_config_word(pdev
, 0x52, regw
& ~0x08);
789 if (sis
->info
== &sis_info133_early
|| sis
->info
== &sis_info100
) {
791 pci_write_config_byte(pdev
, PCI_LATENCY_TIMER
, 0x80);
792 /* Set compatibility bit */
793 pci_read_config_byte(pdev
, 0x49, ®
);
795 pci_write_config_byte(pdev
, 0x49, reg
| 0x01);
799 if (sis
->info
== &sis_info66
|| sis
->info
== &sis_info100_early
) {
801 pci_write_config_byte(pdev
, PCI_LATENCY_TIMER
, 0x80);
802 /* Set compatibility bit */
803 pci_read_config_byte(pdev
, 0x52, ®
);
805 pci_write_config_byte(pdev
, 0x52, reg
| 0x04);
809 if (sis
->info
== &sis_info33
) {
810 pci_read_config_byte(pdev
, PCI_CLASS_PROG
, ®
);
811 if (( reg
& 0x0F ) != 0x00)
812 pci_write_config_byte(pdev
, PCI_CLASS_PROG
, reg
& 0xF0);
813 /* Fall through to ATA16 fixup below */
816 if (sis
->info
== &sis_info
|| sis
->info
== &sis_info33
) {
817 /* force per drive recovery and active timings
818 needed on ATA_33 and below chips */
819 pci_read_config_byte(pdev
, 0x52, ®
);
821 pci_write_config_byte(pdev
, 0x52, reg
|0x08);
829 * sis_init_one - Register SiS ATA PCI device with kernel services
830 * @pdev: PCI device to register
831 * @ent: Entry in sis_pci_tbl matching with @pdev
833 * Called from kernel PCI layer. We probe for combined mode (sigh),
834 * and then hand over control to libata, for it to do the rest.
837 * Inherited from PCI layer (may sleep).
840 * Zero on success, or -ERRNO value.
843 static int sis_init_one (struct pci_dev
*pdev
, const struct pci_device_id
*ent
)
845 static int printed_version
;
846 static struct ata_port_info
*port_info
[2];
847 struct ata_port_info
*port
;
848 struct pci_dev
*host
= NULL
;
849 struct sis_chipset
*chipset
= NULL
;
851 static struct sis_chipset sis_chipsets
[] = {
853 { 0x0968, &sis_info133
},
854 { 0x0966, &sis_info133
},
855 { 0x0965, &sis_info133
},
856 { 0x0745, &sis_info100
},
857 { 0x0735, &sis_info100
},
858 { 0x0733, &sis_info100
},
859 { 0x0635, &sis_info100
},
860 { 0x0633, &sis_info100
},
862 { 0x0730, &sis_info100_early
}, /* 100 with ATA 66 layout */
863 { 0x0550, &sis_info100_early
}, /* 100 with ATA 66 layout */
865 { 0x0640, &sis_info66
},
866 { 0x0630, &sis_info66
},
867 { 0x0620, &sis_info66
},
868 { 0x0540, &sis_info66
},
869 { 0x0530, &sis_info66
},
871 { 0x5600, &sis_info33
},
872 { 0x5598, &sis_info33
},
873 { 0x5597, &sis_info33
},
874 { 0x5591, &sis_info33
},
875 { 0x5582, &sis_info33
},
876 { 0x5581, &sis_info33
},
878 { 0x5596, &sis_info
},
879 { 0x5571, &sis_info
},
880 { 0x5517, &sis_info
},
881 { 0x5511, &sis_info
},
885 static struct sis_chipset sis133_early
= {
886 0x0, &sis_info133_early
888 static struct sis_chipset sis133
= {
891 static struct sis_chipset sis100_early
= {
892 0x0, &sis_info100_early
894 static struct sis_chipset sis100
= {
898 if (!printed_version
++)
899 dev_printk(KERN_DEBUG
, &pdev
->dev
,
900 "version " DRV_VERSION
"\n");
902 /* We have to find the bridge first */
904 for (chipset
= &sis_chipsets
[0]; chipset
->device
; chipset
++) {
905 host
= pci_get_device(PCI_VENDOR_ID_SI
, chipset
->device
, NULL
);
907 if (chipset
->device
== 0x630) { /* SIS630 */
909 pci_read_config_byte(host
, PCI_REVISION_ID
, &host_rev
);
910 if (host_rev
>= 0x30) /* 630 ET */
911 chipset
= &sis100_early
;
917 /* Look for concealed bridges */
923 /* Disable ID masking and register remapping then
924 see what the real ID is */
926 pci_read_config_dword(pdev
, 0x54, &idemisc
);
927 pci_write_config_dword(pdev
, 0x54, idemisc
& 0x7fffffff);
928 pci_read_config_word(pdev
, PCI_DEVICE_ID
, &trueid
);
929 pci_write_config_dword(pdev
, 0x54, idemisc
);
932 case 0x5518: /* SIS 962/963 */
934 if ((idemisc
& 0x40000000) == 0) {
935 pci_write_config_dword(pdev
, 0x54, idemisc
| 0x40000000);
936 printk(KERN_INFO
"SIS5513: Switching to 5513 register mapping\n");
939 case 0x0180: /* SIS 965/965L */
942 case 0x1180: /* SIS 966/966L */
949 if (chipset
== NULL
) {
950 struct pci_dev
*lpc_bridge
;
956 /* Try the second unmasking technique */
957 pci_read_config_byte(pdev
, 0x4a, &idecfg
);
958 pci_write_config_byte(pdev
, 0x4a, idecfg
| 0x10);
959 pci_read_config_word(pdev
, PCI_DEVICE_ID
, &trueid
);
960 pci_write_config_byte(pdev
, 0x4a, idecfg
);
964 lpc_bridge
= pci_get_slot(pdev
->bus
, 0x10); /* Bus 0 Dev 2 Fn 0 */
965 if (lpc_bridge
== NULL
)
967 pci_read_config_byte(lpc_bridge
, PCI_REVISION_ID
, &sbrev
);
968 pci_read_config_byte(pdev
, 0x49, &prefctl
);
969 pci_dev_put(lpc_bridge
);
971 if (sbrev
== 0x10 && (prefctl
& 0x80)) {
972 chipset
= &sis133_early
;
981 /* No chipset info, no support */
985 port
= chipset
->info
;
986 port
->private_data
= chipset
;
988 sis_fixup(pdev
, chipset
);
990 port_info
[0] = port_info
[1] = port
;
991 return ata_pci_init_one(pdev
, port_info
, 2);
994 static const struct pci_device_id sis_pci_tbl
[] = {
995 { PCI_VDEVICE(SI
, 0x5513), }, /* SiS 5513 */
996 { PCI_VDEVICE(SI
, 0x5518), }, /* SiS 5518 */
1001 static struct pci_driver sis_pci_driver
= {
1003 .id_table
= sis_pci_tbl
,
1004 .probe
= sis_init_one
,
1005 .remove
= ata_pci_remove_one
,
1007 .suspend
= ata_pci_device_suspend
,
1008 .resume
= ata_pci_device_resume
,
1012 static int __init
sis_init(void)
1014 return pci_register_driver(&sis_pci_driver
);
1017 static void __exit
sis_exit(void)
1019 pci_unregister_driver(&sis_pci_driver
);
1022 module_init(sis_init
);
1023 module_exit(sis_exit
);
1025 MODULE_AUTHOR("Alan Cox");
1026 MODULE_DESCRIPTION("SCSI low-level driver for SiS ATA");
1027 MODULE_LICENSE("GPL");
1028 MODULE_DEVICE_TABLE(pci
, sis_pci_tbl
);
1029 MODULE_VERSION(DRV_VERSION
);