blob: 11c1afea2db298a8d1dc0547ba06282e2d4a73d5 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * sata_promise.c - Promise SATA
3 *
4 * Maintained by: Jeff Garzik <jgarzik@pobox.com>
Mikael Pettersson5595ddf2007-10-30 14:21:55 +01005 * Mikael Pettersson <mikpe@it.uu.se>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 * Please ALWAYS copy linux-ide@vger.kernel.org
7 * on emails.
8 *
9 * Copyright 2003-2004 Red Hat, Inc.
10 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 *
Jeff Garzikaf36d7f2005-08-28 20:18:39 -040012 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2, or (at your option)
15 * any later version.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; see the file COPYING. If not, write to
24 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
25 *
26 *
27 * libata documentation is available via 'make {ps|pdf}docs',
28 * as Documentation/DocBook/libata.*
29 *
30 * Hardware information only available under NDA.
Linus Torvalds1da177e2005-04-16 15:20:36 -070031 *
32 */
33
34#include <linux/kernel.h>
35#include <linux/module.h>
36#include <linux/pci.h>
37#include <linux/init.h>
38#include <linux/blkdev.h>
39#include <linux/delay.h>
40#include <linux/interrupt.h>
Jeff Garzika9524a72005-10-30 14:39:11 -050041#include <linux/device.h>
Mikael Pettersson95006182007-01-09 10:51:46 +010042#include <scsi/scsi.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070043#include <scsi/scsi_host.h>
Jeff Garzik193515d2005-11-07 00:59:37 -050044#include <scsi/scsi_cmnd.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070045#include <linux/libata.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#include "sata_promise.h"
47
48#define DRV_NAME "sata_promise"
Mikael Petterssonc07a9c42008-03-23 18:41:01 +010049#define DRV_VERSION "2.12"
Linus Torvalds1da177e2005-04-16 15:20:36 -070050
51enum {
Tejun Heoeca25dc2007-04-17 23:44:07 +090052 PDC_MAX_PORTS = 4,
Tejun Heo0d5ff562007-02-01 15:06:36 +090053 PDC_MMIO_BAR = 3,
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +010054 PDC_MAX_PRD = LIBATA_MAX_PRD - 1, /* -1 for ASIC PRD bug workaround */
Tejun Heo0d5ff562007-02-01 15:06:36 +090055
Mikael Pettersson95006182007-01-09 10:51:46 +010056 /* register offsets */
57 PDC_FEATURE = 0x04, /* Feature/Error reg (per port) */
58 PDC_SECTOR_COUNT = 0x08, /* Sector count reg (per port) */
59 PDC_SECTOR_NUMBER = 0x0C, /* Sector number reg (per port) */
60 PDC_CYLINDER_LOW = 0x10, /* Cylinder low reg (per port) */
61 PDC_CYLINDER_HIGH = 0x14, /* Cylinder high reg (per port) */
62 PDC_DEVICE = 0x18, /* Device/Head reg (per port) */
63 PDC_COMMAND = 0x1C, /* Command/status reg (per port) */
Mikael Pettersson73fd4562007-01-10 09:32:34 +010064 PDC_ALTSTATUS = 0x38, /* Alternate-status/device-control reg (per port) */
Linus Torvalds1da177e2005-04-16 15:20:36 -070065 PDC_PKT_SUBMIT = 0x40, /* Command packet pointer addr */
66 PDC_INT_SEQMASK = 0x40, /* Mask of asserted SEQ INTs */
Linus Torvalds1da177e2005-04-16 15:20:36 -070067 PDC_FLASH_CTL = 0x44, /* Flash control register */
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 PDC_GLOBAL_CTL = 0x48, /* Global control/status (per port) */
69 PDC_CTLSTAT = 0x60, /* IDE control and status (per port) */
70 PDC_SATA_PLUG_CSR = 0x6C, /* SATA Plug control/status reg */
Luke Kosewski6340f012006-01-28 12:39:29 -050071 PDC2_SATA_PLUG_CSR = 0x60, /* SATAII Plug control/status reg */
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +010072 PDC_TBG_MODE = 0x41C, /* TBG mode (not SATAII) */
73 PDC_SLEW_CTL = 0x470, /* slew rate control reg (not SATAII) */
Linus Torvalds1da177e2005-04-16 15:20:36 -070074
Mikael Pettersson176efb02007-03-14 09:51:35 +010075 /* PDC_GLOBAL_CTL bit definitions */
76 PDC_PH_ERR = (1 << 8), /* PCI error while loading packet */
77 PDC_SH_ERR = (1 << 9), /* PCI error while loading S/G table */
78 PDC_DH_ERR = (1 << 10), /* PCI error while loading data */
79 PDC2_HTO_ERR = (1 << 12), /* host bus timeout */
80 PDC2_ATA_HBA_ERR = (1 << 13), /* error during SATA DATA FIS transmission */
81 PDC2_ATA_DMA_CNT_ERR = (1 << 14), /* DMA DATA FIS size differs from S/G count */
82 PDC_OVERRUN_ERR = (1 << 19), /* S/G byte count larger than HD requires */
83 PDC_UNDERRUN_ERR = (1 << 20), /* S/G byte count less than HD requires */
84 PDC_DRIVE_ERR = (1 << 21), /* drive error */
85 PDC_PCI_SYS_ERR = (1 << 22), /* PCI system error */
86 PDC1_PCI_PARITY_ERR = (1 << 23), /* PCI parity error (from SATA150 driver) */
87 PDC1_ERR_MASK = PDC1_PCI_PARITY_ERR,
Jeff Garzik5796d1c2007-10-26 00:03:37 -040088 PDC2_ERR_MASK = PDC2_HTO_ERR | PDC2_ATA_HBA_ERR |
89 PDC2_ATA_DMA_CNT_ERR,
90 PDC_ERR_MASK = PDC_PH_ERR | PDC_SH_ERR | PDC_DH_ERR |
91 PDC_OVERRUN_ERR | PDC_UNDERRUN_ERR |
92 PDC_DRIVE_ERR | PDC_PCI_SYS_ERR |
93 PDC1_ERR_MASK | PDC2_ERR_MASK,
Linus Torvalds1da177e2005-04-16 15:20:36 -070094
95 board_2037x = 0, /* FastTrak S150 TX2plus */
Tejun Heoeca25dc2007-04-17 23:44:07 +090096 board_2037x_pata = 1, /* FastTrak S150 TX2plus PATA port */
97 board_20319 = 2, /* FastTrak S150 TX4 */
98 board_20619 = 3, /* FastTrak TX4000 */
99 board_2057x = 4, /* SATAII150 Tx2plus */
Mikael Petterssond0e58032007-06-19 21:53:30 +0200100 board_2057x_pata = 5, /* SATAII150 Tx2plus PATA port */
Tejun Heoeca25dc2007-04-17 23:44:07 +0900101 board_40518 = 6, /* SATAII150 Tx4 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102
Luke Kosewski6340f012006-01-28 12:39:29 -0500103 PDC_HAS_PATA = (1 << 1), /* PDC20375/20575 has PATA */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104
Mikael Pettersson95006182007-01-09 10:51:46 +0100105 /* Sequence counter control registers bit definitions */
106 PDC_SEQCNTRL_INT_MASK = (1 << 5), /* Sequence Interrupt Mask */
107
108 /* Feature register values */
109 PDC_FEATURE_ATAPI_PIO = 0x00, /* ATAPI data xfer by PIO */
110 PDC_FEATURE_ATAPI_DMA = 0x01, /* ATAPI data xfer by DMA */
111
112 /* Device/Head register values */
113 PDC_DEVICE_SATA = 0xE0, /* Device/Head value for SATA devices */
114
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100115 /* PDC_CTLSTAT bit definitions */
116 PDC_DMA_ENABLE = (1 << 7),
117 PDC_IRQ_DISABLE = (1 << 10),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118 PDC_RESET = (1 << 11), /* HDMA reset */
Jeff Garzik50630192005-12-13 02:29:45 -0500119
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100120 PDC_COMMON_FLAGS = ATA_FLAG_NO_LEGACY |
Mikael Pettersson95006182007-01-09 10:51:46 +0100121 ATA_FLAG_MMIO |
Jeff Garzik3d0a59c2005-12-13 22:28:19 -0500122 ATA_FLAG_PIO_POLLING,
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +0100123
Tejun Heoeca25dc2007-04-17 23:44:07 +0900124 /* ap->flags bits */
125 PDC_FLAG_GEN_II = (1 << 24),
126 PDC_FLAG_SATA_PATA = (1 << 25), /* supports SATA + PATA */
127 PDC_FLAG_4_PORTS = (1 << 26), /* 4 ports */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128};
129
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130struct pdc_port_priv {
131 u8 *pkt;
132 dma_addr_t pkt_dma;
133};
134
Tejun Heoda3dbb12007-07-16 14:29:40 +0900135static int pdc_sata_scr_read(struct ata_port *ap, unsigned int sc_reg, u32 *val);
136static int pdc_sata_scr_write(struct ata_port *ap, unsigned int sc_reg, u32 val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137static int pdc_ata_init_one (struct pci_dev *pdev, const struct pci_device_id *ent);
Tejun Heoeca25dc2007-04-17 23:44:07 +0900138static int pdc_common_port_start(struct ata_port *ap);
139static int pdc_sata_port_start(struct ata_port *ap);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140static void pdc_qc_prep(struct ata_queued_cmd *qc);
Jeff Garzik057ace52005-10-22 14:27:05 -0400141static void pdc_tf_load_mmio(struct ata_port *ap, const struct ata_taskfile *tf);
142static void pdc_exec_command_mmio(struct ata_port *ap, const struct ata_taskfile *tf);
Mikael Pettersson95006182007-01-09 10:51:46 +0100143static int pdc_check_atapi_dma(struct ata_queued_cmd *qc);
Mikael Pettersson724114a2007-03-11 21:20:43 +0100144static int pdc_old_sata_check_atapi_dma(struct ata_queued_cmd *qc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145static void pdc_irq_clear(struct ata_port *ap);
Tejun Heo9a3d9eb2006-01-23 13:09:36 +0900146static unsigned int pdc_qc_issue_prot(struct ata_queued_cmd *qc);
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100147static void pdc_freeze(struct ata_port *ap);
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100148static void pdc_sata_freeze(struct ata_port *ap);
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100149static void pdc_thaw(struct ata_port *ap);
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100150static void pdc_sata_thaw(struct ata_port *ap);
Mikael Pettersson724114a2007-03-11 21:20:43 +0100151static void pdc_pata_error_handler(struct ata_port *ap);
152static void pdc_sata_error_handler(struct ata_port *ap);
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100153static void pdc_post_internal_cmd(struct ata_queued_cmd *qc);
Mikael Pettersson724114a2007-03-11 21:20:43 +0100154static int pdc_pata_cable_detect(struct ata_port *ap);
155static int pdc_sata_cable_detect(struct ata_port *ap);
Jeff Garzik374b1872005-08-30 05:42:52 -0400156
Jeff Garzik193515d2005-11-07 00:59:37 -0500157static struct scsi_host_template pdc_ata_sht = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158 .module = THIS_MODULE,
159 .name = DRV_NAME,
160 .ioctl = ata_scsi_ioctl,
161 .queuecommand = ata_scsi_queuecmd,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162 .can_queue = ATA_DEF_QUEUE,
163 .this_id = ATA_SHT_THIS_ID,
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100164 .sg_tablesize = PDC_MAX_PRD,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165 .cmd_per_lun = ATA_SHT_CMD_PER_LUN,
166 .emulated = ATA_SHT_EMULATED,
167 .use_clustering = ATA_SHT_USE_CLUSTERING,
168 .proc_name = DRV_NAME,
169 .dma_boundary = ATA_DMA_BOUNDARY,
170 .slave_configure = ata_scsi_slave_config,
Tejun Heoccf68c32006-05-31 18:28:09 +0900171 .slave_destroy = ata_scsi_slave_destroy,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172 .bios_param = ata_std_bios_param,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173};
174
Jeff Garzik057ace52005-10-22 14:27:05 -0400175static const struct ata_port_operations pdc_sata_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176 .tf_load = pdc_tf_load_mmio,
177 .tf_read = ata_tf_read,
178 .check_status = ata_check_status,
179 .exec_command = pdc_exec_command_mmio,
180 .dev_select = ata_std_dev_select,
Mikael Pettersson95006182007-01-09 10:51:46 +0100181 .check_atapi_dma = pdc_check_atapi_dma,
182
183 .qc_prep = pdc_qc_prep,
184 .qc_issue = pdc_qc_issue_prot,
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100185 .freeze = pdc_sata_freeze,
186 .thaw = pdc_sata_thaw,
Mikael Pettersson724114a2007-03-11 21:20:43 +0100187 .error_handler = pdc_sata_error_handler,
Mikael Pettersson95006182007-01-09 10:51:46 +0100188 .post_internal_cmd = pdc_post_internal_cmd,
Mikael Pettersson724114a2007-03-11 21:20:43 +0100189 .cable_detect = pdc_sata_cable_detect,
Tejun Heo0d5ff562007-02-01 15:06:36 +0900190 .data_xfer = ata_data_xfer,
Mikael Pettersson95006182007-01-09 10:51:46 +0100191 .irq_clear = pdc_irq_clear,
Akira Iguchi246ce3b2007-01-26 16:27:58 +0900192 .irq_on = ata_irq_on,
Mikael Pettersson95006182007-01-09 10:51:46 +0100193
194 .scr_read = pdc_sata_scr_read,
195 .scr_write = pdc_sata_scr_write,
Tejun Heoeca25dc2007-04-17 23:44:07 +0900196 .port_start = pdc_sata_port_start,
Mikael Pettersson95006182007-01-09 10:51:46 +0100197};
198
199/* First-generation chips need a more restrictive ->check_atapi_dma op */
200static const struct ata_port_operations pdc_old_sata_ops = {
Mikael Pettersson95006182007-01-09 10:51:46 +0100201 .tf_load = pdc_tf_load_mmio,
202 .tf_read = ata_tf_read,
203 .check_status = ata_check_status,
204 .exec_command = pdc_exec_command_mmio,
205 .dev_select = ata_std_dev_select,
Mikael Pettersson724114a2007-03-11 21:20:43 +0100206 .check_atapi_dma = pdc_old_sata_check_atapi_dma,
Jeff Garzik2cba5822005-08-29 05:12:30 -0400207
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 .qc_prep = pdc_qc_prep,
209 .qc_issue = pdc_qc_issue_prot,
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100210 .freeze = pdc_sata_freeze,
211 .thaw = pdc_sata_thaw,
Mikael Pettersson724114a2007-03-11 21:20:43 +0100212 .error_handler = pdc_sata_error_handler,
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100213 .post_internal_cmd = pdc_post_internal_cmd,
Mikael Pettersson724114a2007-03-11 21:20:43 +0100214 .cable_detect = pdc_sata_cable_detect,
Tejun Heo0d5ff562007-02-01 15:06:36 +0900215 .data_xfer = ata_data_xfer,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216 .irq_clear = pdc_irq_clear,
Akira Iguchi246ce3b2007-01-26 16:27:58 +0900217 .irq_on = ata_irq_on,
Jeff Garzik2cba5822005-08-29 05:12:30 -0400218
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219 .scr_read = pdc_sata_scr_read,
220 .scr_write = pdc_sata_scr_write,
Tejun Heoeca25dc2007-04-17 23:44:07 +0900221 .port_start = pdc_sata_port_start,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222};
223
Jeff Garzik057ace52005-10-22 14:27:05 -0400224static const struct ata_port_operations pdc_pata_ops = {
Jeff Garzik2cba5822005-08-29 05:12:30 -0400225 .tf_load = pdc_tf_load_mmio,
226 .tf_read = ata_tf_read,
227 .check_status = ata_check_status,
228 .exec_command = pdc_exec_command_mmio,
229 .dev_select = ata_std_dev_select,
Mikael Pettersson95006182007-01-09 10:51:46 +0100230 .check_atapi_dma = pdc_check_atapi_dma,
Jeff Garzik2cba5822005-08-29 05:12:30 -0400231
Jeff Garzik2cba5822005-08-29 05:12:30 -0400232 .qc_prep = pdc_qc_prep,
233 .qc_issue = pdc_qc_issue_prot,
Mikael Pettersson53873732007-02-11 23:19:53 +0100234 .freeze = pdc_freeze,
235 .thaw = pdc_thaw,
Mikael Pettersson724114a2007-03-11 21:20:43 +0100236 .error_handler = pdc_pata_error_handler,
Mikael Pettersson540477b2007-02-25 12:44:39 +0100237 .post_internal_cmd = pdc_post_internal_cmd,
Mikael Pettersson724114a2007-03-11 21:20:43 +0100238 .cable_detect = pdc_pata_cable_detect,
Tejun Heo0d5ff562007-02-01 15:06:36 +0900239 .data_xfer = ata_data_xfer,
Jeff Garzik2cba5822005-08-29 05:12:30 -0400240 .irq_clear = pdc_irq_clear,
Akira Iguchi246ce3b2007-01-26 16:27:58 +0900241 .irq_on = ata_irq_on,
Jeff Garzik2cba5822005-08-29 05:12:30 -0400242
Tejun Heoeca25dc2007-04-17 23:44:07 +0900243 .port_start = pdc_common_port_start,
Jeff Garzik2cba5822005-08-29 05:12:30 -0400244};
245
Arjan van de Ven98ac62d2005-11-28 10:06:23 +0100246static const struct ata_port_info pdc_port_info[] = {
Mikael Pettersson5595ddf2007-10-30 14:21:55 +0100247 [board_2037x] =
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248 {
Tejun Heoeca25dc2007-04-17 23:44:07 +0900249 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA |
250 PDC_FLAG_SATA_PATA,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251 .pio_mask = 0x1f, /* pio0-4 */
252 .mwdma_mask = 0x07, /* mwdma0-2 */
Jeff Garzik469248a2007-07-08 01:13:16 -0400253 .udma_mask = ATA_UDMA6,
Mikael Pettersson95006182007-01-09 10:51:46 +0100254 .port_ops = &pdc_old_sata_ops,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255 },
256
Mikael Pettersson5595ddf2007-10-30 14:21:55 +0100257 [board_2037x_pata] =
Tejun Heoeca25dc2007-04-17 23:44:07 +0900258 {
259 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SLAVE_POSS,
260 .pio_mask = 0x1f, /* pio0-4 */
261 .mwdma_mask = 0x07, /* mwdma0-2 */
Jeff Garzik469248a2007-07-08 01:13:16 -0400262 .udma_mask = ATA_UDMA6,
Tejun Heoeca25dc2007-04-17 23:44:07 +0900263 .port_ops = &pdc_pata_ops,
264 },
265
Mikael Pettersson5595ddf2007-10-30 14:21:55 +0100266 [board_20319] =
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267 {
Tejun Heoeca25dc2007-04-17 23:44:07 +0900268 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA |
269 PDC_FLAG_4_PORTS,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 .pio_mask = 0x1f, /* pio0-4 */
271 .mwdma_mask = 0x07, /* mwdma0-2 */
Jeff Garzik469248a2007-07-08 01:13:16 -0400272 .udma_mask = ATA_UDMA6,
Mikael Pettersson95006182007-01-09 10:51:46 +0100273 .port_ops = &pdc_old_sata_ops,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274 },
Tobias Lorenzf497ba72005-05-12 15:51:01 -0400275
Mikael Pettersson5595ddf2007-10-30 14:21:55 +0100276 [board_20619] =
Tobias Lorenzf497ba72005-05-12 15:51:01 -0400277 {
Tejun Heoeca25dc2007-04-17 23:44:07 +0900278 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SLAVE_POSS |
279 PDC_FLAG_4_PORTS,
Tobias Lorenzf497ba72005-05-12 15:51:01 -0400280 .pio_mask = 0x1f, /* pio0-4 */
281 .mwdma_mask = 0x07, /* mwdma0-2 */
Jeff Garzik469248a2007-07-08 01:13:16 -0400282 .udma_mask = ATA_UDMA6,
Jeff Garzik2cba5822005-08-29 05:12:30 -0400283 .port_ops = &pdc_pata_ops,
Tobias Lorenzf497ba72005-05-12 15:51:01 -0400284 },
Yusuf Iskenderoglu5a46fe82006-01-17 08:06:21 -0500285
Mikael Pettersson5595ddf2007-10-30 14:21:55 +0100286 [board_2057x] =
Luke Kosewski6340f012006-01-28 12:39:29 -0500287 {
Tejun Heoeca25dc2007-04-17 23:44:07 +0900288 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA |
289 PDC_FLAG_GEN_II | PDC_FLAG_SATA_PATA,
Luke Kosewski6340f012006-01-28 12:39:29 -0500290 .pio_mask = 0x1f, /* pio0-4 */
291 .mwdma_mask = 0x07, /* mwdma0-2 */
Jeff Garzik469248a2007-07-08 01:13:16 -0400292 .udma_mask = ATA_UDMA6,
Luke Kosewski6340f012006-01-28 12:39:29 -0500293 .port_ops = &pdc_sata_ops,
294 },
295
Mikael Pettersson5595ddf2007-10-30 14:21:55 +0100296 [board_2057x_pata] =
Tejun Heoeca25dc2007-04-17 23:44:07 +0900297 {
Jeff Garzikbb312232007-05-24 23:35:59 -0400298 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SLAVE_POSS |
Tejun Heoeca25dc2007-04-17 23:44:07 +0900299 PDC_FLAG_GEN_II,
300 .pio_mask = 0x1f, /* pio0-4 */
301 .mwdma_mask = 0x07, /* mwdma0-2 */
Jeff Garzik469248a2007-07-08 01:13:16 -0400302 .udma_mask = ATA_UDMA6,
Tejun Heoeca25dc2007-04-17 23:44:07 +0900303 .port_ops = &pdc_pata_ops,
304 },
305
Mikael Pettersson5595ddf2007-10-30 14:21:55 +0100306 [board_40518] =
Luke Kosewski6340f012006-01-28 12:39:29 -0500307 {
Tejun Heoeca25dc2007-04-17 23:44:07 +0900308 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA |
309 PDC_FLAG_GEN_II | PDC_FLAG_4_PORTS,
Luke Kosewski6340f012006-01-28 12:39:29 -0500310 .pio_mask = 0x1f, /* pio0-4 */
311 .mwdma_mask = 0x07, /* mwdma0-2 */
Jeff Garzik469248a2007-07-08 01:13:16 -0400312 .udma_mask = ATA_UDMA6,
Luke Kosewski6340f012006-01-28 12:39:29 -0500313 .port_ops = &pdc_sata_ops,
314 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315};
316
Jeff Garzik3b7d6972005-11-10 11:04:11 -0500317static const struct pci_device_id pdc_ata_pci_tbl[] = {
Jeff Garzik54bb3a942006-09-27 22:20:11 -0400318 { PCI_VDEVICE(PROMISE, 0x3371), board_2037x },
Jeff Garzik54bb3a942006-09-27 22:20:11 -0400319 { PCI_VDEVICE(PROMISE, 0x3373), board_2037x },
320 { PCI_VDEVICE(PROMISE, 0x3375), board_2037x },
321 { PCI_VDEVICE(PROMISE, 0x3376), board_2037x },
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +0100322 { PCI_VDEVICE(PROMISE, 0x3570), board_2057x },
323 { PCI_VDEVICE(PROMISE, 0x3571), board_2057x },
Jeff Garzik54bb3a942006-09-27 22:20:11 -0400324 { PCI_VDEVICE(PROMISE, 0x3574), board_2057x },
Mikael Petterssond324d4622006-12-06 09:55:43 +0100325 { PCI_VDEVICE(PROMISE, 0x3577), board_2057x },
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +0100326 { PCI_VDEVICE(PROMISE, 0x3d73), board_2057x },
Jeff Garzik54bb3a942006-09-27 22:20:11 -0400327 { PCI_VDEVICE(PROMISE, 0x3d75), board_2057x },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328
Jeff Garzik54bb3a942006-09-27 22:20:11 -0400329 { PCI_VDEVICE(PROMISE, 0x3318), board_20319 },
330 { PCI_VDEVICE(PROMISE, 0x3319), board_20319 },
Mikael Pettersson7f9992a2007-08-29 10:25:37 +0200331 { PCI_VDEVICE(PROMISE, 0x3515), board_40518 },
332 { PCI_VDEVICE(PROMISE, 0x3519), board_40518 },
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +0100333 { PCI_VDEVICE(PROMISE, 0x3d17), board_40518 },
Jeff Garzik54bb3a942006-09-27 22:20:11 -0400334 { PCI_VDEVICE(PROMISE, 0x3d18), board_40518 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335
Jeff Garzik54bb3a942006-09-27 22:20:11 -0400336 { PCI_VDEVICE(PROMISE, 0x6629), board_20619 },
Tobias Lorenzf497ba72005-05-12 15:51:01 -0400337
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338 { } /* terminate list */
339};
340
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341static struct pci_driver pdc_ata_pci_driver = {
342 .name = DRV_NAME,
343 .id_table = pdc_ata_pci_tbl,
344 .probe = pdc_ata_init_one,
345 .remove = ata_pci_remove_one,
346};
347
Mikael Pettersson724114a2007-03-11 21:20:43 +0100348static int pdc_common_port_start(struct ata_port *ap)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349{
Jeff Garzikcca39742006-08-24 03:19:22 -0400350 struct device *dev = ap->host->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351 struct pdc_port_priv *pp;
352 int rc;
353
354 rc = ata_port_start(ap);
355 if (rc)
356 return rc;
357
Tejun Heo24dc5f32007-01-20 16:00:28 +0900358 pp = devm_kzalloc(dev, sizeof(*pp), GFP_KERNEL);
359 if (!pp)
360 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361
Tejun Heo24dc5f32007-01-20 16:00:28 +0900362 pp->pkt = dmam_alloc_coherent(dev, 128, &pp->pkt_dma, GFP_KERNEL);
363 if (!pp->pkt)
364 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365
366 ap->private_data = pp;
367
Mikael Pettersson724114a2007-03-11 21:20:43 +0100368 return 0;
369}
370
371static int pdc_sata_port_start(struct ata_port *ap)
372{
Mikael Pettersson724114a2007-03-11 21:20:43 +0100373 int rc;
374
375 rc = pdc_common_port_start(ap);
376 if (rc)
377 return rc;
378
Mikael Pettersson599b7202006-12-01 10:55:58 +0100379 /* fix up PHYMODE4 align timing */
Tejun Heoeca25dc2007-04-17 23:44:07 +0900380 if (ap->flags & PDC_FLAG_GEN_II) {
Jeff Garzik59f99882007-05-28 07:07:20 -0400381 void __iomem *mmio = ap->ioaddr.scr_addr;
Mikael Pettersson599b7202006-12-01 10:55:58 +0100382 unsigned int tmp;
383
384 tmp = readl(mmio + 0x014);
385 tmp = (tmp & ~3) | 1; /* set bits 1:0 = 0:1 */
386 writel(tmp, mmio + 0x014);
387 }
388
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390}
391
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392static void pdc_reset_port(struct ata_port *ap)
393{
Tejun Heo0d5ff562007-02-01 15:06:36 +0900394 void __iomem *mmio = ap->ioaddr.cmd_addr + PDC_CTLSTAT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395 unsigned int i;
396 u32 tmp;
397
398 for (i = 11; i > 0; i--) {
399 tmp = readl(mmio);
400 if (tmp & PDC_RESET)
401 break;
402
403 udelay(100);
404
405 tmp |= PDC_RESET;
406 writel(tmp, mmio);
407 }
408
409 tmp &= ~PDC_RESET;
410 writel(tmp, mmio);
411 readl(mmio); /* flush */
412}
413
Mikael Pettersson724114a2007-03-11 21:20:43 +0100414static int pdc_pata_cable_detect(struct ata_port *ap)
Jeff Garzikd3fb4e82006-05-24 01:43:25 -0400415{
416 u8 tmp;
Jeff Garzik59f99882007-05-28 07:07:20 -0400417 void __iomem *mmio = ap->ioaddr.cmd_addr + PDC_CTLSTAT + 0x03;
Jeff Garzikd3fb4e82006-05-24 01:43:25 -0400418
Mikael Pettersson724114a2007-03-11 21:20:43 +0100419 tmp = readb(mmio);
420 if (tmp & 0x01)
421 return ATA_CBL_PATA40;
422 return ATA_CBL_PATA80;
423}
424
425static int pdc_sata_cable_detect(struct ata_port *ap)
426{
Alan Coxe2a97522007-03-08 23:06:47 +0000427 return ATA_CBL_SATA;
Jeff Garzikd3fb4e82006-05-24 01:43:25 -0400428}
429
Tejun Heoda3dbb12007-07-16 14:29:40 +0900430static int pdc_sata_scr_read(struct ata_port *ap, unsigned int sc_reg, u32 *val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431{
Mikael Pettersson724114a2007-03-11 21:20:43 +0100432 if (sc_reg > SCR_CONTROL)
Tejun Heoda3dbb12007-07-16 14:29:40 +0900433 return -EINVAL;
434 *val = readl(ap->ioaddr.scr_addr + (sc_reg * 4));
435 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436}
437
Tejun Heoda3dbb12007-07-16 14:29:40 +0900438static int pdc_sata_scr_write(struct ata_port *ap, unsigned int sc_reg, u32 val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439{
Mikael Pettersson724114a2007-03-11 21:20:43 +0100440 if (sc_reg > SCR_CONTROL)
Tejun Heoda3dbb12007-07-16 14:29:40 +0900441 return -EINVAL;
Tejun Heo0d5ff562007-02-01 15:06:36 +0900442 writel(val, ap->ioaddr.scr_addr + (sc_reg * 4));
Tejun Heoda3dbb12007-07-16 14:29:40 +0900443 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444}
445
Mikael Petterssonfba6edb2007-01-13 21:32:30 +0100446static void pdc_atapi_pkt(struct ata_queued_cmd *qc)
Mikael Pettersson95006182007-01-09 10:51:46 +0100447{
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100448 struct ata_port *ap = qc->ap;
449 dma_addr_t sg_table = ap->prd_dma;
450 unsigned int cdb_len = qc->dev->cdb_len;
451 u8 *cdb = qc->cdb;
452 struct pdc_port_priv *pp = ap->private_data;
453 u8 *buf = pp->pkt;
Mikael Pettersson95006182007-01-09 10:51:46 +0100454 u32 *buf32 = (u32 *) buf;
Tejun Heo46a67142007-12-04 13:33:30 +0900455 unsigned int dev_sel, feature;
Mikael Pettersson95006182007-01-09 10:51:46 +0100456
457 /* set control bits (byte 0), zero delay seq id (byte 3),
458 * and seq id (byte 2)
459 */
Mikael Petterssonfba6edb2007-01-13 21:32:30 +0100460 switch (qc->tf.protocol) {
Tejun Heo0dc36882007-12-18 16:34:43 -0500461 case ATAPI_PROT_DMA:
Mikael Petterssonfba6edb2007-01-13 21:32:30 +0100462 if (!(qc->tf.flags & ATA_TFLAG_WRITE))
463 buf32[0] = cpu_to_le32(PDC_PKT_READ);
464 else
465 buf32[0] = 0;
466 break;
Tejun Heo0dc36882007-12-18 16:34:43 -0500467 case ATAPI_PROT_NODATA:
Mikael Petterssonfba6edb2007-01-13 21:32:30 +0100468 buf32[0] = cpu_to_le32(PDC_PKT_NODATA);
469 break;
470 default:
471 BUG();
472 break;
473 }
Mikael Pettersson95006182007-01-09 10:51:46 +0100474 buf32[1] = cpu_to_le32(sg_table); /* S/G table addr */
475 buf32[2] = 0; /* no next-packet */
476
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100477 /* select drive */
Tejun Heo46a67142007-12-04 13:33:30 +0900478 if (sata_scr_valid(&ap->link))
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100479 dev_sel = PDC_DEVICE_SATA;
Tejun Heo46a67142007-12-04 13:33:30 +0900480 else
481 dev_sel = qc->tf.device;
482
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100483 buf[12] = (1 << 5) | ATA_REG_DEVICE;
484 buf[13] = dev_sel;
485 buf[14] = (1 << 5) | ATA_REG_DEVICE | PDC_PKT_CLEAR_BSY;
486 buf[15] = dev_sel; /* once more, waiting for BSY to clear */
487
488 buf[16] = (1 << 5) | ATA_REG_NSECT;
Tejun Heo46a67142007-12-04 13:33:30 +0900489 buf[17] = qc->tf.nsect;
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100490 buf[18] = (1 << 5) | ATA_REG_LBAL;
Tejun Heo46a67142007-12-04 13:33:30 +0900491 buf[19] = qc->tf.lbal;
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100492
493 /* set feature and byte counter registers */
Tejun Heo0dc36882007-12-18 16:34:43 -0500494 if (qc->tf.protocol != ATAPI_PROT_DMA)
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100495 feature = PDC_FEATURE_ATAPI_PIO;
Tejun Heo46a67142007-12-04 13:33:30 +0900496 else
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100497 feature = PDC_FEATURE_ATAPI_DMA;
Tejun Heo46a67142007-12-04 13:33:30 +0900498
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100499 buf[20] = (1 << 5) | ATA_REG_FEATURE;
500 buf[21] = feature;
501 buf[22] = (1 << 5) | ATA_REG_BYTEL;
Tejun Heo46a67142007-12-04 13:33:30 +0900502 buf[23] = qc->tf.lbam;
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100503 buf[24] = (1 << 5) | ATA_REG_BYTEH;
Tejun Heo46a67142007-12-04 13:33:30 +0900504 buf[25] = qc->tf.lbah;
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100505
506 /* send ATAPI packet command 0xA0 */
507 buf[26] = (1 << 5) | ATA_REG_CMD;
Tejun Heo46a67142007-12-04 13:33:30 +0900508 buf[27] = qc->tf.command;
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100509
510 /* select drive and check DRQ */
511 buf[28] = (1 << 5) | ATA_REG_DEVICE | PDC_PKT_WAIT_DRDY;
512 buf[29] = dev_sel;
513
Mikael Pettersson95006182007-01-09 10:51:46 +0100514 /* we can represent cdb lengths 2/4/6/8/10/12/14/16 */
515 BUG_ON(cdb_len & ~0x1E);
516
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100517 /* append the CDB as the final part */
518 buf[30] = (((cdb_len >> 1) & 7) << 5) | ATA_REG_DATA | PDC_LAST_REG;
519 memcpy(buf+31, cdb, cdb_len);
Mikael Pettersson95006182007-01-09 10:51:46 +0100520}
521
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100522/**
523 * pdc_fill_sg - Fill PCI IDE PRD table
524 * @qc: Metadata associated with taskfile to be transferred
525 *
526 * Fill PCI IDE PRD (scatter-gather) table with segments
527 * associated with the current disk command.
528 * Make sure hardware does not choke on it.
529 *
530 * LOCKING:
531 * spin_lock_irqsave(host lock)
532 *
533 */
534static void pdc_fill_sg(struct ata_queued_cmd *qc)
535{
536 struct ata_port *ap = qc->ap;
537 struct scatterlist *sg;
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100538 const u32 SG_COUNT_ASIC_BUG = 41*4;
Tejun Heoff2aeb12007-12-05 16:43:11 +0900539 unsigned int si, idx;
540 u32 len;
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100541
542 if (!(qc->flags & ATA_QCFLAG_DMAMAP))
543 return;
544
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100545 idx = 0;
Tejun Heoff2aeb12007-12-05 16:43:11 +0900546 for_each_sg(qc->sg, sg, qc->n_elem, si) {
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100547 u32 addr, offset;
Harvey Harrison6903c0f2008-02-13 21:14:08 -0800548 u32 sg_len;
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100549
550 /* determine if physical DMA addr spans 64K boundary.
551 * Note h/w doesn't support 64-bit, so we unconditionally
552 * truncate dma_addr_t to u32.
553 */
554 addr = (u32) sg_dma_address(sg);
555 sg_len = sg_dma_len(sg);
556
557 while (sg_len) {
558 offset = addr & 0xffff;
559 len = sg_len;
560 if ((offset + sg_len) > 0x10000)
561 len = 0x10000 - offset;
562
563 ap->prd[idx].addr = cpu_to_le32(addr);
564 ap->prd[idx].flags_len = cpu_to_le32(len & 0xffff);
565 VPRINTK("PRD[%u] = (0x%X, 0x%X)\n", idx, addr, len);
566
567 idx++;
568 sg_len -= len;
569 addr += len;
570 }
571 }
572
Tejun Heoff2aeb12007-12-05 16:43:11 +0900573 len = le32_to_cpu(ap->prd[idx - 1].flags_len);
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100574
Tejun Heoff2aeb12007-12-05 16:43:11 +0900575 if (len > SG_COUNT_ASIC_BUG) {
576 u32 addr;
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100577
Tejun Heoff2aeb12007-12-05 16:43:11 +0900578 VPRINTK("Splitting last PRD.\n");
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100579
Tejun Heoff2aeb12007-12-05 16:43:11 +0900580 addr = le32_to_cpu(ap->prd[idx - 1].addr);
581 ap->prd[idx - 1].flags_len = cpu_to_le32(len - SG_COUNT_ASIC_BUG);
582 VPRINTK("PRD[%u] = (0x%X, 0x%X)\n", idx - 1, addr, SG_COUNT_ASIC_BUG);
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100583
Tejun Heoff2aeb12007-12-05 16:43:11 +0900584 addr = addr + len - SG_COUNT_ASIC_BUG;
585 len = SG_COUNT_ASIC_BUG;
586 ap->prd[idx].addr = cpu_to_le32(addr);
587 ap->prd[idx].flags_len = cpu_to_le32(len);
588 VPRINTK("PRD[%u] = (0x%X, 0x%X)\n", idx, addr, len);
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100589
Tejun Heoff2aeb12007-12-05 16:43:11 +0900590 idx++;
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100591 }
Tejun Heoff2aeb12007-12-05 16:43:11 +0900592
593 ap->prd[idx - 1].flags_len |= cpu_to_le32(ATA_PRD_EOT);
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100594}
595
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596static void pdc_qc_prep(struct ata_queued_cmd *qc)
597{
598 struct pdc_port_priv *pp = qc->ap->private_data;
599 unsigned int i;
600
601 VPRINTK("ENTER\n");
602
603 switch (qc->tf.protocol) {
604 case ATA_PROT_DMA:
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100605 pdc_fill_sg(qc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606 /* fall through */
607
608 case ATA_PROT_NODATA:
609 i = pdc_pkt_header(&qc->tf, qc->ap->prd_dma,
610 qc->dev->devno, pp->pkt);
611
612 if (qc->tf.flags & ATA_TFLAG_LBA48)
613 i = pdc_prep_lba48(&qc->tf, pp->pkt, i);
614 else
615 i = pdc_prep_lba28(&qc->tf, pp->pkt, i);
616
617 pdc_pkt_footer(&qc->tf, pp->pkt, i);
618 break;
619
Tejun Heo0dc36882007-12-18 16:34:43 -0500620 case ATAPI_PROT_PIO:
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100621 pdc_fill_sg(qc);
Mikael Pettersson95006182007-01-09 10:51:46 +0100622 break;
623
Tejun Heo0dc36882007-12-18 16:34:43 -0500624 case ATAPI_PROT_DMA:
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100625 pdc_fill_sg(qc);
Mikael Petterssonfba6edb2007-01-13 21:32:30 +0100626 /*FALLTHROUGH*/
Tejun Heo0dc36882007-12-18 16:34:43 -0500627 case ATAPI_PROT_NODATA:
Mikael Petterssonfba6edb2007-01-13 21:32:30 +0100628 pdc_atapi_pkt(qc);
Mikael Pettersson95006182007-01-09 10:51:46 +0100629 break;
630
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631 default:
632 break;
633 }
634}
635
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100636static int pdc_is_sataii_tx4(unsigned long flags)
637{
638 const unsigned long mask = PDC_FLAG_GEN_II | PDC_FLAG_4_PORTS;
639 return (flags & mask) == mask;
640}
641
642static unsigned int pdc_port_no_to_ata_no(unsigned int port_no,
643 int is_sataii_tx4)
644{
645 static const unsigned char sataii_tx4_port_remap[4] = { 3, 1, 0, 2};
646 return is_sataii_tx4 ? sataii_tx4_port_remap[port_no] : port_no;
647}
648
649static unsigned int pdc_sata_nr_ports(const struct ata_port *ap)
650{
651 return (ap->flags & PDC_FLAG_4_PORTS) ? 4 : 2;
652}
653
654static unsigned int pdc_sata_ata_port_to_ata_no(const struct ata_port *ap)
655{
656 const struct ata_host *host = ap->host;
657 unsigned int nr_ports = pdc_sata_nr_ports(ap);
658 unsigned int i;
659
660 for(i = 0; i < nr_ports && host->ports[i] != ap; ++i)
661 ;
662 BUG_ON(i >= nr_ports);
663 return pdc_port_no_to_ata_no(i, pdc_is_sataii_tx4(ap->flags));
664}
665
666static unsigned int pdc_sata_hotplug_offset(const struct ata_port *ap)
667{
668 return (ap->flags & PDC_FLAG_GEN_II) ? PDC2_SATA_PLUG_CSR : PDC_SATA_PLUG_CSR;
669}
670
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100671static void pdc_freeze(struct ata_port *ap)
672{
Jeff Garzik59f99882007-05-28 07:07:20 -0400673 void __iomem *mmio = ap->ioaddr.cmd_addr;
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100674 u32 tmp;
675
676 tmp = readl(mmio + PDC_CTLSTAT);
677 tmp |= PDC_IRQ_DISABLE;
678 tmp &= ~PDC_DMA_ENABLE;
679 writel(tmp, mmio + PDC_CTLSTAT);
680 readl(mmio + PDC_CTLSTAT); /* flush */
681}
682
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100683static void pdc_sata_freeze(struct ata_port *ap)
684{
685 struct ata_host *host = ap->host;
686 void __iomem *host_mmio = host->iomap[PDC_MMIO_BAR];
687 unsigned int hotplug_offset = pdc_sata_hotplug_offset(ap);
688 unsigned int ata_no = pdc_sata_ata_port_to_ata_no(ap);
689 u32 hotplug_status;
690
691 /* Disable hotplug events on this port.
692 *
693 * Locking:
694 * 1) hotplug register accesses must be serialised via host->lock
695 * 2) ap->lock == &ap->host->lock
696 * 3) ->freeze() and ->thaw() are called with ap->lock held
697 */
698 hotplug_status = readl(host_mmio + hotplug_offset);
699 hotplug_status |= 0x11 << (ata_no + 16);
700 writel(hotplug_status, host_mmio + hotplug_offset);
701 readl(host_mmio + hotplug_offset); /* flush */
702
703 pdc_freeze(ap);
704}
705
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100706static void pdc_thaw(struct ata_port *ap)
707{
Jeff Garzik59f99882007-05-28 07:07:20 -0400708 void __iomem *mmio = ap->ioaddr.cmd_addr;
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100709 u32 tmp;
710
711 /* clear IRQ */
712 readl(mmio + PDC_INT_SEQMASK);
713
714 /* turn IRQ back on */
715 tmp = readl(mmio + PDC_CTLSTAT);
716 tmp &= ~PDC_IRQ_DISABLE;
717 writel(tmp, mmio + PDC_CTLSTAT);
718 readl(mmio + PDC_CTLSTAT); /* flush */
719}
720
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100721static void pdc_sata_thaw(struct ata_port *ap)
722{
723 struct ata_host *host = ap->host;
724 void __iomem *host_mmio = host->iomap[PDC_MMIO_BAR];
725 unsigned int hotplug_offset = pdc_sata_hotplug_offset(ap);
726 unsigned int ata_no = pdc_sata_ata_port_to_ata_no(ap);
727 u32 hotplug_status;
728
729 pdc_thaw(ap);
730
731 /* Enable hotplug events on this port.
732 * Locking: see pdc_sata_freeze().
733 */
734 hotplug_status = readl(host_mmio + hotplug_offset);
735 hotplug_status |= 0x11 << ata_no;
736 hotplug_status &= ~(0x11 << (ata_no + 16));
737 writel(hotplug_status, host_mmio + hotplug_offset);
738 readl(host_mmio + hotplug_offset); /* flush */
739}
740
Mikael Pettersson724114a2007-03-11 21:20:43 +0100741static void pdc_common_error_handler(struct ata_port *ap, ata_reset_fn_t hardreset)
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100742{
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100743 if (!(ap->pflags & ATA_PFLAG_FROZEN))
744 pdc_reset_port(ap);
745
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100746 /* perform recovery */
Alan Coxe2a97522007-03-08 23:06:47 +0000747 ata_do_eh(ap, ata_std_prereset, ata_std_softreset, hardreset,
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100748 ata_std_postreset);
749}
750
Mikael Pettersson724114a2007-03-11 21:20:43 +0100751static void pdc_pata_error_handler(struct ata_port *ap)
752{
753 pdc_common_error_handler(ap, NULL);
754}
755
756static void pdc_sata_error_handler(struct ata_port *ap)
757{
758 pdc_common_error_handler(ap, sata_std_hardreset);
759}
760
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100761static void pdc_post_internal_cmd(struct ata_queued_cmd *qc)
762{
763 struct ata_port *ap = qc->ap;
764
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100765 /* make DMA engine forget about the failed command */
Tejun Heoa51d6442007-03-20 15:24:11 +0900766 if (qc->flags & ATA_QCFLAG_FAILED)
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100767 pdc_reset_port(ap);
768}
769
Mikael Pettersson176efb02007-03-14 09:51:35 +0100770static void pdc_error_intr(struct ata_port *ap, struct ata_queued_cmd *qc,
771 u32 port_status, u32 err_mask)
772{
Tejun Heo9af5c9c2007-08-06 18:36:22 +0900773 struct ata_eh_info *ehi = &ap->link.eh_info;
Mikael Pettersson176efb02007-03-14 09:51:35 +0100774 unsigned int ac_err_mask = 0;
775
776 ata_ehi_clear_desc(ehi);
777 ata_ehi_push_desc(ehi, "port_status 0x%08x", port_status);
778 port_status &= err_mask;
779
780 if (port_status & PDC_DRIVE_ERR)
781 ac_err_mask |= AC_ERR_DEV;
782 if (port_status & (PDC_OVERRUN_ERR | PDC_UNDERRUN_ERR))
783 ac_err_mask |= AC_ERR_HSM;
784 if (port_status & (PDC2_ATA_HBA_ERR | PDC2_ATA_DMA_CNT_ERR))
785 ac_err_mask |= AC_ERR_ATA_BUS;
786 if (port_status & (PDC_PH_ERR | PDC_SH_ERR | PDC_DH_ERR | PDC2_HTO_ERR
787 | PDC_PCI_SYS_ERR | PDC1_PCI_PARITY_ERR))
788 ac_err_mask |= AC_ERR_HOST_BUS;
789
Tejun Heo936fd732007-08-06 18:36:23 +0900790 if (sata_scr_valid(&ap->link)) {
Tejun Heoda3dbb12007-07-16 14:29:40 +0900791 u32 serror;
792
793 pdc_sata_scr_read(ap, SCR_ERROR, &serror);
794 ehi->serror |= serror;
795 }
Mikael Petterssonce2d3ab2007-04-07 14:29:51 +0200796
Mikael Pettersson176efb02007-03-14 09:51:35 +0100797 qc->err_mask |= ac_err_mask;
Mikael Petterssonce2d3ab2007-04-07 14:29:51 +0200798
799 pdc_reset_port(ap);
Mikael Pettersson8ffcfd92007-05-06 22:12:31 +0200800
801 ata_port_abort(ap);
Mikael Pettersson176efb02007-03-14 09:51:35 +0100802}
803
Mikael Petterssond0e58032007-06-19 21:53:30 +0200804static inline unsigned int pdc_host_intr(struct ata_port *ap,
805 struct ata_queued_cmd *qc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806{
Albert Leea22e2eb2005-12-05 15:38:02 +0800807 unsigned int handled = 0;
Mikael Pettersson176efb02007-03-14 09:51:35 +0100808 void __iomem *port_mmio = ap->ioaddr.cmd_addr;
Mikael Pettersson176efb02007-03-14 09:51:35 +0100809 u32 port_status, err_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810
Mikael Pettersson176efb02007-03-14 09:51:35 +0100811 err_mask = PDC_ERR_MASK;
Tejun Heoeca25dc2007-04-17 23:44:07 +0900812 if (ap->flags & PDC_FLAG_GEN_II)
Mikael Pettersson176efb02007-03-14 09:51:35 +0100813 err_mask &= ~PDC1_ERR_MASK;
814 else
815 err_mask &= ~PDC2_ERR_MASK;
816 port_status = readl(port_mmio + PDC_GLOBAL_CTL);
817 if (unlikely(port_status & err_mask)) {
818 pdc_error_intr(ap, qc, port_status, err_mask);
819 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820 }
821
822 switch (qc->tf.protocol) {
823 case ATA_PROT_DMA:
824 case ATA_PROT_NODATA:
Tejun Heo0dc36882007-12-18 16:34:43 -0500825 case ATAPI_PROT_DMA:
826 case ATAPI_PROT_NODATA:
Albert Leea22e2eb2005-12-05 15:38:02 +0800827 qc->err_mask |= ac_err_mask(ata_wait_idle(ap));
828 ata_qc_complete(qc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829 handled = 1;
830 break;
831
Mikael Petterssond0e58032007-06-19 21:53:30 +0200832 default:
Albert Leeee500aa2005-09-27 17:34:38 +0800833 ap->stats.idle_irq++;
834 break;
Mikael Petterssond0e58032007-06-19 21:53:30 +0200835 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836
Albert Leeee500aa2005-09-27 17:34:38 +0800837 return handled;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838}
839
840static void pdc_irq_clear(struct ata_port *ap)
841{
Jeff Garzikcca39742006-08-24 03:19:22 -0400842 struct ata_host *host = ap->host;
Tejun Heo0d5ff562007-02-01 15:06:36 +0900843 void __iomem *mmio = host->iomap[PDC_MMIO_BAR];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844
845 readl(mmio + PDC_INT_SEQMASK);
846}
847
Jeff Garzik5796d1c2007-10-26 00:03:37 -0400848static irqreturn_t pdc_interrupt(int irq, void *dev_instance)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849{
Jeff Garzikcca39742006-08-24 03:19:22 -0400850 struct ata_host *host = dev_instance;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851 struct ata_port *ap;
852 u32 mask = 0;
853 unsigned int i, tmp;
854 unsigned int handled = 0;
Jeff Garzikea6ba102005-08-30 05:18:18 -0400855 void __iomem *mmio_base;
Mikael Petterssona77720a2007-07-03 01:09:05 +0200856 unsigned int hotplug_offset, ata_no;
857 u32 hotplug_status;
858 int is_sataii_tx4;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859
860 VPRINTK("ENTER\n");
861
Tejun Heo0d5ff562007-02-01 15:06:36 +0900862 if (!host || !host->iomap[PDC_MMIO_BAR]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863 VPRINTK("QUICK EXIT\n");
864 return IRQ_NONE;
865 }
866
Tejun Heo0d5ff562007-02-01 15:06:36 +0900867 mmio_base = host->iomap[PDC_MMIO_BAR];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100869 spin_lock(&host->lock);
870
Mikael Petterssona77720a2007-07-03 01:09:05 +0200871 /* read and clear hotplug flags for all ports */
872 if (host->ports[0]->flags & PDC_FLAG_GEN_II)
873 hotplug_offset = PDC2_SATA_PLUG_CSR;
874 else
875 hotplug_offset = PDC_SATA_PLUG_CSR;
876 hotplug_status = readl(mmio_base + hotplug_offset);
877 if (hotplug_status & 0xff)
878 writel(hotplug_status | 0xff, mmio_base + hotplug_offset);
879 hotplug_status &= 0xff; /* clear uninteresting bits */
880
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881 /* reading should also clear interrupts */
882 mask = readl(mmio_base + PDC_INT_SEQMASK);
883
Mikael Petterssona77720a2007-07-03 01:09:05 +0200884 if (mask == 0xffffffff && hotplug_status == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885 VPRINTK("QUICK EXIT 2\n");
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100886 goto done_irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887 }
Luke Kosewski6340f012006-01-28 12:39:29 -0500888
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889 mask &= 0xffff; /* only 16 tags possible */
Mikael Petterssona77720a2007-07-03 01:09:05 +0200890 if (mask == 0 && hotplug_status == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891 VPRINTK("QUICK EXIT 3\n");
Luke Kosewski6340f012006-01-28 12:39:29 -0500892 goto done_irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893 }
894
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895 writel(mask, mmio_base + PDC_INT_SEQMASK);
896
Mikael Petterssona77720a2007-07-03 01:09:05 +0200897 is_sataii_tx4 = pdc_is_sataii_tx4(host->ports[0]->flags);
898
Jeff Garzikcca39742006-08-24 03:19:22 -0400899 for (i = 0; i < host->n_ports; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900 VPRINTK("port %u\n", i);
Jeff Garzikcca39742006-08-24 03:19:22 -0400901 ap = host->ports[i];
Mikael Petterssona77720a2007-07-03 01:09:05 +0200902
903 /* check for a plug or unplug event */
904 ata_no = pdc_port_no_to_ata_no(i, is_sataii_tx4);
905 tmp = hotplug_status & (0x11 << ata_no);
906 if (tmp && ap &&
907 !(ap->flags & ATA_FLAG_DISABLED)) {
Tejun Heo9af5c9c2007-08-06 18:36:22 +0900908 struct ata_eh_info *ehi = &ap->link.eh_info;
Mikael Petterssona77720a2007-07-03 01:09:05 +0200909 ata_ehi_clear_desc(ehi);
910 ata_ehi_hotplugged(ehi);
911 ata_ehi_push_desc(ehi, "hotplug_status %#x", tmp);
912 ata_port_freeze(ap);
913 ++handled;
914 continue;
915 }
916
917 /* check for a packet interrupt */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918 tmp = mask & (1 << (i + 1));
Tejun Heoc1389502005-08-22 14:59:24 +0900919 if (tmp && ap &&
Jeff Garzik029f5462006-04-02 10:30:40 -0400920 !(ap->flags & ATA_FLAG_DISABLED)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921 struct ata_queued_cmd *qc;
922
Tejun Heo9af5c9c2007-08-06 18:36:22 +0900923 qc = ata_qc_from_tag(ap, ap->link.active_tag);
Albert Leee50362e2005-09-27 17:39:50 +0800924 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925 handled += pdc_host_intr(ap, qc);
926 }
927 }
928
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929 VPRINTK("EXIT\n");
930
Luke Kosewski6340f012006-01-28 12:39:29 -0500931done_irq:
Jeff Garzikcca39742006-08-24 03:19:22 -0400932 spin_unlock(&host->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933 return IRQ_RETVAL(handled);
934}
935
936static inline void pdc_packet_start(struct ata_queued_cmd *qc)
937{
938 struct ata_port *ap = qc->ap;
939 struct pdc_port_priv *pp = ap->private_data;
Tejun Heo0d5ff562007-02-01 15:06:36 +0900940 void __iomem *mmio = ap->host->iomap[PDC_MMIO_BAR];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941 unsigned int port_no = ap->port_no;
942 u8 seq = (u8) (port_no + 1);
943
944 VPRINTK("ENTER, ap %p\n", ap);
945
Tejun Heo0d5ff562007-02-01 15:06:36 +0900946 writel(0x00000001, mmio + (seq * 4));
947 readl(mmio + (seq * 4)); /* flush */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700948
949 pp->pkt[2] = seq;
950 wmb(); /* flush PRD, pkt writes */
Tejun Heo0d5ff562007-02-01 15:06:36 +0900951 writel(pp->pkt_dma, ap->ioaddr.cmd_addr + PDC_PKT_SUBMIT);
952 readl(ap->ioaddr.cmd_addr + PDC_PKT_SUBMIT); /* flush */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953}
954
Tejun Heo9a3d9eb2006-01-23 13:09:36 +0900955static unsigned int pdc_qc_issue_prot(struct ata_queued_cmd *qc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956{
957 switch (qc->tf.protocol) {
Tejun Heo0dc36882007-12-18 16:34:43 -0500958 case ATAPI_PROT_NODATA:
Mikael Petterssonfba6edb2007-01-13 21:32:30 +0100959 if (qc->dev->flags & ATA_DFLAG_CDB_INTR)
960 break;
961 /*FALLTHROUGH*/
Tejun Heo51b94d22007-06-08 13:46:55 -0700962 case ATA_PROT_NODATA:
963 if (qc->tf.flags & ATA_TFLAG_POLLING)
964 break;
965 /*FALLTHROUGH*/
Tejun Heo0dc36882007-12-18 16:34:43 -0500966 case ATAPI_PROT_DMA:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967 case ATA_PROT_DMA:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968 pdc_packet_start(qc);
969 return 0;
970
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971 default:
972 break;
973 }
974
975 return ata_qc_issue_prot(qc);
976}
977
Jeff Garzik057ace52005-10-22 14:27:05 -0400978static void pdc_tf_load_mmio(struct ata_port *ap, const struct ata_taskfile *tf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979{
Tejun Heo0dc36882007-12-18 16:34:43 -0500980 WARN_ON(tf->protocol == ATA_PROT_DMA || tf->protocol == ATAPI_PROT_DMA);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981 ata_tf_load(ap, tf);
982}
983
Jeff Garzik5796d1c2007-10-26 00:03:37 -0400984static void pdc_exec_command_mmio(struct ata_port *ap,
985 const struct ata_taskfile *tf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986{
Tejun Heo0dc36882007-12-18 16:34:43 -0500987 WARN_ON(tf->protocol == ATA_PROT_DMA || tf->protocol == ATAPI_PROT_DMA);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988 ata_exec_command(ap, tf);
989}
990
Mikael Pettersson95006182007-01-09 10:51:46 +0100991static int pdc_check_atapi_dma(struct ata_queued_cmd *qc)
992{
993 u8 *scsicmd = qc->scsicmd->cmnd;
994 int pio = 1; /* atapi dma off by default */
995
996 /* Whitelist commands that may use DMA. */
997 switch (scsicmd[0]) {
998 case WRITE_12:
999 case WRITE_10:
1000 case WRITE_6:
1001 case READ_12:
1002 case READ_10:
1003 case READ_6:
1004 case 0xad: /* READ_DVD_STRUCTURE */
1005 case 0xbe: /* READ_CD */
1006 pio = 0;
1007 }
1008 /* -45150 (FFFF4FA2) to -1 (FFFFFFFF) shall use PIO mode */
1009 if (scsicmd[0] == WRITE_10) {
Jeff Garzik5796d1c2007-10-26 00:03:37 -04001010 unsigned int lba =
1011 (scsicmd[2] << 24) |
1012 (scsicmd[3] << 16) |
1013 (scsicmd[4] << 8) |
1014 scsicmd[5];
Mikael Pettersson95006182007-01-09 10:51:46 +01001015 if (lba >= 0xFFFF4FA2)
1016 pio = 1;
1017 }
1018 return pio;
1019}
1020
Mikael Pettersson724114a2007-03-11 21:20:43 +01001021static int pdc_old_sata_check_atapi_dma(struct ata_queued_cmd *qc)
Mikael Pettersson95006182007-01-09 10:51:46 +01001022{
Mikael Pettersson95006182007-01-09 10:51:46 +01001023 /* First generation chips cannot use ATAPI DMA on SATA ports */
Mikael Pettersson724114a2007-03-11 21:20:43 +01001024 return 1;
Mikael Pettersson95006182007-01-09 10:51:46 +01001025}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026
Tejun Heoeca25dc2007-04-17 23:44:07 +09001027static void pdc_ata_setup_port(struct ata_port *ap,
1028 void __iomem *base, void __iomem *scr_addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029{
Tejun Heoeca25dc2007-04-17 23:44:07 +09001030 ap->ioaddr.cmd_addr = base;
1031 ap->ioaddr.data_addr = base;
1032 ap->ioaddr.feature_addr =
1033 ap->ioaddr.error_addr = base + 0x4;
1034 ap->ioaddr.nsect_addr = base + 0x8;
1035 ap->ioaddr.lbal_addr = base + 0xc;
1036 ap->ioaddr.lbam_addr = base + 0x10;
1037 ap->ioaddr.lbah_addr = base + 0x14;
1038 ap->ioaddr.device_addr = base + 0x18;
1039 ap->ioaddr.command_addr =
1040 ap->ioaddr.status_addr = base + 0x1c;
1041 ap->ioaddr.altstatus_addr =
1042 ap->ioaddr.ctl_addr = base + 0x38;
1043 ap->ioaddr.scr_addr = scr_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044}
1045
Tejun Heoeca25dc2007-04-17 23:44:07 +09001046static void pdc_host_init(struct ata_host *host)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047{
Tejun Heoeca25dc2007-04-17 23:44:07 +09001048 void __iomem *mmio = host->iomap[PDC_MMIO_BAR];
1049 int is_gen2 = host->ports[0]->flags & PDC_FLAG_GEN_II;
Mikael Petterssond324d4622006-12-06 09:55:43 +01001050 int hotplug_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051 u32 tmp;
1052
Tejun Heoeca25dc2007-04-17 23:44:07 +09001053 if (is_gen2)
Mikael Petterssond324d4622006-12-06 09:55:43 +01001054 hotplug_offset = PDC2_SATA_PLUG_CSR;
1055 else
1056 hotplug_offset = PDC_SATA_PLUG_CSR;
1057
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058 /*
1059 * Except for the hotplug stuff, this is voodoo from the
1060 * Promise driver. Label this entire section
1061 * "TODO: figure out why we do this"
1062 */
1063
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +01001064 /* enable BMR_BURST, maybe change FIFO_SHD to 8 dwords */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065 tmp = readl(mmio + PDC_FLASH_CTL);
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +01001066 tmp |= 0x02000; /* bit 13 (enable bmr burst) */
Tejun Heoeca25dc2007-04-17 23:44:07 +09001067 if (!is_gen2)
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +01001068 tmp |= 0x10000; /* bit 16 (fifo threshold at 8 dw) */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069 writel(tmp, mmio + PDC_FLASH_CTL);
1070
1071 /* clear plug/unplug flags for all ports */
Luke Kosewski6340f012006-01-28 12:39:29 -05001072 tmp = readl(mmio + hotplug_offset);
1073 writel(tmp | 0xff, mmio + hotplug_offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001074
Mikael Petterssona77720a2007-07-03 01:09:05 +02001075 /* unmask plug/unplug ints */
Luke Kosewski6340f012006-01-28 12:39:29 -05001076 tmp = readl(mmio + hotplug_offset);
Mikael Petterssona77720a2007-07-03 01:09:05 +02001077 writel(tmp & ~0xff0000, mmio + hotplug_offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001078
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +01001079 /* don't initialise TBG or SLEW on 2nd generation chips */
Tejun Heoeca25dc2007-04-17 23:44:07 +09001080 if (is_gen2)
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +01001081 return;
1082
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083 /* reduce TBG clock to 133 Mhz. */
1084 tmp = readl(mmio + PDC_TBG_MODE);
1085 tmp &= ~0x30000; /* clear bit 17, 16*/
1086 tmp |= 0x10000; /* set bit 17:16 = 0:1 */
1087 writel(tmp, mmio + PDC_TBG_MODE);
1088
1089 readl(mmio + PDC_TBG_MODE); /* flush */
1090 msleep(10);
1091
1092 /* adjust slew rate control register. */
1093 tmp = readl(mmio + PDC_SLEW_CTL);
1094 tmp &= 0xFFFFF03F; /* clear bit 11 ~ 6 */
1095 tmp |= 0x00000900; /* set bit 11-9 = 100b , bit 8-6 = 100 */
1096 writel(tmp, mmio + PDC_SLEW_CTL);
1097}
1098
Jeff Garzik5796d1c2007-10-26 00:03:37 -04001099static int pdc_ata_init_one(struct pci_dev *pdev,
1100 const struct pci_device_id *ent)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101{
1102 static int printed_version;
Tejun Heoeca25dc2007-04-17 23:44:07 +09001103 const struct ata_port_info *pi = &pdc_port_info[ent->driver_data];
1104 const struct ata_port_info *ppi[PDC_MAX_PORTS];
1105 struct ata_host *host;
Tejun Heo0d5ff562007-02-01 15:06:36 +09001106 void __iomem *base;
Tejun Heoeca25dc2007-04-17 23:44:07 +09001107 int n_ports, i, rc;
Mikael Pettersson5ac2fe52007-05-06 22:14:01 +02001108 int is_sataii_tx4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109
1110 if (!printed_version++)
Jeff Garzika9524a72005-10-30 14:39:11 -05001111 dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112
Tejun Heoeca25dc2007-04-17 23:44:07 +09001113 /* enable and acquire resources */
Tejun Heo24dc5f32007-01-20 16:00:28 +09001114 rc = pcim_enable_device(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115 if (rc)
1116 return rc;
1117
Tejun Heo0d5ff562007-02-01 15:06:36 +09001118 rc = pcim_iomap_regions(pdev, 1 << PDC_MMIO_BAR, DRV_NAME);
1119 if (rc == -EBUSY)
Tejun Heo24dc5f32007-01-20 16:00:28 +09001120 pcim_pin_device(pdev);
Tejun Heo0d5ff562007-02-01 15:06:36 +09001121 if (rc)
Tejun Heo24dc5f32007-01-20 16:00:28 +09001122 return rc;
Tejun Heoeca25dc2007-04-17 23:44:07 +09001123 base = pcim_iomap_table(pdev)[PDC_MMIO_BAR];
1124
1125 /* determine port configuration and setup host */
1126 n_ports = 2;
1127 if (pi->flags & PDC_FLAG_4_PORTS)
1128 n_ports = 4;
1129 for (i = 0; i < n_ports; i++)
1130 ppi[i] = pi;
1131
1132 if (pi->flags & PDC_FLAG_SATA_PATA) {
1133 u8 tmp = readb(base + PDC_FLASH_CTL+1);
Mikael Petterssond0e58032007-06-19 21:53:30 +02001134 if (!(tmp & 0x80))
Tejun Heoeca25dc2007-04-17 23:44:07 +09001135 ppi[n_ports++] = pi + 1;
Tejun Heoeca25dc2007-04-17 23:44:07 +09001136 }
1137
1138 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
1139 if (!host) {
1140 dev_printk(KERN_ERR, &pdev->dev, "failed to allocate host\n");
1141 return -ENOMEM;
1142 }
1143 host->iomap = pcim_iomap_table(pdev);
1144
Mikael Petterssond0e58032007-06-19 21:53:30 +02001145 is_sataii_tx4 = pdc_is_sataii_tx4(pi->flags);
Mikael Pettersson5ac2fe52007-05-06 22:14:01 +02001146 for (i = 0; i < host->n_ports; i++) {
Tejun Heocbcdd872007-08-18 13:14:55 +09001147 struct ata_port *ap = host->ports[i];
Mikael Petterssond0e58032007-06-19 21:53:30 +02001148 unsigned int ata_no = pdc_port_no_to_ata_no(i, is_sataii_tx4);
Tejun Heocbcdd872007-08-18 13:14:55 +09001149 unsigned int port_offset = 0x200 + ata_no * 0x80;
1150 unsigned int scr_offset = 0x400 + ata_no * 0x100;
1151
1152 pdc_ata_setup_port(ap, base + port_offset, base + scr_offset);
1153
1154 ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio");
1155 ata_port_pbar_desc(ap, PDC_MMIO_BAR, port_offset, "port");
Mikael Pettersson5ac2fe52007-05-06 22:14:01 +02001156 }
Tejun Heoeca25dc2007-04-17 23:44:07 +09001157
1158 /* initialize adapter */
1159 pdc_host_init(host);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160
1161 rc = pci_set_dma_mask(pdev, ATA_DMA_MASK);
1162 if (rc)
Tejun Heo24dc5f32007-01-20 16:00:28 +09001163 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164 rc = pci_set_consistent_dma_mask(pdev, ATA_DMA_MASK);
1165 if (rc)
Tejun Heo24dc5f32007-01-20 16:00:28 +09001166 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167
Tejun Heoeca25dc2007-04-17 23:44:07 +09001168 /* start host, request IRQ and attach */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169 pci_set_master(pdev);
Tejun Heoeca25dc2007-04-17 23:44:07 +09001170 return ata_host_activate(host, pdev->irq, pdc_interrupt, IRQF_SHARED,
1171 &pdc_ata_sht);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172}
1173
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174static int __init pdc_ata_init(void)
1175{
Pavel Roskinb7887192006-08-10 18:13:18 +09001176 return pci_register_driver(&pdc_ata_pci_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177}
1178
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179static void __exit pdc_ata_exit(void)
1180{
1181 pci_unregister_driver(&pdc_ata_pci_driver);
1182}
1183
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184MODULE_AUTHOR("Jeff Garzik");
Tobias Lorenzf497ba72005-05-12 15:51:01 -04001185MODULE_DESCRIPTION("Promise ATA TX2/TX4/TX4000 low-level driver");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186MODULE_LICENSE("GPL");
1187MODULE_DEVICE_TABLE(pci, pdc_ata_pci_tbl);
1188MODULE_VERSION(DRV_VERSION);
1189
1190module_init(pdc_ata_init);
1191module_exit(pdc_ata_exit);