Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * sata_promise.c - Promise SATA |
| 3 | * |
| 4 | * Maintained by: Jeff Garzik <jgarzik@pobox.com> |
| 5 | * Please ALWAYS copy linux-ide@vger.kernel.org |
| 6 | * on emails. |
| 7 | * |
| 8 | * Copyright 2003-2004 Red Hat, Inc. |
| 9 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | * |
Jeff Garzik | af36d7f | 2005-08-28 20:18:39 -0400 | [diff] [blame] | 11 | * This program is free software; you can redistribute it and/or modify |
| 12 | * it under the terms of the GNU General Public License as published by |
| 13 | * the Free Software Foundation; either version 2, or (at your option) |
| 14 | * any later version. |
| 15 | * |
| 16 | * This program is distributed in the hope that it will be useful, |
| 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | * GNU General Public License for more details. |
| 20 | * |
| 21 | * You should have received a copy of the GNU General Public License |
| 22 | * along with this program; see the file COPYING. If not, write to |
| 23 | * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 24 | * |
| 25 | * |
| 26 | * libata documentation is available via 'make {ps|pdf}docs', |
| 27 | * as Documentation/DocBook/libata.* |
| 28 | * |
| 29 | * Hardware information only available under NDA. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | * |
| 31 | */ |
| 32 | |
| 33 | #include <linux/kernel.h> |
| 34 | #include <linux/module.h> |
| 35 | #include <linux/pci.h> |
| 36 | #include <linux/init.h> |
| 37 | #include <linux/blkdev.h> |
| 38 | #include <linux/delay.h> |
| 39 | #include <linux/interrupt.h> |
| 40 | #include <linux/sched.h> |
Jeff Garzik | a9524a7 | 2005-10-30 14:39:11 -0500 | [diff] [blame] | 41 | #include <linux/device.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | #include <scsi/scsi_host.h> |
Jeff Garzik | 193515d | 2005-11-07 00:59:37 -0500 | [diff] [blame] | 43 | #include <scsi/scsi_cmnd.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | #include <linux/libata.h> |
| 45 | #include <asm/io.h> |
| 46 | #include "sata_promise.h" |
| 47 | |
| 48 | #define DRV_NAME "sata_promise" |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 49 | #define DRV_VERSION "1.04" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | |
| 51 | |
| 52 | enum { |
| 53 | PDC_PKT_SUBMIT = 0x40, /* Command packet pointer addr */ |
| 54 | PDC_INT_SEQMASK = 0x40, /* Mask of asserted SEQ INTs */ |
| 55 | PDC_TBG_MODE = 0x41, /* TBG mode */ |
| 56 | PDC_FLASH_CTL = 0x44, /* Flash control register */ |
| 57 | PDC_PCI_CTL = 0x48, /* PCI control and status register */ |
| 58 | PDC_GLOBAL_CTL = 0x48, /* Global control/status (per port) */ |
| 59 | PDC_CTLSTAT = 0x60, /* IDE control and status (per port) */ |
| 60 | PDC_SATA_PLUG_CSR = 0x6C, /* SATA Plug control/status reg */ |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 61 | PDC2_SATA_PLUG_CSR = 0x60, /* SATAII Plug control/status reg */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | PDC_SLEW_CTL = 0x470, /* slew rate control reg */ |
| 63 | |
| 64 | PDC_ERR_MASK = (1<<19) | (1<<20) | (1<<21) | (1<<22) | |
| 65 | (1<<8) | (1<<9) | (1<<10), |
| 66 | |
| 67 | board_2037x = 0, /* FastTrak S150 TX2plus */ |
| 68 | board_20319 = 1, /* FastTrak S150 TX4 */ |
Tobias Lorenz | f497ba7 | 2005-05-12 15:51:01 -0400 | [diff] [blame] | 69 | board_20619 = 2, /* FastTrak TX4000 */ |
Yusuf Iskenderoglu | 5a46fe8 | 2006-01-17 08:06:21 -0500 | [diff] [blame] | 70 | board_20771 = 3, /* FastTrak TX2300 */ |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 71 | board_2057x = 4, /* SATAII150 Tx2plus */ |
| 72 | board_40518 = 5, /* SATAII150 Tx4 */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 74 | PDC_HAS_PATA = (1 << 1), /* PDC20375/20575 has PATA */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | |
| 76 | PDC_RESET = (1 << 11), /* HDMA reset */ |
Jeff Garzik | 5063019 | 2005-12-13 02:29:45 -0500 | [diff] [blame] | 77 | |
| 78 | PDC_COMMON_FLAGS = ATA_FLAG_NO_LEGACY | ATA_FLAG_SRST | |
| 79 | ATA_FLAG_MMIO | ATA_FLAG_NO_ATAPI, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 80 | }; |
| 81 | |
| 82 | |
| 83 | struct pdc_port_priv { |
| 84 | u8 *pkt; |
| 85 | dma_addr_t pkt_dma; |
| 86 | }; |
| 87 | |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 88 | struct pdc_host_priv { |
| 89 | int hotplug_offset; |
| 90 | }; |
| 91 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | static u32 pdc_sata_scr_read (struct ata_port *ap, unsigned int sc_reg); |
| 93 | static void pdc_sata_scr_write (struct ata_port *ap, unsigned int sc_reg, u32 val); |
| 94 | static int pdc_ata_init_one (struct pci_dev *pdev, const struct pci_device_id *ent); |
| 95 | static irqreturn_t pdc_interrupt (int irq, void *dev_instance, struct pt_regs *regs); |
| 96 | static void pdc_eng_timeout(struct ata_port *ap); |
| 97 | static int pdc_port_start(struct ata_port *ap); |
| 98 | static void pdc_port_stop(struct ata_port *ap); |
Jeff Garzik | 2cba582 | 2005-08-29 05:12:30 -0400 | [diff] [blame] | 99 | static void pdc_pata_phy_reset(struct ata_port *ap); |
| 100 | static void pdc_sata_phy_reset(struct ata_port *ap); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 101 | static void pdc_qc_prep(struct ata_queued_cmd *qc); |
Jeff Garzik | 057ace5 | 2005-10-22 14:27:05 -0400 | [diff] [blame] | 102 | static void pdc_tf_load_mmio(struct ata_port *ap, const struct ata_taskfile *tf); |
| 103 | static void pdc_exec_command_mmio(struct ata_port *ap, const struct ata_taskfile *tf); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 104 | static void pdc_irq_clear(struct ata_port *ap); |
Tejun Heo | 9a3d9eb | 2006-01-23 13:09:36 +0900 | [diff] [blame] | 105 | static unsigned int pdc_qc_issue_prot(struct ata_queued_cmd *qc); |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 106 | static void pdc_host_stop(struct ata_host_set *host_set); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 107 | |
Jeff Garzik | 374b187 | 2005-08-30 05:42:52 -0400 | [diff] [blame] | 108 | |
Jeff Garzik | 193515d | 2005-11-07 00:59:37 -0500 | [diff] [blame] | 109 | static struct scsi_host_template pdc_ata_sht = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | .module = THIS_MODULE, |
| 111 | .name = DRV_NAME, |
| 112 | .ioctl = ata_scsi_ioctl, |
| 113 | .queuecommand = ata_scsi_queuecmd, |
| 114 | .eh_strategy_handler = ata_scsi_error, |
| 115 | .can_queue = ATA_DEF_QUEUE, |
| 116 | .this_id = ATA_SHT_THIS_ID, |
| 117 | .sg_tablesize = LIBATA_MAX_PRD, |
| 118 | .max_sectors = ATA_MAX_SECTORS, |
| 119 | .cmd_per_lun = ATA_SHT_CMD_PER_LUN, |
| 120 | .emulated = ATA_SHT_EMULATED, |
| 121 | .use_clustering = ATA_SHT_USE_CLUSTERING, |
| 122 | .proc_name = DRV_NAME, |
| 123 | .dma_boundary = ATA_DMA_BOUNDARY, |
| 124 | .slave_configure = ata_scsi_slave_config, |
| 125 | .bios_param = ata_std_bios_param, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 126 | }; |
| 127 | |
Jeff Garzik | 057ace5 | 2005-10-22 14:27:05 -0400 | [diff] [blame] | 128 | static const struct ata_port_operations pdc_sata_ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 129 | .port_disable = ata_port_disable, |
| 130 | .tf_load = pdc_tf_load_mmio, |
| 131 | .tf_read = ata_tf_read, |
| 132 | .check_status = ata_check_status, |
| 133 | .exec_command = pdc_exec_command_mmio, |
| 134 | .dev_select = ata_std_dev_select, |
Jeff Garzik | 2cba582 | 2005-08-29 05:12:30 -0400 | [diff] [blame] | 135 | |
| 136 | .phy_reset = pdc_sata_phy_reset, |
| 137 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | .qc_prep = pdc_qc_prep, |
| 139 | .qc_issue = pdc_qc_issue_prot, |
| 140 | .eng_timeout = pdc_eng_timeout, |
| 141 | .irq_handler = pdc_interrupt, |
| 142 | .irq_clear = pdc_irq_clear, |
Jeff Garzik | 2cba582 | 2005-08-29 05:12:30 -0400 | [diff] [blame] | 143 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 144 | .scr_read = pdc_sata_scr_read, |
| 145 | .scr_write = pdc_sata_scr_write, |
| 146 | .port_start = pdc_port_start, |
| 147 | .port_stop = pdc_port_stop, |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 148 | .host_stop = pdc_host_stop, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 149 | }; |
| 150 | |
Jeff Garzik | 057ace5 | 2005-10-22 14:27:05 -0400 | [diff] [blame] | 151 | static const struct ata_port_operations pdc_pata_ops = { |
Jeff Garzik | 2cba582 | 2005-08-29 05:12:30 -0400 | [diff] [blame] | 152 | .port_disable = ata_port_disable, |
| 153 | .tf_load = pdc_tf_load_mmio, |
| 154 | .tf_read = ata_tf_read, |
| 155 | .check_status = ata_check_status, |
| 156 | .exec_command = pdc_exec_command_mmio, |
| 157 | .dev_select = ata_std_dev_select, |
| 158 | |
| 159 | .phy_reset = pdc_pata_phy_reset, |
| 160 | |
| 161 | .qc_prep = pdc_qc_prep, |
| 162 | .qc_issue = pdc_qc_issue_prot, |
| 163 | .eng_timeout = pdc_eng_timeout, |
| 164 | .irq_handler = pdc_interrupt, |
| 165 | .irq_clear = pdc_irq_clear, |
| 166 | |
| 167 | .port_start = pdc_port_start, |
| 168 | .port_stop = pdc_port_stop, |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 169 | .host_stop = pdc_host_stop, |
Jeff Garzik | 2cba582 | 2005-08-29 05:12:30 -0400 | [diff] [blame] | 170 | }; |
| 171 | |
Arjan van de Ven | 98ac62d | 2005-11-28 10:06:23 +0100 | [diff] [blame] | 172 | static const struct ata_port_info pdc_port_info[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 173 | /* board_2037x */ |
| 174 | { |
| 175 | .sht = &pdc_ata_sht, |
Jeff Garzik | 5063019 | 2005-12-13 02:29:45 -0500 | [diff] [blame] | 176 | .host_flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 177 | .pio_mask = 0x1f, /* pio0-4 */ |
| 178 | .mwdma_mask = 0x07, /* mwdma0-2 */ |
| 179 | .udma_mask = 0x7f, /* udma0-6 ; FIXME */ |
Jeff Garzik | 2cba582 | 2005-08-29 05:12:30 -0400 | [diff] [blame] | 180 | .port_ops = &pdc_sata_ops, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 181 | }, |
| 182 | |
| 183 | /* board_20319 */ |
| 184 | { |
| 185 | .sht = &pdc_ata_sht, |
Jeff Garzik | 5063019 | 2005-12-13 02:29:45 -0500 | [diff] [blame] | 186 | .host_flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | .pio_mask = 0x1f, /* pio0-4 */ |
| 188 | .mwdma_mask = 0x07, /* mwdma0-2 */ |
| 189 | .udma_mask = 0x7f, /* udma0-6 ; FIXME */ |
Jeff Garzik | 2cba582 | 2005-08-29 05:12:30 -0400 | [diff] [blame] | 190 | .port_ops = &pdc_sata_ops, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | }, |
Tobias Lorenz | f497ba7 | 2005-05-12 15:51:01 -0400 | [diff] [blame] | 192 | |
| 193 | /* board_20619 */ |
| 194 | { |
| 195 | .sht = &pdc_ata_sht, |
Jeff Garzik | 5063019 | 2005-12-13 02:29:45 -0500 | [diff] [blame] | 196 | .host_flags = PDC_COMMON_FLAGS | ATA_FLAG_SLAVE_POSS, |
Tobias Lorenz | f497ba7 | 2005-05-12 15:51:01 -0400 | [diff] [blame] | 197 | .pio_mask = 0x1f, /* pio0-4 */ |
| 198 | .mwdma_mask = 0x07, /* mwdma0-2 */ |
| 199 | .udma_mask = 0x7f, /* udma0-6 ; FIXME */ |
Jeff Garzik | 2cba582 | 2005-08-29 05:12:30 -0400 | [diff] [blame] | 200 | .port_ops = &pdc_pata_ops, |
Tobias Lorenz | f497ba7 | 2005-05-12 15:51:01 -0400 | [diff] [blame] | 201 | }, |
Yusuf Iskenderoglu | 5a46fe8 | 2006-01-17 08:06:21 -0500 | [diff] [blame] | 202 | |
| 203 | /* board_20771 */ |
| 204 | { |
| 205 | .sht = &pdc_ata_sht, |
| 206 | .host_flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA, |
| 207 | .pio_mask = 0x1f, /* pio0-4 */ |
| 208 | .mwdma_mask = 0x07, /* mwdma0-2 */ |
| 209 | .udma_mask = 0x7f, /* udma0-6 ; FIXME */ |
| 210 | .port_ops = &pdc_sata_ops, |
| 211 | }, |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 212 | |
| 213 | /* board_2057x */ |
| 214 | { |
| 215 | .sht = &pdc_ata_sht, |
| 216 | .host_flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA, |
| 217 | .pio_mask = 0x1f, /* pio0-4 */ |
| 218 | .mwdma_mask = 0x07, /* mwdma0-2 */ |
| 219 | .udma_mask = 0x7f, /* udma0-6 ; FIXME */ |
| 220 | .port_ops = &pdc_sata_ops, |
| 221 | }, |
| 222 | |
| 223 | /* board_40518 */ |
| 224 | { |
| 225 | .sht = &pdc_ata_sht, |
| 226 | .host_flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA, |
| 227 | .pio_mask = 0x1f, /* pio0-4 */ |
| 228 | .mwdma_mask = 0x07, /* mwdma0-2 */ |
| 229 | .udma_mask = 0x7f, /* udma0-6 ; FIXME */ |
| 230 | .port_ops = &pdc_sata_ops, |
| 231 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 232 | }; |
| 233 | |
Jeff Garzik | 3b7d697 | 2005-11-10 11:04:11 -0500 | [diff] [blame] | 234 | static const struct pci_device_id pdc_ata_pci_tbl[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 235 | { PCI_VENDOR_ID_PROMISE, 0x3371, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 236 | board_2037x }, |
Jeff Garzik | 07c1da2 | 2005-10-28 17:00:31 -0400 | [diff] [blame] | 237 | { PCI_VENDOR_ID_PROMISE, 0x3570, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 238 | board_2037x }, |
Francisco Javier | 4c3a53d | 2005-05-25 19:29:37 -0400 | [diff] [blame] | 239 | { PCI_VENDOR_ID_PROMISE, 0x3571, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 240 | board_2037x }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 241 | { PCI_VENDOR_ID_PROMISE, 0x3373, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 242 | board_2037x }, |
| 243 | { PCI_VENDOR_ID_PROMISE, 0x3375, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 244 | board_2037x }, |
| 245 | { PCI_VENDOR_ID_PROMISE, 0x3376, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 246 | board_2037x }, |
| 247 | { PCI_VENDOR_ID_PROMISE, 0x3574, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 248 | board_2057x }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 249 | { PCI_VENDOR_ID_PROMISE, 0x3d75, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 250 | board_2057x }, |
Ed Kear | c45154a | 2005-07-16 23:32:19 -0400 | [diff] [blame] | 251 | { PCI_VENDOR_ID_PROMISE, 0x3d73, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 252 | board_2037x }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 253 | |
| 254 | { PCI_VENDOR_ID_PROMISE, 0x3318, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 255 | board_20319 }, |
| 256 | { PCI_VENDOR_ID_PROMISE, 0x3319, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 257 | board_20319 }, |
Daniel Drake | 9309049 | 2005-08-22 14:59:23 +0100 | [diff] [blame] | 258 | { PCI_VENDOR_ID_PROMISE, 0x3519, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 259 | board_20319 }, |
Otto Meier | 08b791c0 | 2005-08-22 14:58:57 +0100 | [diff] [blame] | 260 | { PCI_VENDOR_ID_PROMISE, 0x3d17, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 261 | board_20319 }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 262 | { PCI_VENDOR_ID_PROMISE, 0x3d18, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 263 | board_40518 }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 264 | |
Tobias Lorenz | f497ba7 | 2005-05-12 15:51:01 -0400 | [diff] [blame] | 265 | { PCI_VENDOR_ID_PROMISE, 0x6629, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 266 | board_20619 }, |
| 267 | |
Yusuf Iskenderoglu | 5a46fe8 | 2006-01-17 08:06:21 -0500 | [diff] [blame] | 268 | { PCI_VENDOR_ID_PROMISE, 0x3570, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 269 | board_20771 }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 270 | { } /* terminate list */ |
| 271 | }; |
| 272 | |
| 273 | |
| 274 | static struct pci_driver pdc_ata_pci_driver = { |
| 275 | .name = DRV_NAME, |
| 276 | .id_table = pdc_ata_pci_tbl, |
| 277 | .probe = pdc_ata_init_one, |
| 278 | .remove = ata_pci_remove_one, |
| 279 | }; |
| 280 | |
| 281 | |
| 282 | static int pdc_port_start(struct ata_port *ap) |
| 283 | { |
| 284 | struct device *dev = ap->host_set->dev; |
| 285 | struct pdc_port_priv *pp; |
| 286 | int rc; |
| 287 | |
| 288 | rc = ata_port_start(ap); |
| 289 | if (rc) |
| 290 | return rc; |
| 291 | |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 292 | pp = kzalloc(sizeof(*pp), GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 293 | if (!pp) { |
| 294 | rc = -ENOMEM; |
| 295 | goto err_out; |
| 296 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 297 | |
| 298 | pp->pkt = dma_alloc_coherent(dev, 128, &pp->pkt_dma, GFP_KERNEL); |
| 299 | if (!pp->pkt) { |
| 300 | rc = -ENOMEM; |
| 301 | goto err_out_kfree; |
| 302 | } |
| 303 | |
| 304 | ap->private_data = pp; |
| 305 | |
| 306 | return 0; |
| 307 | |
| 308 | err_out_kfree: |
| 309 | kfree(pp); |
| 310 | err_out: |
| 311 | ata_port_stop(ap); |
| 312 | return rc; |
| 313 | } |
| 314 | |
| 315 | |
| 316 | static void pdc_port_stop(struct ata_port *ap) |
| 317 | { |
| 318 | struct device *dev = ap->host_set->dev; |
| 319 | struct pdc_port_priv *pp = ap->private_data; |
| 320 | |
| 321 | ap->private_data = NULL; |
| 322 | dma_free_coherent(dev, 128, pp->pkt, pp->pkt_dma); |
| 323 | kfree(pp); |
| 324 | ata_port_stop(ap); |
| 325 | } |
| 326 | |
| 327 | |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 328 | static void pdc_host_stop(struct ata_host_set *host_set) |
| 329 | { |
| 330 | struct pdc_host_priv *hp = host_set->private_data; |
| 331 | |
| 332 | ata_pci_host_stop(host_set); |
| 333 | |
| 334 | kfree(hp); |
| 335 | } |
| 336 | |
| 337 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 338 | static void pdc_reset_port(struct ata_port *ap) |
| 339 | { |
Jeff Garzik | ea6ba10 | 2005-08-30 05:18:18 -0400 | [diff] [blame] | 340 | void __iomem *mmio = (void __iomem *) ap->ioaddr.cmd_addr + PDC_CTLSTAT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 341 | unsigned int i; |
| 342 | u32 tmp; |
| 343 | |
| 344 | for (i = 11; i > 0; i--) { |
| 345 | tmp = readl(mmio); |
| 346 | if (tmp & PDC_RESET) |
| 347 | break; |
| 348 | |
| 349 | udelay(100); |
| 350 | |
| 351 | tmp |= PDC_RESET; |
| 352 | writel(tmp, mmio); |
| 353 | } |
| 354 | |
| 355 | tmp &= ~PDC_RESET; |
| 356 | writel(tmp, mmio); |
| 357 | readl(mmio); /* flush */ |
| 358 | } |
| 359 | |
Jeff Garzik | 2cba582 | 2005-08-29 05:12:30 -0400 | [diff] [blame] | 360 | static void pdc_sata_phy_reset(struct ata_port *ap) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 361 | { |
| 362 | pdc_reset_port(ap); |
| 363 | sata_phy_reset(ap); |
| 364 | } |
| 365 | |
Jeff Garzik | 2cba582 | 2005-08-29 05:12:30 -0400 | [diff] [blame] | 366 | static void pdc_pata_phy_reset(struct ata_port *ap) |
| 367 | { |
| 368 | /* FIXME: add cable detect. Don't assume 40-pin cable */ |
| 369 | ap->cbl = ATA_CBL_PATA40; |
| 370 | ap->udma_mask &= ATA_UDMA_MASK_40C; |
| 371 | |
| 372 | pdc_reset_port(ap); |
| 373 | ata_port_probe(ap); |
| 374 | ata_bus_reset(ap); |
| 375 | } |
| 376 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 377 | static u32 pdc_sata_scr_read (struct ata_port *ap, unsigned int sc_reg) |
| 378 | { |
| 379 | if (sc_reg > SCR_CONTROL) |
| 380 | return 0xffffffffU; |
Al Viro | b181d3b | 2005-10-21 06:46:02 +0100 | [diff] [blame] | 381 | return readl((void __iomem *) ap->ioaddr.scr_addr + (sc_reg * 4)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 382 | } |
| 383 | |
| 384 | |
| 385 | static void pdc_sata_scr_write (struct ata_port *ap, unsigned int sc_reg, |
| 386 | u32 val) |
| 387 | { |
| 388 | if (sc_reg > SCR_CONTROL) |
| 389 | return; |
Al Viro | b181d3b | 2005-10-21 06:46:02 +0100 | [diff] [blame] | 390 | writel(val, (void __iomem *) ap->ioaddr.scr_addr + (sc_reg * 4)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 391 | } |
| 392 | |
| 393 | static void pdc_qc_prep(struct ata_queued_cmd *qc) |
| 394 | { |
| 395 | struct pdc_port_priv *pp = qc->ap->private_data; |
| 396 | unsigned int i; |
| 397 | |
| 398 | VPRINTK("ENTER\n"); |
| 399 | |
| 400 | switch (qc->tf.protocol) { |
| 401 | case ATA_PROT_DMA: |
| 402 | ata_qc_prep(qc); |
| 403 | /* fall through */ |
| 404 | |
| 405 | case ATA_PROT_NODATA: |
| 406 | i = pdc_pkt_header(&qc->tf, qc->ap->prd_dma, |
| 407 | qc->dev->devno, pp->pkt); |
| 408 | |
| 409 | if (qc->tf.flags & ATA_TFLAG_LBA48) |
| 410 | i = pdc_prep_lba48(&qc->tf, pp->pkt, i); |
| 411 | else |
| 412 | i = pdc_prep_lba28(&qc->tf, pp->pkt, i); |
| 413 | |
| 414 | pdc_pkt_footer(&qc->tf, pp->pkt, i); |
| 415 | break; |
| 416 | |
| 417 | default: |
| 418 | break; |
| 419 | } |
| 420 | } |
| 421 | |
| 422 | static void pdc_eng_timeout(struct ata_port *ap) |
| 423 | { |
Jeff Garzik | b8f6153 | 2005-08-25 22:01:20 -0400 | [diff] [blame] | 424 | struct ata_host_set *host_set = ap->host_set; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 425 | u8 drv_stat; |
| 426 | struct ata_queued_cmd *qc; |
Jeff Garzik | b8f6153 | 2005-08-25 22:01:20 -0400 | [diff] [blame] | 427 | unsigned long flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 428 | |
| 429 | DPRINTK("ENTER\n"); |
| 430 | |
Jeff Garzik | b8f6153 | 2005-08-25 22:01:20 -0400 | [diff] [blame] | 431 | spin_lock_irqsave(&host_set->lock, flags); |
| 432 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 433 | qc = ata_qc_from_tag(ap, ap->active_tag); |
| 434 | if (!qc) { |
| 435 | printk(KERN_ERR "ata%u: BUG: timeout without command\n", |
| 436 | ap->id); |
| 437 | goto out; |
| 438 | } |
| 439 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 440 | switch (qc->tf.protocol) { |
| 441 | case ATA_PROT_DMA: |
| 442 | case ATA_PROT_NODATA: |
| 443 | printk(KERN_ERR "ata%u: command timeout\n", ap->id); |
Jeff Garzik | a7dac44 | 2005-10-30 04:44:42 -0500 | [diff] [blame] | 444 | drv_stat = ata_wait_idle(ap); |
Albert Lee | a22e2eb | 2005-12-05 15:38:02 +0800 | [diff] [blame] | 445 | qc->err_mask |= __ac_err_mask(drv_stat); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 446 | break; |
| 447 | |
| 448 | default: |
| 449 | drv_stat = ata_busy_wait(ap, ATA_BUSY | ATA_DRQ, 1000); |
| 450 | |
| 451 | printk(KERN_ERR "ata%u: unknown timeout, cmd 0x%x stat 0x%x\n", |
| 452 | ap->id, qc->tf.command, drv_stat); |
| 453 | |
Albert Lee | a22e2eb | 2005-12-05 15:38:02 +0800 | [diff] [blame] | 454 | qc->err_mask |= ac_err_mask(drv_stat); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 455 | break; |
| 456 | } |
| 457 | |
| 458 | out: |
Jeff Garzik | b8f6153 | 2005-08-25 22:01:20 -0400 | [diff] [blame] | 459 | spin_unlock_irqrestore(&host_set->lock, flags); |
Tejun Heo | a72ec4c | 2006-01-23 13:09:37 +0900 | [diff] [blame] | 460 | if (qc) |
| 461 | ata_eh_qc_complete(qc); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 462 | DPRINTK("EXIT\n"); |
| 463 | } |
| 464 | |
| 465 | static inline unsigned int pdc_host_intr( struct ata_port *ap, |
| 466 | struct ata_queued_cmd *qc) |
| 467 | { |
Albert Lee | a22e2eb | 2005-12-05 15:38:02 +0800 | [diff] [blame] | 468 | unsigned int handled = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 469 | u32 tmp; |
Jeff Garzik | ea6ba10 | 2005-08-30 05:18:18 -0400 | [diff] [blame] | 470 | void __iomem *mmio = (void __iomem *) ap->ioaddr.cmd_addr + PDC_GLOBAL_CTL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 471 | |
| 472 | tmp = readl(mmio); |
| 473 | if (tmp & PDC_ERR_MASK) { |
Albert Lee | a22e2eb | 2005-12-05 15:38:02 +0800 | [diff] [blame] | 474 | qc->err_mask |= AC_ERR_DEV; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 475 | pdc_reset_port(ap); |
| 476 | } |
| 477 | |
| 478 | switch (qc->tf.protocol) { |
| 479 | case ATA_PROT_DMA: |
| 480 | case ATA_PROT_NODATA: |
Albert Lee | a22e2eb | 2005-12-05 15:38:02 +0800 | [diff] [blame] | 481 | qc->err_mask |= ac_err_mask(ata_wait_idle(ap)); |
| 482 | ata_qc_complete(qc); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 483 | handled = 1; |
| 484 | break; |
| 485 | |
| 486 | default: |
Albert Lee | ee500aa | 2005-09-27 17:34:38 +0800 | [diff] [blame] | 487 | ap->stats.idle_irq++; |
| 488 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 489 | } |
| 490 | |
Albert Lee | ee500aa | 2005-09-27 17:34:38 +0800 | [diff] [blame] | 491 | return handled; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 492 | } |
| 493 | |
| 494 | static void pdc_irq_clear(struct ata_port *ap) |
| 495 | { |
| 496 | struct ata_host_set *host_set = ap->host_set; |
Jeff Garzik | ea6ba10 | 2005-08-30 05:18:18 -0400 | [diff] [blame] | 497 | void __iomem *mmio = host_set->mmio_base; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 498 | |
| 499 | readl(mmio + PDC_INT_SEQMASK); |
| 500 | } |
| 501 | |
| 502 | static irqreturn_t pdc_interrupt (int irq, void *dev_instance, struct pt_regs *regs) |
| 503 | { |
| 504 | struct ata_host_set *host_set = dev_instance; |
| 505 | struct ata_port *ap; |
| 506 | u32 mask = 0; |
| 507 | unsigned int i, tmp; |
| 508 | unsigned int handled = 0; |
Jeff Garzik | ea6ba10 | 2005-08-30 05:18:18 -0400 | [diff] [blame] | 509 | void __iomem *mmio_base; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 510 | |
| 511 | VPRINTK("ENTER\n"); |
| 512 | |
| 513 | if (!host_set || !host_set->mmio_base) { |
| 514 | VPRINTK("QUICK EXIT\n"); |
| 515 | return IRQ_NONE; |
| 516 | } |
| 517 | |
| 518 | mmio_base = host_set->mmio_base; |
| 519 | |
| 520 | /* reading should also clear interrupts */ |
| 521 | mask = readl(mmio_base + PDC_INT_SEQMASK); |
| 522 | |
| 523 | if (mask == 0xffffffff) { |
| 524 | VPRINTK("QUICK EXIT 2\n"); |
| 525 | return IRQ_NONE; |
| 526 | } |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 527 | |
| 528 | spin_lock(&host_set->lock); |
| 529 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 530 | mask &= 0xffff; /* only 16 tags possible */ |
| 531 | if (!mask) { |
| 532 | VPRINTK("QUICK EXIT 3\n"); |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 533 | goto done_irq; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 534 | } |
| 535 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 536 | writel(mask, mmio_base + PDC_INT_SEQMASK); |
| 537 | |
| 538 | for (i = 0; i < host_set->n_ports; i++) { |
| 539 | VPRINTK("port %u\n", i); |
| 540 | ap = host_set->ports[i]; |
| 541 | tmp = mask & (1 << (i + 1)); |
Tejun Heo | c138950 | 2005-08-22 14:59:24 +0900 | [diff] [blame] | 542 | if (tmp && ap && |
| 543 | !(ap->flags & (ATA_FLAG_PORT_DISABLED | ATA_FLAG_NOINTR))) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 544 | struct ata_queued_cmd *qc; |
| 545 | |
| 546 | qc = ata_qc_from_tag(ap, ap->active_tag); |
| 547 | if (qc && (!(qc->tf.ctl & ATA_NIEN))) |
| 548 | handled += pdc_host_intr(ap, qc); |
| 549 | } |
| 550 | } |
| 551 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 552 | VPRINTK("EXIT\n"); |
| 553 | |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 554 | done_irq: |
| 555 | spin_unlock(&host_set->lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 556 | return IRQ_RETVAL(handled); |
| 557 | } |
| 558 | |
| 559 | static inline void pdc_packet_start(struct ata_queued_cmd *qc) |
| 560 | { |
| 561 | struct ata_port *ap = qc->ap; |
| 562 | struct pdc_port_priv *pp = ap->private_data; |
| 563 | unsigned int port_no = ap->port_no; |
| 564 | u8 seq = (u8) (port_no + 1); |
| 565 | |
| 566 | VPRINTK("ENTER, ap %p\n", ap); |
| 567 | |
| 568 | writel(0x00000001, ap->host_set->mmio_base + (seq * 4)); |
| 569 | readl(ap->host_set->mmio_base + (seq * 4)); /* flush */ |
| 570 | |
| 571 | pp->pkt[2] = seq; |
| 572 | wmb(); /* flush PRD, pkt writes */ |
Al Viro | b181d3b | 2005-10-21 06:46:02 +0100 | [diff] [blame] | 573 | writel(pp->pkt_dma, (void __iomem *) ap->ioaddr.cmd_addr + PDC_PKT_SUBMIT); |
| 574 | readl((void __iomem *) ap->ioaddr.cmd_addr + PDC_PKT_SUBMIT); /* flush */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 575 | } |
| 576 | |
Tejun Heo | 9a3d9eb | 2006-01-23 13:09:36 +0900 | [diff] [blame] | 577 | static unsigned int pdc_qc_issue_prot(struct ata_queued_cmd *qc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 578 | { |
| 579 | switch (qc->tf.protocol) { |
| 580 | case ATA_PROT_DMA: |
| 581 | case ATA_PROT_NODATA: |
| 582 | pdc_packet_start(qc); |
| 583 | return 0; |
| 584 | |
| 585 | case ATA_PROT_ATAPI_DMA: |
| 586 | BUG(); |
| 587 | break; |
| 588 | |
| 589 | default: |
| 590 | break; |
| 591 | } |
| 592 | |
| 593 | return ata_qc_issue_prot(qc); |
| 594 | } |
| 595 | |
Jeff Garzik | 057ace5 | 2005-10-22 14:27:05 -0400 | [diff] [blame] | 596 | static void pdc_tf_load_mmio(struct ata_port *ap, const struct ata_taskfile *tf) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 597 | { |
| 598 | WARN_ON (tf->protocol == ATA_PROT_DMA || |
| 599 | tf->protocol == ATA_PROT_NODATA); |
| 600 | ata_tf_load(ap, tf); |
| 601 | } |
| 602 | |
| 603 | |
Jeff Garzik | 057ace5 | 2005-10-22 14:27:05 -0400 | [diff] [blame] | 604 | static void pdc_exec_command_mmio(struct ata_port *ap, const struct ata_taskfile *tf) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 605 | { |
| 606 | WARN_ON (tf->protocol == ATA_PROT_DMA || |
| 607 | tf->protocol == ATA_PROT_NODATA); |
| 608 | ata_exec_command(ap, tf); |
| 609 | } |
| 610 | |
| 611 | |
| 612 | static void pdc_ata_setup_port(struct ata_ioports *port, unsigned long base) |
| 613 | { |
| 614 | port->cmd_addr = base; |
| 615 | port->data_addr = base; |
| 616 | port->feature_addr = |
| 617 | port->error_addr = base + 0x4; |
| 618 | port->nsect_addr = base + 0x8; |
| 619 | port->lbal_addr = base + 0xc; |
| 620 | port->lbam_addr = base + 0x10; |
| 621 | port->lbah_addr = base + 0x14; |
| 622 | port->device_addr = base + 0x18; |
| 623 | port->command_addr = |
| 624 | port->status_addr = base + 0x1c; |
| 625 | port->altstatus_addr = |
| 626 | port->ctl_addr = base + 0x38; |
| 627 | } |
| 628 | |
| 629 | |
| 630 | static void pdc_host_init(unsigned int chip_id, struct ata_probe_ent *pe) |
| 631 | { |
Jeff Garzik | ea6ba10 | 2005-08-30 05:18:18 -0400 | [diff] [blame] | 632 | void __iomem *mmio = pe->mmio_base; |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 633 | struct pdc_host_priv *hp = pe->private_data; |
| 634 | int hotplug_offset = hp->hotplug_offset; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 635 | u32 tmp; |
| 636 | |
| 637 | /* |
| 638 | * Except for the hotplug stuff, this is voodoo from the |
| 639 | * Promise driver. Label this entire section |
| 640 | * "TODO: figure out why we do this" |
| 641 | */ |
| 642 | |
| 643 | /* change FIFO_SHD to 8 dwords, enable BMR_BURST */ |
| 644 | tmp = readl(mmio + PDC_FLASH_CTL); |
| 645 | tmp |= 0x12000; /* bit 16 (fifo 8 dw) and 13 (bmr burst?) */ |
| 646 | writel(tmp, mmio + PDC_FLASH_CTL); |
| 647 | |
| 648 | /* clear plug/unplug flags for all ports */ |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 649 | tmp = readl(mmio + hotplug_offset); |
| 650 | writel(tmp | 0xff, mmio + hotplug_offset); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 651 | |
| 652 | /* mask plug/unplug ints */ |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 653 | tmp = readl(mmio + hotplug_offset); |
| 654 | writel(tmp | 0xff0000, mmio + hotplug_offset); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 655 | |
| 656 | /* reduce TBG clock to 133 Mhz. */ |
| 657 | tmp = readl(mmio + PDC_TBG_MODE); |
| 658 | tmp &= ~0x30000; /* clear bit 17, 16*/ |
| 659 | tmp |= 0x10000; /* set bit 17:16 = 0:1 */ |
| 660 | writel(tmp, mmio + PDC_TBG_MODE); |
| 661 | |
| 662 | readl(mmio + PDC_TBG_MODE); /* flush */ |
| 663 | msleep(10); |
| 664 | |
| 665 | /* adjust slew rate control register. */ |
| 666 | tmp = readl(mmio + PDC_SLEW_CTL); |
| 667 | tmp &= 0xFFFFF03F; /* clear bit 11 ~ 6 */ |
| 668 | tmp |= 0x00000900; /* set bit 11-9 = 100b , bit 8-6 = 100 */ |
| 669 | writel(tmp, mmio + PDC_SLEW_CTL); |
| 670 | } |
| 671 | |
| 672 | static int pdc_ata_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) |
| 673 | { |
| 674 | static int printed_version; |
| 675 | struct ata_probe_ent *probe_ent = NULL; |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 676 | struct pdc_host_priv *hp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 677 | unsigned long base; |
Jeff Garzik | ea6ba10 | 2005-08-30 05:18:18 -0400 | [diff] [blame] | 678 | void __iomem *mmio_base; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 679 | unsigned int board_idx = (unsigned int) ent->driver_data; |
| 680 | int pci_dev_busy = 0; |
| 681 | int rc; |
| 682 | |
| 683 | if (!printed_version++) |
Jeff Garzik | a9524a7 | 2005-10-30 14:39:11 -0500 | [diff] [blame] | 684 | dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 685 | |
| 686 | /* |
| 687 | * If this driver happens to only be useful on Apple's K2, then |
| 688 | * we should check that here as it has a normal Serverworks ID |
| 689 | */ |
| 690 | rc = pci_enable_device(pdev); |
| 691 | if (rc) |
| 692 | return rc; |
| 693 | |
| 694 | rc = pci_request_regions(pdev, DRV_NAME); |
| 695 | if (rc) { |
| 696 | pci_dev_busy = 1; |
| 697 | goto err_out; |
| 698 | } |
| 699 | |
| 700 | rc = pci_set_dma_mask(pdev, ATA_DMA_MASK); |
| 701 | if (rc) |
| 702 | goto err_out_regions; |
| 703 | rc = pci_set_consistent_dma_mask(pdev, ATA_DMA_MASK); |
| 704 | if (rc) |
| 705 | goto err_out_regions; |
| 706 | |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 707 | probe_ent = kzalloc(sizeof(*probe_ent), GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 708 | if (probe_ent == NULL) { |
| 709 | rc = -ENOMEM; |
| 710 | goto err_out_regions; |
| 711 | } |
| 712 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 713 | probe_ent->dev = pci_dev_to_dev(pdev); |
| 714 | INIT_LIST_HEAD(&probe_ent->node); |
| 715 | |
Jeff Garzik | 374b187 | 2005-08-30 05:42:52 -0400 | [diff] [blame] | 716 | mmio_base = pci_iomap(pdev, 3, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 717 | if (mmio_base == NULL) { |
| 718 | rc = -ENOMEM; |
| 719 | goto err_out_free_ent; |
| 720 | } |
| 721 | base = (unsigned long) mmio_base; |
| 722 | |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 723 | hp = kzalloc(sizeof(*hp), GFP_KERNEL); |
| 724 | if (hp == NULL) { |
| 725 | rc = -ENOMEM; |
| 726 | goto err_out_free_ent; |
| 727 | } |
| 728 | |
| 729 | /* Set default hotplug offset */ |
| 730 | hp->hotplug_offset = PDC_SATA_PLUG_CSR; |
| 731 | probe_ent->private_data = hp; |
| 732 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 733 | probe_ent->sht = pdc_port_info[board_idx].sht; |
| 734 | probe_ent->host_flags = pdc_port_info[board_idx].host_flags; |
| 735 | probe_ent->pio_mask = pdc_port_info[board_idx].pio_mask; |
| 736 | probe_ent->mwdma_mask = pdc_port_info[board_idx].mwdma_mask; |
| 737 | probe_ent->udma_mask = pdc_port_info[board_idx].udma_mask; |
| 738 | probe_ent->port_ops = pdc_port_info[board_idx].port_ops; |
| 739 | |
| 740 | probe_ent->irq = pdev->irq; |
| 741 | probe_ent->irq_flags = SA_SHIRQ; |
| 742 | probe_ent->mmio_base = mmio_base; |
| 743 | |
| 744 | pdc_ata_setup_port(&probe_ent->port[0], base + 0x200); |
| 745 | pdc_ata_setup_port(&probe_ent->port[1], base + 0x280); |
| 746 | |
| 747 | probe_ent->port[0].scr_addr = base + 0x400; |
| 748 | probe_ent->port[1].scr_addr = base + 0x500; |
| 749 | |
| 750 | /* notice 4-port boards */ |
| 751 | switch (board_idx) { |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 752 | case board_40518: |
| 753 | /* Override hotplug offset for SATAII150 */ |
| 754 | hp->hotplug_offset = PDC2_SATA_PLUG_CSR; |
| 755 | /* Fall through */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 756 | case board_20319: |
| 757 | probe_ent->n_ports = 4; |
| 758 | |
| 759 | pdc_ata_setup_port(&probe_ent->port[2], base + 0x300); |
| 760 | pdc_ata_setup_port(&probe_ent->port[3], base + 0x380); |
| 761 | |
| 762 | probe_ent->port[2].scr_addr = base + 0x600; |
| 763 | probe_ent->port[3].scr_addr = base + 0x700; |
| 764 | break; |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 765 | case board_2057x: |
| 766 | /* Override hotplug offset for SATAII150 */ |
| 767 | hp->hotplug_offset = PDC2_SATA_PLUG_CSR; |
| 768 | /* Fall through */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 769 | case board_2037x: |
Jeff Garzik | 6c9e5eb | 2005-11-30 16:42:55 -0500 | [diff] [blame] | 770 | probe_ent->n_ports = 2; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 771 | break; |
Yusuf Iskenderoglu | 5a46fe8 | 2006-01-17 08:06:21 -0500 | [diff] [blame] | 772 | case board_20771: |
| 773 | probe_ent->n_ports = 2; |
| 774 | break; |
Tobias Lorenz | f497ba7 | 2005-05-12 15:51:01 -0400 | [diff] [blame] | 775 | case board_20619: |
| 776 | probe_ent->n_ports = 4; |
| 777 | |
| 778 | pdc_ata_setup_port(&probe_ent->port[2], base + 0x300); |
| 779 | pdc_ata_setup_port(&probe_ent->port[3], base + 0x380); |
| 780 | |
| 781 | probe_ent->port[2].scr_addr = base + 0x600; |
| 782 | probe_ent->port[3].scr_addr = base + 0x700; |
Jeff Garzik | 6c9e5eb | 2005-11-30 16:42:55 -0500 | [diff] [blame] | 783 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 784 | default: |
| 785 | BUG(); |
| 786 | break; |
| 787 | } |
| 788 | |
| 789 | pci_set_master(pdev); |
| 790 | |
| 791 | /* initialize adapter */ |
| 792 | pdc_host_init(board_idx, probe_ent); |
| 793 | |
Luke Kosewski | 6340f01 | 2006-01-28 12:39:29 -0500 | [diff] [blame^] | 794 | /* FIXME: Need any other frees than hp? */ |
| 795 | if (!ata_device_add(probe_ent)) |
| 796 | kfree(hp); |
| 797 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 798 | kfree(probe_ent); |
| 799 | |
| 800 | return 0; |
| 801 | |
| 802 | err_out_free_ent: |
| 803 | kfree(probe_ent); |
| 804 | err_out_regions: |
| 805 | pci_release_regions(pdev); |
| 806 | err_out: |
| 807 | if (!pci_dev_busy) |
| 808 | pci_disable_device(pdev); |
| 809 | return rc; |
| 810 | } |
| 811 | |
| 812 | |
| 813 | static int __init pdc_ata_init(void) |
| 814 | { |
| 815 | return pci_module_init(&pdc_ata_pci_driver); |
| 816 | } |
| 817 | |
| 818 | |
| 819 | static void __exit pdc_ata_exit(void) |
| 820 | { |
| 821 | pci_unregister_driver(&pdc_ata_pci_driver); |
| 822 | } |
| 823 | |
| 824 | |
| 825 | MODULE_AUTHOR("Jeff Garzik"); |
Tobias Lorenz | f497ba7 | 2005-05-12 15:51:01 -0400 | [diff] [blame] | 826 | MODULE_DESCRIPTION("Promise ATA TX2/TX4/TX4000 low-level driver"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 827 | MODULE_LICENSE("GPL"); |
| 828 | MODULE_DEVICE_TABLE(pci, pdc_ata_pci_tbl); |
| 829 | MODULE_VERSION(DRV_VERSION); |
| 830 | |
| 831 | module_init(pdc_ata_init); |
| 832 | module_exit(pdc_ata_exit); |