blob: e09b975c973df0a6370d188d4880616264d9398b [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 = {
Tejun Heo68d1d072008-03-25 12:22:49 +0900158 ATA_BASE_SHT(DRV_NAME),
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100159 .sg_tablesize = PDC_MAX_PRD,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160 .dma_boundary = ATA_DMA_BOUNDARY,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161};
162
Tejun Heo029cfd62008-03-25 12:22:49 +0900163static const struct ata_port_operations pdc_common_ops = {
164 .inherits = &ata_sff_port_ops,
Mikael Pettersson95006182007-01-09 10:51:46 +0100165
Tejun Heo029cfd62008-03-25 12:22:49 +0900166 .tf_load = pdc_tf_load_mmio,
167 .exec_command = pdc_exec_command_mmio,
168 .check_atapi_dma = pdc_check_atapi_dma,
Mikael Pettersson95006182007-01-09 10:51:46 +0100169 .qc_prep = pdc_qc_prep,
170 .qc_issue = pdc_qc_issue_prot,
Tejun Heo029cfd62008-03-25 12:22:49 +0900171 .irq_clear = pdc_irq_clear,
172
173 .post_internal_cmd = pdc_post_internal_cmd,
174};
175
176static struct ata_port_operations pdc_sata_ops = {
177 .inherits = &pdc_common_ops,
178 .cable_detect = pdc_sata_cable_detect,
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100179 .freeze = pdc_sata_freeze,
180 .thaw = pdc_sata_thaw,
Mikael Pettersson724114a2007-03-11 21:20:43 +0100181 .error_handler = pdc_sata_error_handler,
Mikael Pettersson95006182007-01-09 10:51:46 +0100182 .scr_read = pdc_sata_scr_read,
183 .scr_write = pdc_sata_scr_write,
Tejun Heoeca25dc2007-04-17 23:44:07 +0900184 .port_start = pdc_sata_port_start,
Mikael Pettersson95006182007-01-09 10:51:46 +0100185};
186
187/* First-generation chips need a more restrictive ->check_atapi_dma op */
Tejun Heo029cfd62008-03-25 12:22:49 +0900188static struct ata_port_operations pdc_old_sata_ops = {
189 .inherits = &pdc_sata_ops,
Mikael Pettersson724114a2007-03-11 21:20:43 +0100190 .check_atapi_dma = pdc_old_sata_check_atapi_dma,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191};
192
Tejun Heo029cfd62008-03-25 12:22:49 +0900193static struct ata_port_operations pdc_pata_ops = {
194 .inherits = &pdc_common_ops,
195 .cable_detect = pdc_pata_cable_detect,
Mikael Pettersson53873732007-02-11 23:19:53 +0100196 .freeze = pdc_freeze,
197 .thaw = pdc_thaw,
Mikael Pettersson724114a2007-03-11 21:20:43 +0100198 .error_handler = pdc_pata_error_handler,
Tejun Heoeca25dc2007-04-17 23:44:07 +0900199 .port_start = pdc_common_port_start,
Jeff Garzik2cba5822005-08-29 05:12:30 -0400200};
201
Arjan van de Ven98ac62d2005-11-28 10:06:23 +0100202static const struct ata_port_info pdc_port_info[] = {
Mikael Pettersson5595ddf2007-10-30 14:21:55 +0100203 [board_2037x] =
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204 {
Tejun Heoeca25dc2007-04-17 23:44:07 +0900205 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA |
206 PDC_FLAG_SATA_PATA,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207 .pio_mask = 0x1f, /* pio0-4 */
208 .mwdma_mask = 0x07, /* mwdma0-2 */
Jeff Garzik469248a2007-07-08 01:13:16 -0400209 .udma_mask = ATA_UDMA6,
Mikael Pettersson95006182007-01-09 10:51:46 +0100210 .port_ops = &pdc_old_sata_ops,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211 },
212
Mikael Pettersson5595ddf2007-10-30 14:21:55 +0100213 [board_2037x_pata] =
Tejun Heoeca25dc2007-04-17 23:44:07 +0900214 {
215 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SLAVE_POSS,
216 .pio_mask = 0x1f, /* pio0-4 */
217 .mwdma_mask = 0x07, /* mwdma0-2 */
Jeff Garzik469248a2007-07-08 01:13:16 -0400218 .udma_mask = ATA_UDMA6,
Tejun Heoeca25dc2007-04-17 23:44:07 +0900219 .port_ops = &pdc_pata_ops,
220 },
221
Mikael Pettersson5595ddf2007-10-30 14:21:55 +0100222 [board_20319] =
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223 {
Tejun Heoeca25dc2007-04-17 23:44:07 +0900224 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA |
225 PDC_FLAG_4_PORTS,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226 .pio_mask = 0x1f, /* pio0-4 */
227 .mwdma_mask = 0x07, /* mwdma0-2 */
Jeff Garzik469248a2007-07-08 01:13:16 -0400228 .udma_mask = ATA_UDMA6,
Mikael Pettersson95006182007-01-09 10:51:46 +0100229 .port_ops = &pdc_old_sata_ops,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230 },
Tobias Lorenzf497ba72005-05-12 15:51:01 -0400231
Mikael Pettersson5595ddf2007-10-30 14:21:55 +0100232 [board_20619] =
Tobias Lorenzf497ba72005-05-12 15:51:01 -0400233 {
Tejun Heoeca25dc2007-04-17 23:44:07 +0900234 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SLAVE_POSS |
235 PDC_FLAG_4_PORTS,
Tobias Lorenzf497ba72005-05-12 15:51:01 -0400236 .pio_mask = 0x1f, /* pio0-4 */
237 .mwdma_mask = 0x07, /* mwdma0-2 */
Jeff Garzik469248a2007-07-08 01:13:16 -0400238 .udma_mask = ATA_UDMA6,
Jeff Garzik2cba5822005-08-29 05:12:30 -0400239 .port_ops = &pdc_pata_ops,
Tobias Lorenzf497ba72005-05-12 15:51:01 -0400240 },
Yusuf Iskenderoglu5a46fe82006-01-17 08:06:21 -0500241
Mikael Pettersson5595ddf2007-10-30 14:21:55 +0100242 [board_2057x] =
Luke Kosewski6340f012006-01-28 12:39:29 -0500243 {
Tejun Heoeca25dc2007-04-17 23:44:07 +0900244 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA |
245 PDC_FLAG_GEN_II | PDC_FLAG_SATA_PATA,
Luke Kosewski6340f012006-01-28 12:39:29 -0500246 .pio_mask = 0x1f, /* pio0-4 */
247 .mwdma_mask = 0x07, /* mwdma0-2 */
Jeff Garzik469248a2007-07-08 01:13:16 -0400248 .udma_mask = ATA_UDMA6,
Luke Kosewski6340f012006-01-28 12:39:29 -0500249 .port_ops = &pdc_sata_ops,
250 },
251
Mikael Pettersson5595ddf2007-10-30 14:21:55 +0100252 [board_2057x_pata] =
Tejun Heoeca25dc2007-04-17 23:44:07 +0900253 {
Jeff Garzikbb312232007-05-24 23:35:59 -0400254 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SLAVE_POSS |
Tejun Heoeca25dc2007-04-17 23:44:07 +0900255 PDC_FLAG_GEN_II,
256 .pio_mask = 0x1f, /* pio0-4 */
257 .mwdma_mask = 0x07, /* mwdma0-2 */
Jeff Garzik469248a2007-07-08 01:13:16 -0400258 .udma_mask = ATA_UDMA6,
Tejun Heoeca25dc2007-04-17 23:44:07 +0900259 .port_ops = &pdc_pata_ops,
260 },
261
Mikael Pettersson5595ddf2007-10-30 14:21:55 +0100262 [board_40518] =
Luke Kosewski6340f012006-01-28 12:39:29 -0500263 {
Tejun Heoeca25dc2007-04-17 23:44:07 +0900264 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA |
265 PDC_FLAG_GEN_II | PDC_FLAG_4_PORTS,
Luke Kosewski6340f012006-01-28 12:39:29 -0500266 .pio_mask = 0x1f, /* pio0-4 */
267 .mwdma_mask = 0x07, /* mwdma0-2 */
Jeff Garzik469248a2007-07-08 01:13:16 -0400268 .udma_mask = ATA_UDMA6,
Luke Kosewski6340f012006-01-28 12:39:29 -0500269 .port_ops = &pdc_sata_ops,
270 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271};
272
Jeff Garzik3b7d6972005-11-10 11:04:11 -0500273static const struct pci_device_id pdc_ata_pci_tbl[] = {
Jeff Garzik54bb3a942006-09-27 22:20:11 -0400274 { PCI_VDEVICE(PROMISE, 0x3371), board_2037x },
Jeff Garzik54bb3a942006-09-27 22:20:11 -0400275 { PCI_VDEVICE(PROMISE, 0x3373), board_2037x },
276 { PCI_VDEVICE(PROMISE, 0x3375), board_2037x },
277 { PCI_VDEVICE(PROMISE, 0x3376), board_2037x },
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +0100278 { PCI_VDEVICE(PROMISE, 0x3570), board_2057x },
279 { PCI_VDEVICE(PROMISE, 0x3571), board_2057x },
Jeff Garzik54bb3a942006-09-27 22:20:11 -0400280 { PCI_VDEVICE(PROMISE, 0x3574), board_2057x },
Mikael Petterssond324d4622006-12-06 09:55:43 +0100281 { PCI_VDEVICE(PROMISE, 0x3577), board_2057x },
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +0100282 { PCI_VDEVICE(PROMISE, 0x3d73), board_2057x },
Jeff Garzik54bb3a942006-09-27 22:20:11 -0400283 { PCI_VDEVICE(PROMISE, 0x3d75), board_2057x },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284
Jeff Garzik54bb3a942006-09-27 22:20:11 -0400285 { PCI_VDEVICE(PROMISE, 0x3318), board_20319 },
286 { PCI_VDEVICE(PROMISE, 0x3319), board_20319 },
Mikael Pettersson7f9992a2007-08-29 10:25:37 +0200287 { PCI_VDEVICE(PROMISE, 0x3515), board_40518 },
288 { PCI_VDEVICE(PROMISE, 0x3519), board_40518 },
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +0100289 { PCI_VDEVICE(PROMISE, 0x3d17), board_40518 },
Jeff Garzik54bb3a942006-09-27 22:20:11 -0400290 { PCI_VDEVICE(PROMISE, 0x3d18), board_40518 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291
Jeff Garzik54bb3a942006-09-27 22:20:11 -0400292 { PCI_VDEVICE(PROMISE, 0x6629), board_20619 },
Tobias Lorenzf497ba72005-05-12 15:51:01 -0400293
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294 { } /* terminate list */
295};
296
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297static struct pci_driver pdc_ata_pci_driver = {
298 .name = DRV_NAME,
299 .id_table = pdc_ata_pci_tbl,
300 .probe = pdc_ata_init_one,
301 .remove = ata_pci_remove_one,
302};
303
Mikael Pettersson724114a2007-03-11 21:20:43 +0100304static int pdc_common_port_start(struct ata_port *ap)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305{
Jeff Garzikcca39742006-08-24 03:19:22 -0400306 struct device *dev = ap->host->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307 struct pdc_port_priv *pp;
308 int rc;
309
310 rc = ata_port_start(ap);
311 if (rc)
312 return rc;
313
Tejun Heo24dc5f32007-01-20 16:00:28 +0900314 pp = devm_kzalloc(dev, sizeof(*pp), GFP_KERNEL);
315 if (!pp)
316 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317
Tejun Heo24dc5f32007-01-20 16:00:28 +0900318 pp->pkt = dmam_alloc_coherent(dev, 128, &pp->pkt_dma, GFP_KERNEL);
319 if (!pp->pkt)
320 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321
322 ap->private_data = pp;
323
Mikael Pettersson724114a2007-03-11 21:20:43 +0100324 return 0;
325}
326
327static int pdc_sata_port_start(struct ata_port *ap)
328{
Mikael Pettersson724114a2007-03-11 21:20:43 +0100329 int rc;
330
331 rc = pdc_common_port_start(ap);
332 if (rc)
333 return rc;
334
Mikael Pettersson599b7202006-12-01 10:55:58 +0100335 /* fix up PHYMODE4 align timing */
Tejun Heoeca25dc2007-04-17 23:44:07 +0900336 if (ap->flags & PDC_FLAG_GEN_II) {
Jeff Garzik59f99882007-05-28 07:07:20 -0400337 void __iomem *mmio = ap->ioaddr.scr_addr;
Mikael Pettersson599b7202006-12-01 10:55:58 +0100338 unsigned int tmp;
339
340 tmp = readl(mmio + 0x014);
341 tmp = (tmp & ~3) | 1; /* set bits 1:0 = 0:1 */
342 writel(tmp, mmio + 0x014);
343 }
344
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346}
347
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348static void pdc_reset_port(struct ata_port *ap)
349{
Tejun Heo0d5ff562007-02-01 15:06:36 +0900350 void __iomem *mmio = ap->ioaddr.cmd_addr + PDC_CTLSTAT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351 unsigned int i;
352 u32 tmp;
353
354 for (i = 11; i > 0; i--) {
355 tmp = readl(mmio);
356 if (tmp & PDC_RESET)
357 break;
358
359 udelay(100);
360
361 tmp |= PDC_RESET;
362 writel(tmp, mmio);
363 }
364
365 tmp &= ~PDC_RESET;
366 writel(tmp, mmio);
367 readl(mmio); /* flush */
368}
369
Mikael Pettersson724114a2007-03-11 21:20:43 +0100370static int pdc_pata_cable_detect(struct ata_port *ap)
Jeff Garzikd3fb4e82006-05-24 01:43:25 -0400371{
372 u8 tmp;
Jeff Garzik59f99882007-05-28 07:07:20 -0400373 void __iomem *mmio = ap->ioaddr.cmd_addr + PDC_CTLSTAT + 0x03;
Jeff Garzikd3fb4e82006-05-24 01:43:25 -0400374
Mikael Pettersson724114a2007-03-11 21:20:43 +0100375 tmp = readb(mmio);
376 if (tmp & 0x01)
377 return ATA_CBL_PATA40;
378 return ATA_CBL_PATA80;
379}
380
381static int pdc_sata_cable_detect(struct ata_port *ap)
382{
Alan Coxe2a97522007-03-08 23:06:47 +0000383 return ATA_CBL_SATA;
Jeff Garzikd3fb4e82006-05-24 01:43:25 -0400384}
385
Tejun Heoda3dbb12007-07-16 14:29:40 +0900386static int pdc_sata_scr_read(struct ata_port *ap, unsigned int sc_reg, u32 *val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387{
Mikael Pettersson724114a2007-03-11 21:20:43 +0100388 if (sc_reg > SCR_CONTROL)
Tejun Heoda3dbb12007-07-16 14:29:40 +0900389 return -EINVAL;
390 *val = readl(ap->ioaddr.scr_addr + (sc_reg * 4));
391 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392}
393
Tejun Heoda3dbb12007-07-16 14:29:40 +0900394static int pdc_sata_scr_write(struct ata_port *ap, unsigned int sc_reg, u32 val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395{
Mikael Pettersson724114a2007-03-11 21:20:43 +0100396 if (sc_reg > SCR_CONTROL)
Tejun Heoda3dbb12007-07-16 14:29:40 +0900397 return -EINVAL;
Tejun Heo0d5ff562007-02-01 15:06:36 +0900398 writel(val, ap->ioaddr.scr_addr + (sc_reg * 4));
Tejun Heoda3dbb12007-07-16 14:29:40 +0900399 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400}
401
Mikael Petterssonfba6edb2007-01-13 21:32:30 +0100402static void pdc_atapi_pkt(struct ata_queued_cmd *qc)
Mikael Pettersson95006182007-01-09 10:51:46 +0100403{
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100404 struct ata_port *ap = qc->ap;
405 dma_addr_t sg_table = ap->prd_dma;
406 unsigned int cdb_len = qc->dev->cdb_len;
407 u8 *cdb = qc->cdb;
408 struct pdc_port_priv *pp = ap->private_data;
409 u8 *buf = pp->pkt;
Mikael Pettersson95006182007-01-09 10:51:46 +0100410 u32 *buf32 = (u32 *) buf;
Tejun Heo46a67142007-12-04 13:33:30 +0900411 unsigned int dev_sel, feature;
Mikael Pettersson95006182007-01-09 10:51:46 +0100412
413 /* set control bits (byte 0), zero delay seq id (byte 3),
414 * and seq id (byte 2)
415 */
Mikael Petterssonfba6edb2007-01-13 21:32:30 +0100416 switch (qc->tf.protocol) {
Tejun Heo0dc36882007-12-18 16:34:43 -0500417 case ATAPI_PROT_DMA:
Mikael Petterssonfba6edb2007-01-13 21:32:30 +0100418 if (!(qc->tf.flags & ATA_TFLAG_WRITE))
419 buf32[0] = cpu_to_le32(PDC_PKT_READ);
420 else
421 buf32[0] = 0;
422 break;
Tejun Heo0dc36882007-12-18 16:34:43 -0500423 case ATAPI_PROT_NODATA:
Mikael Petterssonfba6edb2007-01-13 21:32:30 +0100424 buf32[0] = cpu_to_le32(PDC_PKT_NODATA);
425 break;
426 default:
427 BUG();
428 break;
429 }
Mikael Pettersson95006182007-01-09 10:51:46 +0100430 buf32[1] = cpu_to_le32(sg_table); /* S/G table addr */
431 buf32[2] = 0; /* no next-packet */
432
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100433 /* select drive */
Tejun Heo46a67142007-12-04 13:33:30 +0900434 if (sata_scr_valid(&ap->link))
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100435 dev_sel = PDC_DEVICE_SATA;
Tejun Heo46a67142007-12-04 13:33:30 +0900436 else
437 dev_sel = qc->tf.device;
438
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100439 buf[12] = (1 << 5) | ATA_REG_DEVICE;
440 buf[13] = dev_sel;
441 buf[14] = (1 << 5) | ATA_REG_DEVICE | PDC_PKT_CLEAR_BSY;
442 buf[15] = dev_sel; /* once more, waiting for BSY to clear */
443
444 buf[16] = (1 << 5) | ATA_REG_NSECT;
Tejun Heo46a67142007-12-04 13:33:30 +0900445 buf[17] = qc->tf.nsect;
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100446 buf[18] = (1 << 5) | ATA_REG_LBAL;
Tejun Heo46a67142007-12-04 13:33:30 +0900447 buf[19] = qc->tf.lbal;
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100448
449 /* set feature and byte counter registers */
Tejun Heo0dc36882007-12-18 16:34:43 -0500450 if (qc->tf.protocol != ATAPI_PROT_DMA)
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100451 feature = PDC_FEATURE_ATAPI_PIO;
Tejun Heo46a67142007-12-04 13:33:30 +0900452 else
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100453 feature = PDC_FEATURE_ATAPI_DMA;
Tejun Heo46a67142007-12-04 13:33:30 +0900454
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100455 buf[20] = (1 << 5) | ATA_REG_FEATURE;
456 buf[21] = feature;
457 buf[22] = (1 << 5) | ATA_REG_BYTEL;
Tejun Heo46a67142007-12-04 13:33:30 +0900458 buf[23] = qc->tf.lbam;
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100459 buf[24] = (1 << 5) | ATA_REG_BYTEH;
Tejun Heo46a67142007-12-04 13:33:30 +0900460 buf[25] = qc->tf.lbah;
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100461
462 /* send ATAPI packet command 0xA0 */
463 buf[26] = (1 << 5) | ATA_REG_CMD;
Tejun Heo46a67142007-12-04 13:33:30 +0900464 buf[27] = qc->tf.command;
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100465
466 /* select drive and check DRQ */
467 buf[28] = (1 << 5) | ATA_REG_DEVICE | PDC_PKT_WAIT_DRDY;
468 buf[29] = dev_sel;
469
Mikael Pettersson95006182007-01-09 10:51:46 +0100470 /* we can represent cdb lengths 2/4/6/8/10/12/14/16 */
471 BUG_ON(cdb_len & ~0x1E);
472
Mikael Pettersson4113bb62007-01-13 21:31:05 +0100473 /* append the CDB as the final part */
474 buf[30] = (((cdb_len >> 1) & 7) << 5) | ATA_REG_DATA | PDC_LAST_REG;
475 memcpy(buf+31, cdb, cdb_len);
Mikael Pettersson95006182007-01-09 10:51:46 +0100476}
477
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100478/**
479 * pdc_fill_sg - Fill PCI IDE PRD table
480 * @qc: Metadata associated with taskfile to be transferred
481 *
482 * Fill PCI IDE PRD (scatter-gather) table with segments
483 * associated with the current disk command.
484 * Make sure hardware does not choke on it.
485 *
486 * LOCKING:
487 * spin_lock_irqsave(host lock)
488 *
489 */
490static void pdc_fill_sg(struct ata_queued_cmd *qc)
491{
492 struct ata_port *ap = qc->ap;
493 struct scatterlist *sg;
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100494 const u32 SG_COUNT_ASIC_BUG = 41*4;
Tejun Heoff2aeb12007-12-05 16:43:11 +0900495 unsigned int si, idx;
496 u32 len;
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100497
498 if (!(qc->flags & ATA_QCFLAG_DMAMAP))
499 return;
500
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100501 idx = 0;
Tejun Heoff2aeb12007-12-05 16:43:11 +0900502 for_each_sg(qc->sg, sg, qc->n_elem, si) {
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100503 u32 addr, offset;
Harvey Harrison6903c0f2008-02-13 21:14:08 -0800504 u32 sg_len;
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100505
506 /* determine if physical DMA addr spans 64K boundary.
507 * Note h/w doesn't support 64-bit, so we unconditionally
508 * truncate dma_addr_t to u32.
509 */
510 addr = (u32) sg_dma_address(sg);
511 sg_len = sg_dma_len(sg);
512
513 while (sg_len) {
514 offset = addr & 0xffff;
515 len = sg_len;
516 if ((offset + sg_len) > 0x10000)
517 len = 0x10000 - offset;
518
519 ap->prd[idx].addr = cpu_to_le32(addr);
520 ap->prd[idx].flags_len = cpu_to_le32(len & 0xffff);
521 VPRINTK("PRD[%u] = (0x%X, 0x%X)\n", idx, addr, len);
522
523 idx++;
524 sg_len -= len;
525 addr += len;
526 }
527 }
528
Tejun Heoff2aeb12007-12-05 16:43:11 +0900529 len = le32_to_cpu(ap->prd[idx - 1].flags_len);
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100530
Tejun Heoff2aeb12007-12-05 16:43:11 +0900531 if (len > SG_COUNT_ASIC_BUG) {
532 u32 addr;
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100533
Tejun Heoff2aeb12007-12-05 16:43:11 +0900534 VPRINTK("Splitting last PRD.\n");
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100535
Tejun Heoff2aeb12007-12-05 16:43:11 +0900536 addr = le32_to_cpu(ap->prd[idx - 1].addr);
537 ap->prd[idx - 1].flags_len = cpu_to_le32(len - SG_COUNT_ASIC_BUG);
538 VPRINTK("PRD[%u] = (0x%X, 0x%X)\n", idx - 1, addr, SG_COUNT_ASIC_BUG);
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100539
Tejun Heoff2aeb12007-12-05 16:43:11 +0900540 addr = addr + len - SG_COUNT_ASIC_BUG;
541 len = SG_COUNT_ASIC_BUG;
542 ap->prd[idx].addr = cpu_to_le32(addr);
543 ap->prd[idx].flags_len = cpu_to_le32(len);
544 VPRINTK("PRD[%u] = (0x%X, 0x%X)\n", idx, addr, len);
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100545
Tejun Heoff2aeb12007-12-05 16:43:11 +0900546 idx++;
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100547 }
Tejun Heoff2aeb12007-12-05 16:43:11 +0900548
549 ap->prd[idx - 1].flags_len |= cpu_to_le32(ATA_PRD_EOT);
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100550}
551
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552static void pdc_qc_prep(struct ata_queued_cmd *qc)
553{
554 struct pdc_port_priv *pp = qc->ap->private_data;
555 unsigned int i;
556
557 VPRINTK("ENTER\n");
558
559 switch (qc->tf.protocol) {
560 case ATA_PROT_DMA:
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100561 pdc_fill_sg(qc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562 /* fall through */
563
564 case ATA_PROT_NODATA:
565 i = pdc_pkt_header(&qc->tf, qc->ap->prd_dma,
566 qc->dev->devno, pp->pkt);
567
568 if (qc->tf.flags & ATA_TFLAG_LBA48)
569 i = pdc_prep_lba48(&qc->tf, pp->pkt, i);
570 else
571 i = pdc_prep_lba28(&qc->tf, pp->pkt, i);
572
573 pdc_pkt_footer(&qc->tf, pp->pkt, i);
574 break;
575
Tejun Heo0dc36882007-12-18 16:34:43 -0500576 case ATAPI_PROT_PIO:
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100577 pdc_fill_sg(qc);
Mikael Pettersson95006182007-01-09 10:51:46 +0100578 break;
579
Tejun Heo0dc36882007-12-18 16:34:43 -0500580 case ATAPI_PROT_DMA:
Mikael Petterssonb9ccd4a2007-10-30 14:20:49 +0100581 pdc_fill_sg(qc);
Mikael Petterssonfba6edb2007-01-13 21:32:30 +0100582 /*FALLTHROUGH*/
Tejun Heo0dc36882007-12-18 16:34:43 -0500583 case ATAPI_PROT_NODATA:
Mikael Petterssonfba6edb2007-01-13 21:32:30 +0100584 pdc_atapi_pkt(qc);
Mikael Pettersson95006182007-01-09 10:51:46 +0100585 break;
586
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587 default:
588 break;
589 }
590}
591
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100592static int pdc_is_sataii_tx4(unsigned long flags)
593{
594 const unsigned long mask = PDC_FLAG_GEN_II | PDC_FLAG_4_PORTS;
595 return (flags & mask) == mask;
596}
597
598static unsigned int pdc_port_no_to_ata_no(unsigned int port_no,
599 int is_sataii_tx4)
600{
601 static const unsigned char sataii_tx4_port_remap[4] = { 3, 1, 0, 2};
602 return is_sataii_tx4 ? sataii_tx4_port_remap[port_no] : port_no;
603}
604
605static unsigned int pdc_sata_nr_ports(const struct ata_port *ap)
606{
607 return (ap->flags & PDC_FLAG_4_PORTS) ? 4 : 2;
608}
609
610static unsigned int pdc_sata_ata_port_to_ata_no(const struct ata_port *ap)
611{
612 const struct ata_host *host = ap->host;
613 unsigned int nr_ports = pdc_sata_nr_ports(ap);
614 unsigned int i;
615
616 for(i = 0; i < nr_ports && host->ports[i] != ap; ++i)
617 ;
618 BUG_ON(i >= nr_ports);
619 return pdc_port_no_to_ata_no(i, pdc_is_sataii_tx4(ap->flags));
620}
621
622static unsigned int pdc_sata_hotplug_offset(const struct ata_port *ap)
623{
624 return (ap->flags & PDC_FLAG_GEN_II) ? PDC2_SATA_PLUG_CSR : PDC_SATA_PLUG_CSR;
625}
626
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100627static void pdc_freeze(struct ata_port *ap)
628{
Jeff Garzik59f99882007-05-28 07:07:20 -0400629 void __iomem *mmio = ap->ioaddr.cmd_addr;
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100630 u32 tmp;
631
632 tmp = readl(mmio + PDC_CTLSTAT);
633 tmp |= PDC_IRQ_DISABLE;
634 tmp &= ~PDC_DMA_ENABLE;
635 writel(tmp, mmio + PDC_CTLSTAT);
636 readl(mmio + PDC_CTLSTAT); /* flush */
637}
638
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100639static void pdc_sata_freeze(struct ata_port *ap)
640{
641 struct ata_host *host = ap->host;
642 void __iomem *host_mmio = host->iomap[PDC_MMIO_BAR];
643 unsigned int hotplug_offset = pdc_sata_hotplug_offset(ap);
644 unsigned int ata_no = pdc_sata_ata_port_to_ata_no(ap);
645 u32 hotplug_status;
646
647 /* Disable hotplug events on this port.
648 *
649 * Locking:
650 * 1) hotplug register accesses must be serialised via host->lock
651 * 2) ap->lock == &ap->host->lock
652 * 3) ->freeze() and ->thaw() are called with ap->lock held
653 */
654 hotplug_status = readl(host_mmio + hotplug_offset);
655 hotplug_status |= 0x11 << (ata_no + 16);
656 writel(hotplug_status, host_mmio + hotplug_offset);
657 readl(host_mmio + hotplug_offset); /* flush */
658
659 pdc_freeze(ap);
660}
661
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100662static void pdc_thaw(struct ata_port *ap)
663{
Jeff Garzik59f99882007-05-28 07:07:20 -0400664 void __iomem *mmio = ap->ioaddr.cmd_addr;
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100665 u32 tmp;
666
667 /* clear IRQ */
668 readl(mmio + PDC_INT_SEQMASK);
669
670 /* turn IRQ back on */
671 tmp = readl(mmio + PDC_CTLSTAT);
672 tmp &= ~PDC_IRQ_DISABLE;
673 writel(tmp, mmio + PDC_CTLSTAT);
674 readl(mmio + PDC_CTLSTAT); /* flush */
675}
676
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100677static void pdc_sata_thaw(struct ata_port *ap)
678{
679 struct ata_host *host = ap->host;
680 void __iomem *host_mmio = host->iomap[PDC_MMIO_BAR];
681 unsigned int hotplug_offset = pdc_sata_hotplug_offset(ap);
682 unsigned int ata_no = pdc_sata_ata_port_to_ata_no(ap);
683 u32 hotplug_status;
684
685 pdc_thaw(ap);
686
687 /* Enable hotplug events on this port.
688 * Locking: see pdc_sata_freeze().
689 */
690 hotplug_status = readl(host_mmio + hotplug_offset);
691 hotplug_status |= 0x11 << ata_no;
692 hotplug_status &= ~(0x11 << (ata_no + 16));
693 writel(hotplug_status, host_mmio + hotplug_offset);
694 readl(host_mmio + hotplug_offset); /* flush */
695}
696
Mikael Pettersson724114a2007-03-11 21:20:43 +0100697static void pdc_common_error_handler(struct ata_port *ap, ata_reset_fn_t hardreset)
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100698{
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100699 if (!(ap->pflags & ATA_PFLAG_FROZEN))
700 pdc_reset_port(ap);
701
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100702 /* perform recovery */
Alan Coxe2a97522007-03-08 23:06:47 +0000703 ata_do_eh(ap, ata_std_prereset, ata_std_softreset, hardreset,
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100704 ata_std_postreset);
705}
706
Mikael Pettersson724114a2007-03-11 21:20:43 +0100707static void pdc_pata_error_handler(struct ata_port *ap)
708{
709 pdc_common_error_handler(ap, NULL);
710}
711
712static void pdc_sata_error_handler(struct ata_port *ap)
713{
714 pdc_common_error_handler(ap, sata_std_hardreset);
715}
716
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100717static void pdc_post_internal_cmd(struct ata_queued_cmd *qc)
718{
719 struct ata_port *ap = qc->ap;
720
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100721 /* make DMA engine forget about the failed command */
Tejun Heoa51d6442007-03-20 15:24:11 +0900722 if (qc->flags & ATA_QCFLAG_FAILED)
Mikael Pettersson25b93d82006-12-07 00:06:51 +0100723 pdc_reset_port(ap);
724}
725
Mikael Pettersson176efb02007-03-14 09:51:35 +0100726static void pdc_error_intr(struct ata_port *ap, struct ata_queued_cmd *qc,
727 u32 port_status, u32 err_mask)
728{
Tejun Heo9af5c9c2007-08-06 18:36:22 +0900729 struct ata_eh_info *ehi = &ap->link.eh_info;
Mikael Pettersson176efb02007-03-14 09:51:35 +0100730 unsigned int ac_err_mask = 0;
731
732 ata_ehi_clear_desc(ehi);
733 ata_ehi_push_desc(ehi, "port_status 0x%08x", port_status);
734 port_status &= err_mask;
735
736 if (port_status & PDC_DRIVE_ERR)
737 ac_err_mask |= AC_ERR_DEV;
738 if (port_status & (PDC_OVERRUN_ERR | PDC_UNDERRUN_ERR))
739 ac_err_mask |= AC_ERR_HSM;
740 if (port_status & (PDC2_ATA_HBA_ERR | PDC2_ATA_DMA_CNT_ERR))
741 ac_err_mask |= AC_ERR_ATA_BUS;
742 if (port_status & (PDC_PH_ERR | PDC_SH_ERR | PDC_DH_ERR | PDC2_HTO_ERR
743 | PDC_PCI_SYS_ERR | PDC1_PCI_PARITY_ERR))
744 ac_err_mask |= AC_ERR_HOST_BUS;
745
Tejun Heo936fd732007-08-06 18:36:23 +0900746 if (sata_scr_valid(&ap->link)) {
Tejun Heoda3dbb12007-07-16 14:29:40 +0900747 u32 serror;
748
749 pdc_sata_scr_read(ap, SCR_ERROR, &serror);
750 ehi->serror |= serror;
751 }
Mikael Petterssonce2d3ab2007-04-07 14:29:51 +0200752
Mikael Pettersson176efb02007-03-14 09:51:35 +0100753 qc->err_mask |= ac_err_mask;
Mikael Petterssonce2d3ab2007-04-07 14:29:51 +0200754
755 pdc_reset_port(ap);
Mikael Pettersson8ffcfd92007-05-06 22:12:31 +0200756
757 ata_port_abort(ap);
Mikael Pettersson176efb02007-03-14 09:51:35 +0100758}
759
Mikael Petterssond0e58032007-06-19 21:53:30 +0200760static inline unsigned int pdc_host_intr(struct ata_port *ap,
761 struct ata_queued_cmd *qc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762{
Albert Leea22e2eb2005-12-05 15:38:02 +0800763 unsigned int handled = 0;
Mikael Pettersson176efb02007-03-14 09:51:35 +0100764 void __iomem *port_mmio = ap->ioaddr.cmd_addr;
Mikael Pettersson176efb02007-03-14 09:51:35 +0100765 u32 port_status, err_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766
Mikael Pettersson176efb02007-03-14 09:51:35 +0100767 err_mask = PDC_ERR_MASK;
Tejun Heoeca25dc2007-04-17 23:44:07 +0900768 if (ap->flags & PDC_FLAG_GEN_II)
Mikael Pettersson176efb02007-03-14 09:51:35 +0100769 err_mask &= ~PDC1_ERR_MASK;
770 else
771 err_mask &= ~PDC2_ERR_MASK;
772 port_status = readl(port_mmio + PDC_GLOBAL_CTL);
773 if (unlikely(port_status & err_mask)) {
774 pdc_error_intr(ap, qc, port_status, err_mask);
775 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776 }
777
778 switch (qc->tf.protocol) {
779 case ATA_PROT_DMA:
780 case ATA_PROT_NODATA:
Tejun Heo0dc36882007-12-18 16:34:43 -0500781 case ATAPI_PROT_DMA:
782 case ATAPI_PROT_NODATA:
Albert Leea22e2eb2005-12-05 15:38:02 +0800783 qc->err_mask |= ac_err_mask(ata_wait_idle(ap));
784 ata_qc_complete(qc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785 handled = 1;
786 break;
787
Mikael Petterssond0e58032007-06-19 21:53:30 +0200788 default:
Albert Leeee500aa2005-09-27 17:34:38 +0800789 ap->stats.idle_irq++;
790 break;
Mikael Petterssond0e58032007-06-19 21:53:30 +0200791 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792
Albert Leeee500aa2005-09-27 17:34:38 +0800793 return handled;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700794}
795
796static void pdc_irq_clear(struct ata_port *ap)
797{
Jeff Garzikcca39742006-08-24 03:19:22 -0400798 struct ata_host *host = ap->host;
Tejun Heo0d5ff562007-02-01 15:06:36 +0900799 void __iomem *mmio = host->iomap[PDC_MMIO_BAR];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800
801 readl(mmio + PDC_INT_SEQMASK);
802}
803
Jeff Garzik5796d1c2007-10-26 00:03:37 -0400804static irqreturn_t pdc_interrupt(int irq, void *dev_instance)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805{
Jeff Garzikcca39742006-08-24 03:19:22 -0400806 struct ata_host *host = dev_instance;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807 struct ata_port *ap;
808 u32 mask = 0;
809 unsigned int i, tmp;
810 unsigned int handled = 0;
Jeff Garzikea6ba102005-08-30 05:18:18 -0400811 void __iomem *mmio_base;
Mikael Petterssona77720a2007-07-03 01:09:05 +0200812 unsigned int hotplug_offset, ata_no;
813 u32 hotplug_status;
814 int is_sataii_tx4;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815
816 VPRINTK("ENTER\n");
817
Tejun Heo0d5ff562007-02-01 15:06:36 +0900818 if (!host || !host->iomap[PDC_MMIO_BAR]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819 VPRINTK("QUICK EXIT\n");
820 return IRQ_NONE;
821 }
822
Tejun Heo0d5ff562007-02-01 15:06:36 +0900823 mmio_base = host->iomap[PDC_MMIO_BAR];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100825 spin_lock(&host->lock);
826
Mikael Petterssona77720a2007-07-03 01:09:05 +0200827 /* read and clear hotplug flags for all ports */
828 if (host->ports[0]->flags & PDC_FLAG_GEN_II)
829 hotplug_offset = PDC2_SATA_PLUG_CSR;
830 else
831 hotplug_offset = PDC_SATA_PLUG_CSR;
832 hotplug_status = readl(mmio_base + hotplug_offset);
833 if (hotplug_status & 0xff)
834 writel(hotplug_status | 0xff, mmio_base + hotplug_offset);
835 hotplug_status &= 0xff; /* clear uninteresting bits */
836
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837 /* reading should also clear interrupts */
838 mask = readl(mmio_base + PDC_INT_SEQMASK);
839
Mikael Petterssona77720a2007-07-03 01:09:05 +0200840 if (mask == 0xffffffff && hotplug_status == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841 VPRINTK("QUICK EXIT 2\n");
Mikael Petterssonc07a9c42008-03-23 18:41:01 +0100842 goto done_irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843 }
Luke Kosewski6340f012006-01-28 12:39:29 -0500844
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845 mask &= 0xffff; /* only 16 tags possible */
Mikael Petterssona77720a2007-07-03 01:09:05 +0200846 if (mask == 0 && hotplug_status == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847 VPRINTK("QUICK EXIT 3\n");
Luke Kosewski6340f012006-01-28 12:39:29 -0500848 goto done_irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849 }
850
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851 writel(mask, mmio_base + PDC_INT_SEQMASK);
852
Mikael Petterssona77720a2007-07-03 01:09:05 +0200853 is_sataii_tx4 = pdc_is_sataii_tx4(host->ports[0]->flags);
854
Jeff Garzikcca39742006-08-24 03:19:22 -0400855 for (i = 0; i < host->n_ports; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856 VPRINTK("port %u\n", i);
Jeff Garzikcca39742006-08-24 03:19:22 -0400857 ap = host->ports[i];
Mikael Petterssona77720a2007-07-03 01:09:05 +0200858
859 /* check for a plug or unplug event */
860 ata_no = pdc_port_no_to_ata_no(i, is_sataii_tx4);
861 tmp = hotplug_status & (0x11 << ata_no);
862 if (tmp && ap &&
863 !(ap->flags & ATA_FLAG_DISABLED)) {
Tejun Heo9af5c9c2007-08-06 18:36:22 +0900864 struct ata_eh_info *ehi = &ap->link.eh_info;
Mikael Petterssona77720a2007-07-03 01:09:05 +0200865 ata_ehi_clear_desc(ehi);
866 ata_ehi_hotplugged(ehi);
867 ata_ehi_push_desc(ehi, "hotplug_status %#x", tmp);
868 ata_port_freeze(ap);
869 ++handled;
870 continue;
871 }
872
873 /* check for a packet interrupt */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874 tmp = mask & (1 << (i + 1));
Tejun Heoc1389502005-08-22 14:59:24 +0900875 if (tmp && ap &&
Jeff Garzik029f5462006-04-02 10:30:40 -0400876 !(ap->flags & ATA_FLAG_DISABLED)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877 struct ata_queued_cmd *qc;
878
Tejun Heo9af5c9c2007-08-06 18:36:22 +0900879 qc = ata_qc_from_tag(ap, ap->link.active_tag);
Albert Leee50362e2005-09-27 17:39:50 +0800880 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881 handled += pdc_host_intr(ap, qc);
882 }
883 }
884
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885 VPRINTK("EXIT\n");
886
Luke Kosewski6340f012006-01-28 12:39:29 -0500887done_irq:
Jeff Garzikcca39742006-08-24 03:19:22 -0400888 spin_unlock(&host->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889 return IRQ_RETVAL(handled);
890}
891
892static inline void pdc_packet_start(struct ata_queued_cmd *qc)
893{
894 struct ata_port *ap = qc->ap;
895 struct pdc_port_priv *pp = ap->private_data;
Tejun Heo0d5ff562007-02-01 15:06:36 +0900896 void __iomem *mmio = ap->host->iomap[PDC_MMIO_BAR];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897 unsigned int port_no = ap->port_no;
898 u8 seq = (u8) (port_no + 1);
899
900 VPRINTK("ENTER, ap %p\n", ap);
901
Tejun Heo0d5ff562007-02-01 15:06:36 +0900902 writel(0x00000001, mmio + (seq * 4));
903 readl(mmio + (seq * 4)); /* flush */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904
905 pp->pkt[2] = seq;
906 wmb(); /* flush PRD, pkt writes */
Tejun Heo0d5ff562007-02-01 15:06:36 +0900907 writel(pp->pkt_dma, ap->ioaddr.cmd_addr + PDC_PKT_SUBMIT);
908 readl(ap->ioaddr.cmd_addr + PDC_PKT_SUBMIT); /* flush */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909}
910
Tejun Heo9a3d9eb2006-01-23 13:09:36 +0900911static unsigned int pdc_qc_issue_prot(struct ata_queued_cmd *qc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912{
913 switch (qc->tf.protocol) {
Tejun Heo0dc36882007-12-18 16:34:43 -0500914 case ATAPI_PROT_NODATA:
Mikael Petterssonfba6edb2007-01-13 21:32:30 +0100915 if (qc->dev->flags & ATA_DFLAG_CDB_INTR)
916 break;
917 /*FALLTHROUGH*/
Tejun Heo51b94d22007-06-08 13:46:55 -0700918 case ATA_PROT_NODATA:
919 if (qc->tf.flags & ATA_TFLAG_POLLING)
920 break;
921 /*FALLTHROUGH*/
Tejun Heo0dc36882007-12-18 16:34:43 -0500922 case ATAPI_PROT_DMA:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923 case ATA_PROT_DMA:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924 pdc_packet_start(qc);
925 return 0;
926
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927 default:
928 break;
929 }
930
931 return ata_qc_issue_prot(qc);
932}
933
Jeff Garzik057ace52005-10-22 14:27:05 -0400934static void pdc_tf_load_mmio(struct ata_port *ap, const struct ata_taskfile *tf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935{
Tejun Heo0dc36882007-12-18 16:34:43 -0500936 WARN_ON(tf->protocol == ATA_PROT_DMA || tf->protocol == ATAPI_PROT_DMA);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937 ata_tf_load(ap, tf);
938}
939
Jeff Garzik5796d1c2007-10-26 00:03:37 -0400940static void pdc_exec_command_mmio(struct ata_port *ap,
941 const struct ata_taskfile *tf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942{
Tejun Heo0dc36882007-12-18 16:34:43 -0500943 WARN_ON(tf->protocol == ATA_PROT_DMA || tf->protocol == ATAPI_PROT_DMA);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944 ata_exec_command(ap, tf);
945}
946
Mikael Pettersson95006182007-01-09 10:51:46 +0100947static int pdc_check_atapi_dma(struct ata_queued_cmd *qc)
948{
949 u8 *scsicmd = qc->scsicmd->cmnd;
950 int pio = 1; /* atapi dma off by default */
951
952 /* Whitelist commands that may use DMA. */
953 switch (scsicmd[0]) {
954 case WRITE_12:
955 case WRITE_10:
956 case WRITE_6:
957 case READ_12:
958 case READ_10:
959 case READ_6:
960 case 0xad: /* READ_DVD_STRUCTURE */
961 case 0xbe: /* READ_CD */
962 pio = 0;
963 }
964 /* -45150 (FFFF4FA2) to -1 (FFFFFFFF) shall use PIO mode */
965 if (scsicmd[0] == WRITE_10) {
Jeff Garzik5796d1c2007-10-26 00:03:37 -0400966 unsigned int lba =
967 (scsicmd[2] << 24) |
968 (scsicmd[3] << 16) |
969 (scsicmd[4] << 8) |
970 scsicmd[5];
Mikael Pettersson95006182007-01-09 10:51:46 +0100971 if (lba >= 0xFFFF4FA2)
972 pio = 1;
973 }
974 return pio;
975}
976
Mikael Pettersson724114a2007-03-11 21:20:43 +0100977static int pdc_old_sata_check_atapi_dma(struct ata_queued_cmd *qc)
Mikael Pettersson95006182007-01-09 10:51:46 +0100978{
Mikael Pettersson95006182007-01-09 10:51:46 +0100979 /* First generation chips cannot use ATAPI DMA on SATA ports */
Mikael Pettersson724114a2007-03-11 21:20:43 +0100980 return 1;
Mikael Pettersson95006182007-01-09 10:51:46 +0100981}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982
Tejun Heoeca25dc2007-04-17 23:44:07 +0900983static void pdc_ata_setup_port(struct ata_port *ap,
984 void __iomem *base, void __iomem *scr_addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985{
Tejun Heoeca25dc2007-04-17 23:44:07 +0900986 ap->ioaddr.cmd_addr = base;
987 ap->ioaddr.data_addr = base;
988 ap->ioaddr.feature_addr =
989 ap->ioaddr.error_addr = base + 0x4;
990 ap->ioaddr.nsect_addr = base + 0x8;
991 ap->ioaddr.lbal_addr = base + 0xc;
992 ap->ioaddr.lbam_addr = base + 0x10;
993 ap->ioaddr.lbah_addr = base + 0x14;
994 ap->ioaddr.device_addr = base + 0x18;
995 ap->ioaddr.command_addr =
996 ap->ioaddr.status_addr = base + 0x1c;
997 ap->ioaddr.altstatus_addr =
998 ap->ioaddr.ctl_addr = base + 0x38;
999 ap->ioaddr.scr_addr = scr_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001000}
1001
Tejun Heoeca25dc2007-04-17 23:44:07 +09001002static void pdc_host_init(struct ata_host *host)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003{
Tejun Heoeca25dc2007-04-17 23:44:07 +09001004 void __iomem *mmio = host->iomap[PDC_MMIO_BAR];
1005 int is_gen2 = host->ports[0]->flags & PDC_FLAG_GEN_II;
Mikael Petterssond324d4622006-12-06 09:55:43 +01001006 int hotplug_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007 u32 tmp;
1008
Tejun Heoeca25dc2007-04-17 23:44:07 +09001009 if (is_gen2)
Mikael Petterssond324d4622006-12-06 09:55:43 +01001010 hotplug_offset = PDC2_SATA_PLUG_CSR;
1011 else
1012 hotplug_offset = PDC_SATA_PLUG_CSR;
1013
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014 /*
1015 * Except for the hotplug stuff, this is voodoo from the
1016 * Promise driver. Label this entire section
1017 * "TODO: figure out why we do this"
1018 */
1019
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +01001020 /* enable BMR_BURST, maybe change FIFO_SHD to 8 dwords */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021 tmp = readl(mmio + PDC_FLASH_CTL);
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +01001022 tmp |= 0x02000; /* bit 13 (enable bmr burst) */
Tejun Heoeca25dc2007-04-17 23:44:07 +09001023 if (!is_gen2)
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +01001024 tmp |= 0x10000; /* bit 16 (fifo threshold at 8 dw) */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025 writel(tmp, mmio + PDC_FLASH_CTL);
1026
1027 /* clear plug/unplug flags for all ports */
Luke Kosewski6340f012006-01-28 12:39:29 -05001028 tmp = readl(mmio + hotplug_offset);
1029 writel(tmp | 0xff, mmio + hotplug_offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030
Mikael Petterssona77720a2007-07-03 01:09:05 +02001031 /* unmask plug/unplug ints */
Luke Kosewski6340f012006-01-28 12:39:29 -05001032 tmp = readl(mmio + hotplug_offset);
Mikael Petterssona77720a2007-07-03 01:09:05 +02001033 writel(tmp & ~0xff0000, mmio + hotplug_offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +01001035 /* don't initialise TBG or SLEW on 2nd generation chips */
Tejun Heoeca25dc2007-04-17 23:44:07 +09001036 if (is_gen2)
Mikael Petterssonb2d1eee2006-11-22 22:00:15 +01001037 return;
1038
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039 /* reduce TBG clock to 133 Mhz. */
1040 tmp = readl(mmio + PDC_TBG_MODE);
1041 tmp &= ~0x30000; /* clear bit 17, 16*/
1042 tmp |= 0x10000; /* set bit 17:16 = 0:1 */
1043 writel(tmp, mmio + PDC_TBG_MODE);
1044
1045 readl(mmio + PDC_TBG_MODE); /* flush */
1046 msleep(10);
1047
1048 /* adjust slew rate control register. */
1049 tmp = readl(mmio + PDC_SLEW_CTL);
1050 tmp &= 0xFFFFF03F; /* clear bit 11 ~ 6 */
1051 tmp |= 0x00000900; /* set bit 11-9 = 100b , bit 8-6 = 100 */
1052 writel(tmp, mmio + PDC_SLEW_CTL);
1053}
1054
Jeff Garzik5796d1c2007-10-26 00:03:37 -04001055static int pdc_ata_init_one(struct pci_dev *pdev,
1056 const struct pci_device_id *ent)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057{
1058 static int printed_version;
Tejun Heoeca25dc2007-04-17 23:44:07 +09001059 const struct ata_port_info *pi = &pdc_port_info[ent->driver_data];
1060 const struct ata_port_info *ppi[PDC_MAX_PORTS];
1061 struct ata_host *host;
Tejun Heo0d5ff562007-02-01 15:06:36 +09001062 void __iomem *base;
Tejun Heoeca25dc2007-04-17 23:44:07 +09001063 int n_ports, i, rc;
Mikael Pettersson5ac2fe52007-05-06 22:14:01 +02001064 int is_sataii_tx4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065
1066 if (!printed_version++)
Jeff Garzika9524a72005-10-30 14:39:11 -05001067 dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068
Tejun Heoeca25dc2007-04-17 23:44:07 +09001069 /* enable and acquire resources */
Tejun Heo24dc5f32007-01-20 16:00:28 +09001070 rc = pcim_enable_device(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071 if (rc)
1072 return rc;
1073
Tejun Heo0d5ff562007-02-01 15:06:36 +09001074 rc = pcim_iomap_regions(pdev, 1 << PDC_MMIO_BAR, DRV_NAME);
1075 if (rc == -EBUSY)
Tejun Heo24dc5f32007-01-20 16:00:28 +09001076 pcim_pin_device(pdev);
Tejun Heo0d5ff562007-02-01 15:06:36 +09001077 if (rc)
Tejun Heo24dc5f32007-01-20 16:00:28 +09001078 return rc;
Tejun Heoeca25dc2007-04-17 23:44:07 +09001079 base = pcim_iomap_table(pdev)[PDC_MMIO_BAR];
1080
1081 /* determine port configuration and setup host */
1082 n_ports = 2;
1083 if (pi->flags & PDC_FLAG_4_PORTS)
1084 n_ports = 4;
1085 for (i = 0; i < n_ports; i++)
1086 ppi[i] = pi;
1087
1088 if (pi->flags & PDC_FLAG_SATA_PATA) {
1089 u8 tmp = readb(base + PDC_FLASH_CTL+1);
Mikael Petterssond0e58032007-06-19 21:53:30 +02001090 if (!(tmp & 0x80))
Tejun Heoeca25dc2007-04-17 23:44:07 +09001091 ppi[n_ports++] = pi + 1;
Tejun Heoeca25dc2007-04-17 23:44:07 +09001092 }
1093
1094 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
1095 if (!host) {
1096 dev_printk(KERN_ERR, &pdev->dev, "failed to allocate host\n");
1097 return -ENOMEM;
1098 }
1099 host->iomap = pcim_iomap_table(pdev);
1100
Mikael Petterssond0e58032007-06-19 21:53:30 +02001101 is_sataii_tx4 = pdc_is_sataii_tx4(pi->flags);
Mikael Pettersson5ac2fe52007-05-06 22:14:01 +02001102 for (i = 0; i < host->n_ports; i++) {
Tejun Heocbcdd872007-08-18 13:14:55 +09001103 struct ata_port *ap = host->ports[i];
Mikael Petterssond0e58032007-06-19 21:53:30 +02001104 unsigned int ata_no = pdc_port_no_to_ata_no(i, is_sataii_tx4);
Tejun Heocbcdd872007-08-18 13:14:55 +09001105 unsigned int port_offset = 0x200 + ata_no * 0x80;
1106 unsigned int scr_offset = 0x400 + ata_no * 0x100;
1107
1108 pdc_ata_setup_port(ap, base + port_offset, base + scr_offset);
1109
1110 ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio");
1111 ata_port_pbar_desc(ap, PDC_MMIO_BAR, port_offset, "port");
Mikael Pettersson5ac2fe52007-05-06 22:14:01 +02001112 }
Tejun Heoeca25dc2007-04-17 23:44:07 +09001113
1114 /* initialize adapter */
1115 pdc_host_init(host);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116
1117 rc = pci_set_dma_mask(pdev, ATA_DMA_MASK);
1118 if (rc)
Tejun Heo24dc5f32007-01-20 16:00:28 +09001119 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120 rc = pci_set_consistent_dma_mask(pdev, ATA_DMA_MASK);
1121 if (rc)
Tejun Heo24dc5f32007-01-20 16:00:28 +09001122 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123
Tejun Heoeca25dc2007-04-17 23:44:07 +09001124 /* start host, request IRQ and attach */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125 pci_set_master(pdev);
Tejun Heoeca25dc2007-04-17 23:44:07 +09001126 return ata_host_activate(host, pdev->irq, pdc_interrupt, IRQF_SHARED,
1127 &pdc_ata_sht);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128}
1129
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130static int __init pdc_ata_init(void)
1131{
Pavel Roskinb7887192006-08-10 18:13:18 +09001132 return pci_register_driver(&pdc_ata_pci_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133}
1134
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135static void __exit pdc_ata_exit(void)
1136{
1137 pci_unregister_driver(&pdc_ata_pci_driver);
1138}
1139
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140MODULE_AUTHOR("Jeff Garzik");
Tobias Lorenzf497ba72005-05-12 15:51:01 -04001141MODULE_DESCRIPTION("Promise ATA TX2/TX4/TX4000 low-level driver");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142MODULE_LICENSE("GPL");
1143MODULE_DEVICE_TABLE(pci, pdc_ata_pci_tbl);
1144MODULE_VERSION(DRV_VERSION);
1145
1146module_init(pdc_ata_init);
1147module_exit(pdc_ata_exit);