2 * Libata driver for the highpoint 366 and 368 UDMA66 ATA controllers.
4 * This driver is heavily based upon:
6 * linux/drivers/ide/pci/hpt366.c Version 0.36 April 25, 2003
8 * Copyright (C) 1999-2003 Andre Hedrick <andre@linux-ide.org>
9 * Portions Copyright (C) 2001 Sun Microsystems, Inc.
10 * Portions Copyright (C) 2003 Red Hat Inc
15 * Look into engine reset on timeout errors. Should not be
20 #include <linux/kernel.h>
21 #include <linux/module.h>
22 #include <linux/pci.h>
23 #include <linux/init.h>
24 #include <linux/blkdev.h>
25 #include <linux/delay.h>
26 #include <scsi/scsi_host.h>
27 #include <linux/libata.h>
29 #define DRV_NAME "pata_hpt366"
30 <<<<<<< HEAD
:drivers
/ata
/pata_hpt366
.c
31 #define DRV_VERSION "0.6.1"
33 #define DRV_VERSION "0.6.2"
34 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a
:drivers
/ata
/pata_hpt366
.c
41 /* key for bus clock timings
43 * 0:3 data_high_time. inactive time of DIOW_/DIOR_ for PIO and MW
44 * DMA. cycles = value + 1
45 * 4:8 data_low_time. active time of DIOW_/DIOR_ for PIO and MW
46 * DMA. cycles = value + 1
47 * 9:12 cmd_high_time. inactive time of DIOW_/DIOR_ during task file
49 * 13:17 cmd_low_time. active time of DIOW_/DIOR_ during task file
51 * 18:21 udma_cycle_time. clock freq and clock cycles for UDMA xfer.
52 * during task file register access.
53 * 22:24 pre_high_time. time to initialize 1st cycle for PIO and MW DMA
55 * 25:27 cmd_pre_high_time. time to initialize 1st PIO cycle for task
59 * 30 PIO_MST enable. if set, the chip is in bus master mode during
64 static const struct hpt_clock hpt366_40
[] = {
65 { XFER_UDMA_4
, 0x900fd943 },
66 { XFER_UDMA_3
, 0x900ad943 },
67 { XFER_UDMA_2
, 0x900bd943 },
68 { XFER_UDMA_1
, 0x9008d943 },
69 { XFER_UDMA_0
, 0x9008d943 },
71 { XFER_MW_DMA_2
, 0xa008d943 },
72 { XFER_MW_DMA_1
, 0xa010d955 },
73 { XFER_MW_DMA_0
, 0xa010d9fc },
75 { XFER_PIO_4
, 0xc008d963 },
76 { XFER_PIO_3
, 0xc010d974 },
77 { XFER_PIO_2
, 0xc010d997 },
78 { XFER_PIO_1
, 0xc010d9c7 },
79 { XFER_PIO_0
, 0xc018d9d9 },
83 static const struct hpt_clock hpt366_33
[] = {
84 { XFER_UDMA_4
, 0x90c9a731 },
85 { XFER_UDMA_3
, 0x90cfa731 },
86 { XFER_UDMA_2
, 0x90caa731 },
87 { XFER_UDMA_1
, 0x90cba731 },
88 { XFER_UDMA_0
, 0x90c8a731 },
90 { XFER_MW_DMA_2
, 0xa0c8a731 },
91 { XFER_MW_DMA_1
, 0xa0c8a732 }, /* 0xa0c8a733 */
92 { XFER_MW_DMA_0
, 0xa0c8a797 },
94 { XFER_PIO_4
, 0xc0c8a731 },
95 { XFER_PIO_3
, 0xc0c8a742 },
96 { XFER_PIO_2
, 0xc0d0a753 },
97 { XFER_PIO_1
, 0xc0d0a7a3 }, /* 0xc0d0a793 */
98 { XFER_PIO_0
, 0xc0d0a7aa }, /* 0xc0d0a7a7 */
102 static const struct hpt_clock hpt366_25
[] = {
103 { XFER_UDMA_4
, 0x90c98521 },
104 { XFER_UDMA_3
, 0x90cf8521 },
105 { XFER_UDMA_2
, 0x90cf8521 },
106 { XFER_UDMA_1
, 0x90cb8521 },
107 { XFER_UDMA_0
, 0x90cb8521 },
109 { XFER_MW_DMA_2
, 0xa0ca8521 },
110 { XFER_MW_DMA_1
, 0xa0ca8532 },
111 { XFER_MW_DMA_0
, 0xa0ca8575 },
113 { XFER_PIO_4
, 0xc0ca8521 },
114 { XFER_PIO_3
, 0xc0ca8532 },
115 { XFER_PIO_2
, 0xc0ca8542 },
116 { XFER_PIO_1
, 0xc0d08572 },
117 { XFER_PIO_0
, 0xc0d08585 },
121 static const char *bad_ata33
[] = {
122 "Maxtor 92720U8", "Maxtor 92040U6", "Maxtor 91360U4", "Maxtor 91020U3", "Maxtor 90845U3", "Maxtor 90650U2",
123 "Maxtor 91360D8", "Maxtor 91190D7", "Maxtor 91020D6", "Maxtor 90845D5", "Maxtor 90680D4", "Maxtor 90510D3", "Maxtor 90340D2",
124 "Maxtor 91152D8", "Maxtor 91008D7", "Maxtor 90845D6", "Maxtor 90840D6", "Maxtor 90720D5", "Maxtor 90648D5", "Maxtor 90576D4",
126 "Maxtor 90432D3", "Maxtor 90288D2", "Maxtor 90256D2",
127 "Maxtor 91000D8", "Maxtor 90910D8", "Maxtor 90875D7", "Maxtor 90840D7", "Maxtor 90750D6", "Maxtor 90625D5", "Maxtor 90500D4",
128 "Maxtor 91728D8", "Maxtor 91512D7", "Maxtor 91303D6", "Maxtor 91080D5", "Maxtor 90845D4", "Maxtor 90680D4", "Maxtor 90648D3", "Maxtor 90432D2",
132 static const char *bad_ata66_4
[] = {
151 static const char *bad_ata66_3
[] = {
156 static int hpt_dma_blacklisted(const struct ata_device
*dev
, char *modestr
, const char *list
[])
158 unsigned char model_num
[ATA_ID_PROD_LEN
+ 1];
161 ata_id_c_string(dev
->id
, model_num
, ATA_ID_PROD
, sizeof(model_num
));
163 while (list
[i
] != NULL
) {
164 if (!strcmp(list
[i
], model_num
)) {
165 printk(KERN_WARNING DRV_NAME
": %s is not supported for %s.\n",
175 * hpt366_filter - mode selection filter
178 * Block UDMA on devices that cause trouble with this controller.
181 static unsigned long hpt366_filter(struct ata_device
*adev
, unsigned long mask
)
183 if (adev
->class == ATA_DEV_ATA
) {
184 if (hpt_dma_blacklisted(adev
, "UDMA", bad_ata33
))
185 mask
&= ~ATA_MASK_UDMA
;
186 if (hpt_dma_blacklisted(adev
, "UDMA3", bad_ata66_3
))
187 <<<<<<< HEAD
:drivers
/ata
/pata_hpt366
.c
188 mask
&= ~(0x07 << ATA_SHIFT_UDMA
);
190 mask
&= ~(0xF8 << ATA_SHIFT_UDMA
);
191 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a
:drivers
/ata
/pata_hpt366
.c
192 if (hpt_dma_blacklisted(adev
, "UDMA4", bad_ata66_4
))
193 <<<<<<< HEAD
:drivers
/ata
/pata_hpt366
.c
194 mask
&= ~(0x0F << ATA_SHIFT_UDMA
);
196 mask
&= ~(0xF0 << ATA_SHIFT_UDMA
);
197 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a
:drivers
/ata
/pata_hpt366
.c
199 return ata_pci_default_filter(adev
, mask
);
203 * hpt36x_find_mode - reset the hpt36x bus
205 * @speed: transfer mode
207 * Return the 32bit register programming information for this channel
208 * that matches the speed provided.
211 static u32
hpt36x_find_mode(struct ata_port
*ap
, int speed
)
213 struct hpt_clock
*clocks
= ap
->host
->private_data
;
215 while(clocks
->xfer_speed
) {
216 if (clocks
->xfer_speed
== speed
)
217 return clocks
->timing
;
221 return 0xffffffffU
; /* silence compiler warning */
224 static int hpt36x_cable_detect(struct ata_port
*ap
)
227 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
229 pci_read_config_byte(pdev
, 0x5A, &ata66
);
230 if (ata66
& (1 << ap
->port_no
))
231 return ATA_CBL_PATA40
;
232 return ATA_CBL_PATA80
;
236 * hpt366_set_piomode - PIO setup
238 * @adev: device on the interface
240 * Perform PIO mode setup.
243 static void hpt366_set_piomode(struct ata_port
*ap
, struct ata_device
*adev
)
245 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
251 addr1
= 0x40 + 4 * (adev
->devno
+ 2 * ap
->port_no
);
252 addr2
= 0x51 + 4 * ap
->port_no
;
254 /* Fast interrupt prediction disable, hold off interrupt disable */
255 pci_read_config_byte(pdev
, addr2
, &fast
);
258 pci_write_config_byte(pdev
, addr2
, fast
);
261 pci_read_config_dword(pdev
, addr1
, ®
);
262 mode
= hpt36x_find_mode(ap
, adev
->pio_mode
);
263 mode
&= ~0x8000000; /* No FIFO in PIO */
264 mode
&= ~0x30070000; /* Leave config bits alone */
265 reg
&= 0x30070000; /* Strip timing bits */
266 pci_write_config_dword(pdev
, addr1
, reg
| mode
);
270 * hpt366_set_dmamode - DMA timing setup
272 * @adev: Device being configured
274 * Set up the channel for MWDMA or UDMA modes. Much the same as with
275 * PIO, load the mode number and then set MWDMA or UDMA flag.
278 static void hpt366_set_dmamode(struct ata_port
*ap
, struct ata_device
*adev
)
280 struct pci_dev
*pdev
= to_pci_dev(ap
->host
->dev
);
286 addr1
= 0x40 + 4 * (adev
->devno
+ 2 * ap
->port_no
);
287 addr2
= 0x51 + 4 * ap
->port_no
;
289 /* Fast interrupt prediction disable, hold off interrupt disable */
290 pci_read_config_byte(pdev
, addr2
, &fast
);
293 pci_write_config_byte(pdev
, addr2
, fast
);
296 pci_read_config_dword(pdev
, addr1
, ®
);
297 mode
= hpt36x_find_mode(ap
, adev
->dma_mode
);
298 mode
|= 0x8000000; /* FIFO in MWDMA or UDMA */
299 mode
&= ~0xC0000000; /* Leave config bits alone */
300 reg
&= 0xC0000000; /* Strip timing bits */
301 pci_write_config_dword(pdev
, addr1
, reg
| mode
);
304 static struct scsi_host_template hpt36x_sht
= {
305 .module
= THIS_MODULE
,
307 .ioctl
= ata_scsi_ioctl
,
308 .queuecommand
= ata_scsi_queuecmd
,
309 .can_queue
= ATA_DEF_QUEUE
,
310 .this_id
= ATA_SHT_THIS_ID
,
311 .sg_tablesize
= LIBATA_MAX_PRD
,
312 .cmd_per_lun
= ATA_SHT_CMD_PER_LUN
,
313 .emulated
= ATA_SHT_EMULATED
,
314 .use_clustering
= ATA_SHT_USE_CLUSTERING
,
315 .proc_name
= DRV_NAME
,
316 .dma_boundary
= ATA_DMA_BOUNDARY
,
317 .slave_configure
= ata_scsi_slave_config
,
318 .slave_destroy
= ata_scsi_slave_destroy
,
319 .bios_param
= ata_std_bios_param
,
323 * Configuration for HPT366/68
326 static struct ata_port_operations hpt366_port_ops
= {
327 .set_piomode
= hpt366_set_piomode
,
328 .set_dmamode
= hpt366_set_dmamode
,
329 .mode_filter
= hpt366_filter
,
331 .tf_load
= ata_tf_load
,
332 .tf_read
= ata_tf_read
,
333 .check_status
= ata_check_status
,
334 .exec_command
= ata_exec_command
,
335 .dev_select
= ata_std_dev_select
,
337 .freeze
= ata_bmdma_freeze
,
338 .thaw
= ata_bmdma_thaw
,
339 .error_handler
= ata_bmdma_error_handler
,
340 .post_internal_cmd
= ata_bmdma_post_internal_cmd
,
341 .cable_detect
= hpt36x_cable_detect
,
343 .bmdma_setup
= ata_bmdma_setup
,
344 .bmdma_start
= ata_bmdma_start
,
345 .bmdma_stop
= ata_bmdma_stop
,
346 .bmdma_status
= ata_bmdma_status
,
348 .qc_prep
= ata_qc_prep
,
349 .qc_issue
= ata_qc_issue_prot
,
351 .data_xfer
= ata_data_xfer
,
353 .irq_handler
= ata_interrupt
,
354 .irq_clear
= ata_bmdma_irq_clear
,
355 .irq_on
= ata_irq_on
,
357 .port_start
= ata_sff_port_start
,
361 * hpt36x_init_chipset - common chip setup
364 * Perform the chip setup work that must be done at both init and
368 static void hpt36x_init_chipset(struct pci_dev
*dev
)
371 pci_write_config_byte(dev
, PCI_CACHE_LINE_SIZE
, (L1_CACHE_BYTES
/ 4));
372 pci_write_config_byte(dev
, PCI_LATENCY_TIMER
, 0x78);
373 pci_write_config_byte(dev
, PCI_MIN_GNT
, 0x08);
374 pci_write_config_byte(dev
, PCI_MAX_LAT
, 0x08);
376 pci_read_config_byte(dev
, 0x51, &drive_fast
);
377 if (drive_fast
& 0x80)
378 pci_write_config_byte(dev
, 0x51, drive_fast
& ~0x80);
382 * hpt36x_init_one - Initialise an HPT366/368
384 * @id: Entry in match table
386 * Initialise an HPT36x device. There are some interesting complications
387 * here. Firstly the chip may report 366 and be one of several variants.
388 * Secondly all the timings depend on the clock for the chip which we must
391 * This is the known chip mappings. It may be missing a couple of later
394 * Chip version PCI Rev Notes
395 * HPT366 4 (HPT366) 0 UDMA66
396 * HPT366 4 (HPT366) 1 UDMA66
397 * HPT368 4 (HPT366) 2 UDMA66
398 * HPT37x/30x 4 (HPT366) 3+ Other driver
402 static int hpt36x_init_one(struct pci_dev
*dev
, const struct pci_device_id
*id
)
404 static const struct ata_port_info info_hpt366
= {
406 .flags
= ATA_FLAG_SLAVE_POSS
,
409 .udma_mask
= ATA_UDMA4
,
410 .port_ops
= &hpt366_port_ops
412 struct ata_port_info info
= info_hpt366
;
413 const struct ata_port_info
*ppi
[] = { &info
, NULL
};
418 pci_read_config_dword(dev
, PCI_CLASS_REVISION
, &class_rev
);
421 /* May be a later chip in disguise. Check */
422 /* Newer chips are not in the HPT36x driver. Ignore them */
426 hpt36x_init_chipset(dev
);
428 pci_read_config_dword(dev
, 0x40, ®1
);
430 /* PCI clocking determines the ATA timing values to use */
431 /* info_hpt366 is safe against re-entry so we can scribble on it */
432 switch((reg1
& 0x700) >> 8) {
434 info
.private_data
= &hpt366_40
;
437 info
.private_data
= &hpt366_25
;
440 info
.private_data
= &hpt366_33
;
443 /* Now kick off ATA set up */
444 return ata_pci_init_one(dev
, ppi
);
448 static int hpt36x_reinit_one(struct pci_dev
*dev
)
450 hpt36x_init_chipset(dev
);
451 return ata_pci_device_resume(dev
);
455 static const struct pci_device_id hpt36x
[] = {
456 { PCI_VDEVICE(TTI
, PCI_DEVICE_ID_TTI_HPT366
), },
460 static struct pci_driver hpt36x_pci_driver
= {
463 .probe
= hpt36x_init_one
,
464 .remove
= ata_pci_remove_one
,
466 .suspend
= ata_pci_device_suspend
,
467 .resume
= hpt36x_reinit_one
,
471 static int __init
hpt36x_init(void)
473 return pci_register_driver(&hpt36x_pci_driver
);
476 static void __exit
hpt36x_exit(void)
478 pci_unregister_driver(&hpt36x_pci_driver
);
481 MODULE_AUTHOR("Alan Cox");
482 MODULE_DESCRIPTION("low-level driver for the Highpoint HPT366/368");
483 MODULE_LICENSE("GPL");
484 MODULE_DEVICE_TABLE(pci
, hpt36x
);
485 MODULE_VERSION(DRV_VERSION
);
487 module_init(hpt36x_init
);
488 module_exit(hpt36x_exit
);