blob: 90081e5ea80ec1542c852b976804c7ee47b7cdd4 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Jeff Garzikaf36d7f2005-08-28 20:18:39 -04002 * libata-core.c - helper library for ATA
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. All rights reserved.
9 * Copyright 2003-2004 Jeff Garzik
10 *
11 *
12 * 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 documentation available from http://www.t13.org/ and
31 * http://www.sata-io.org/
32 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070033 */
34
Linus Torvalds1da177e2005-04-16 15:20:36 -070035#include <linux/kernel.h>
36#include <linux/module.h>
37#include <linux/pci.h>
38#include <linux/init.h>
39#include <linux/list.h>
40#include <linux/mm.h>
41#include <linux/highmem.h>
42#include <linux/spinlock.h>
43#include <linux/blkdev.h>
44#include <linux/delay.h>
45#include <linux/timer.h>
46#include <linux/interrupt.h>
47#include <linux/completion.h>
48#include <linux/suspend.h>
49#include <linux/workqueue.h>
Jeff Garzik67846b32005-10-05 02:58:32 -040050#include <linux/jiffies.h>
David Hardeman378f0582005-09-17 17:55:31 +100051#include <linux/scatterlist.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070052#include <scsi/scsi.h>
Jeff Garzik193515d2005-11-07 00:59:37 -050053#include <scsi/scsi_cmnd.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070054#include <scsi/scsi_host.h>
55#include <linux/libata.h>
56#include <asm/io.h>
57#include <asm/semaphore.h>
58#include <asm/byteorder.h>
59
60#include "libata.h"
61
Jeff Garzikfda0efc2007-01-31 07:43:15 -050062#define DRV_VERSION "2.10" /* must be exactly four chars */
63
64
Tejun Heod7bb4cc2006-05-31 18:27:46 +090065/* debounce timing parameters in msecs { interval, duration, timeout } */
Tejun Heoe9c83912006-07-03 16:07:26 +090066const unsigned long sata_deb_timing_normal[] = { 5, 100, 2000 };
67const unsigned long sata_deb_timing_hotplug[] = { 25, 500, 2000 };
68const unsigned long sata_deb_timing_long[] = { 100, 2000, 5000 };
Tejun Heod7bb4cc2006-05-31 18:27:46 +090069
Tejun Heo3373efd2006-05-15 20:57:53 +090070static unsigned int ata_dev_init_params(struct ata_device *dev,
71 u16 heads, u16 sectors);
72static unsigned int ata_dev_set_xfermode(struct ata_device *dev);
73static void ata_dev_xfermask(struct ata_device *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -070074
75static unsigned int ata_unique_id = 1;
76static struct workqueue_struct *ata_wq;
77
Tejun Heo453b07a2006-05-31 18:27:42 +090078struct workqueue_struct *ata_aux_wq;
79
Jeff Garzik418dc1f2006-03-11 20:50:08 -050080int atapi_enabled = 1;
Jeff Garzik1623c812005-08-30 03:37:42 -040081module_param(atapi_enabled, int, 0444);
82MODULE_PARM_DESC(atapi_enabled, "Enable discovery of ATAPI devices (0=off, 1=on)");
83
Albert Lee95de7192006-04-04 10:57:18 +080084int atapi_dmadir = 0;
85module_param(atapi_dmadir, int, 0444);
86MODULE_PARM_DESC(atapi_dmadir, "Enable ATAPI DMADIR bridge support (0=off, 1=on)");
87
Jeff Garzikc3c013a2006-02-27 22:31:19 -050088int libata_fua = 0;
89module_param_named(fua, libata_fua, int, 0444);
90MODULE_PARM_DESC(fua, "FUA support (0=off, 1=on)");
91
Andrew Mortona8601e52006-06-25 01:36:52 -070092static int ata_probe_timeout = ATA_TMOUT_INTERNAL / HZ;
93module_param(ata_probe_timeout, int, 0444);
94MODULE_PARM_DESC(ata_probe_timeout, "Set ATA probing timeout (seconds)");
95
Kristen Carlson Accardi11ef6972006-09-28 11:29:01 -070096int noacpi;
97module_param(noacpi, int, 0444);
98MODULE_PARM_DESC(noacpi, "Disables the use of ACPI in suspend/resume when set");
99
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100MODULE_AUTHOR("Jeff Garzik");
101MODULE_DESCRIPTION("Library module for ATA devices");
102MODULE_LICENSE("GPL");
103MODULE_VERSION(DRV_VERSION);
104
Edward Falk0baab862005-06-02 18:17:13 -0400105
106/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107 * ata_tf_to_fis - Convert ATA taskfile to SATA FIS structure
108 * @tf: Taskfile to convert
109 * @fis: Buffer into which data will output
110 * @pmp: Port multiplier port
111 *
112 * Converts a standard ATA taskfile to a Serial ATA
113 * FIS structure (Register - Host to Device).
114 *
115 * LOCKING:
116 * Inherited from caller.
117 */
118
Jeff Garzik057ace52005-10-22 14:27:05 -0400119void ata_tf_to_fis(const struct ata_taskfile *tf, u8 *fis, u8 pmp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120{
121 fis[0] = 0x27; /* Register - Host to Device FIS */
122 fis[1] = (pmp & 0xf) | (1 << 7); /* Port multiplier number,
123 bit 7 indicates Command FIS */
124 fis[2] = tf->command;
125 fis[3] = tf->feature;
126
127 fis[4] = tf->lbal;
128 fis[5] = tf->lbam;
129 fis[6] = tf->lbah;
130 fis[7] = tf->device;
131
132 fis[8] = tf->hob_lbal;
133 fis[9] = tf->hob_lbam;
134 fis[10] = tf->hob_lbah;
135 fis[11] = tf->hob_feature;
136
137 fis[12] = tf->nsect;
138 fis[13] = tf->hob_nsect;
139 fis[14] = 0;
140 fis[15] = tf->ctl;
141
142 fis[16] = 0;
143 fis[17] = 0;
144 fis[18] = 0;
145 fis[19] = 0;
146}
147
148/**
149 * ata_tf_from_fis - Convert SATA FIS to ATA taskfile
150 * @fis: Buffer from which data will be input
151 * @tf: Taskfile to output
152 *
Mark Lorde12a1be2005-11-12 18:55:45 -0500153 * Converts a serial ATA FIS structure to a standard ATA taskfile.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154 *
155 * LOCKING:
156 * Inherited from caller.
157 */
158
Jeff Garzik057ace52005-10-22 14:27:05 -0400159void ata_tf_from_fis(const u8 *fis, struct ata_taskfile *tf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160{
161 tf->command = fis[2]; /* status */
162 tf->feature = fis[3]; /* error */
163
164 tf->lbal = fis[4];
165 tf->lbam = fis[5];
166 tf->lbah = fis[6];
167 tf->device = fis[7];
168
169 tf->hob_lbal = fis[8];
170 tf->hob_lbam = fis[9];
171 tf->hob_lbah = fis[10];
172
173 tf->nsect = fis[12];
174 tf->hob_nsect = fis[13];
175}
176
Albert Lee8cbd6df2005-10-12 15:06:27 +0800177static const u8 ata_rw_cmds[] = {
178 /* pio multi */
179 ATA_CMD_READ_MULTI,
180 ATA_CMD_WRITE_MULTI,
181 ATA_CMD_READ_MULTI_EXT,
182 ATA_CMD_WRITE_MULTI_EXT,
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100183 0,
184 0,
185 0,
186 ATA_CMD_WRITE_MULTI_FUA_EXT,
Albert Lee8cbd6df2005-10-12 15:06:27 +0800187 /* pio */
188 ATA_CMD_PIO_READ,
189 ATA_CMD_PIO_WRITE,
190 ATA_CMD_PIO_READ_EXT,
191 ATA_CMD_PIO_WRITE_EXT,
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100192 0,
193 0,
194 0,
195 0,
Albert Lee8cbd6df2005-10-12 15:06:27 +0800196 /* dma */
197 ATA_CMD_READ,
198 ATA_CMD_WRITE,
199 ATA_CMD_READ_EXT,
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100200 ATA_CMD_WRITE_EXT,
201 0,
202 0,
203 0,
204 ATA_CMD_WRITE_FUA_EXT
Albert Lee8cbd6df2005-10-12 15:06:27 +0800205};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206
207/**
Albert Lee8cbd6df2005-10-12 15:06:27 +0800208 * ata_rwcmd_protocol - set taskfile r/w commands and protocol
Tejun Heobd056d72006-11-14 22:47:10 +0900209 * @tf: command to examine and configure
210 * @dev: device tf belongs to
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211 *
Jeff Garzik2e9edbf2006-03-24 09:56:57 -0500212 * Examine the device configuration and tf->flags to calculate
Albert Lee8cbd6df2005-10-12 15:06:27 +0800213 * the proper read/write commands and protocol to use.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214 *
215 * LOCKING:
216 * caller.
217 */
Tejun Heobd056d72006-11-14 22:47:10 +0900218static int ata_rwcmd_protocol(struct ata_taskfile *tf, struct ata_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219{
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100220 u8 cmd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100222 int index, fua, lba48, write;
Jeff Garzik2e9edbf2006-03-24 09:56:57 -0500223
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100224 fua = (tf->flags & ATA_TFLAG_FUA) ? 4 : 0;
Albert Lee8cbd6df2005-10-12 15:06:27 +0800225 lba48 = (tf->flags & ATA_TFLAG_LBA48) ? 2 : 0;
226 write = (tf->flags & ATA_TFLAG_WRITE) ? 1 : 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227
Albert Lee8cbd6df2005-10-12 15:06:27 +0800228 if (dev->flags & ATA_DFLAG_PIO) {
229 tf->protocol = ATA_PROT_PIO;
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100230 index = dev->multi_count ? 0 : 8;
Tejun Heobd056d72006-11-14 22:47:10 +0900231 } else if (lba48 && (dev->ap->flags & ATA_FLAG_PIO_LBA48)) {
Alan Cox8d238e02006-01-17 20:50:31 +0000232 /* Unable to use DMA due to host limitation */
233 tf->protocol = ATA_PROT_PIO;
Albert Lee0565c262006-02-13 18:55:25 +0800234 index = dev->multi_count ? 0 : 8;
Albert Lee8cbd6df2005-10-12 15:06:27 +0800235 } else {
236 tf->protocol = ATA_PROT_DMA;
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100237 index = 16;
Albert Lee8cbd6df2005-10-12 15:06:27 +0800238 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700239
Tejun Heo9a3dccc2006-01-06 09:56:18 +0100240 cmd = ata_rw_cmds[index + fua + lba48 + write];
241 if (cmd) {
242 tf->command = cmd;
243 return 0;
244 }
245 return -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246}
247
Tejun Heocb95d562006-03-06 04:31:56 +0900248/**
Tejun Heo35b649f2006-11-14 22:37:35 +0900249 * ata_tf_read_block - Read block address from ATA taskfile
250 * @tf: ATA taskfile of interest
251 * @dev: ATA device @tf belongs to
252 *
253 * LOCKING:
254 * None.
255 *
256 * Read block address from @tf. This function can handle all
257 * three address formats - LBA, LBA48 and CHS. tf->protocol and
258 * flags select the address format to use.
259 *
260 * RETURNS:
261 * Block address read from @tf.
262 */
263u64 ata_tf_read_block(struct ata_taskfile *tf, struct ata_device *dev)
264{
265 u64 block = 0;
266
267 if (tf->flags & ATA_TFLAG_LBA) {
268 if (tf->flags & ATA_TFLAG_LBA48) {
269 block |= (u64)tf->hob_lbah << 40;
270 block |= (u64)tf->hob_lbam << 32;
271 block |= tf->hob_lbal << 24;
272 } else
273 block |= (tf->device & 0xf) << 24;
274
275 block |= tf->lbah << 16;
276 block |= tf->lbam << 8;
277 block |= tf->lbal;
278 } else {
279 u32 cyl, head, sect;
280
281 cyl = tf->lbam | (tf->lbah << 8);
282 head = tf->device & 0xf;
283 sect = tf->lbal;
284
285 block = (cyl * dev->heads + head) * dev->sectors + sect;
286 }
287
288 return block;
289}
290
291/**
Tejun Heobd056d72006-11-14 22:47:10 +0900292 * ata_build_rw_tf - Build ATA taskfile for given read/write request
293 * @tf: Target ATA taskfile
294 * @dev: ATA device @tf belongs to
295 * @block: Block address
296 * @n_block: Number of blocks
297 * @tf_flags: RW/FUA etc...
298 * @tag: tag
299 *
300 * LOCKING:
301 * None.
302 *
303 * Build ATA taskfile @tf for read/write request described by
304 * @block, @n_block, @tf_flags and @tag on @dev.
305 *
306 * RETURNS:
307 *
308 * 0 on success, -ERANGE if the request is too large for @dev,
309 * -EINVAL if the request is invalid.
310 */
311int ata_build_rw_tf(struct ata_taskfile *tf, struct ata_device *dev,
312 u64 block, u32 n_block, unsigned int tf_flags,
313 unsigned int tag)
314{
315 tf->flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE;
316 tf->flags |= tf_flags;
317
318 if ((dev->flags & (ATA_DFLAG_PIO | ATA_DFLAG_NCQ_OFF |
Tejun Heo70e6ad02006-11-14 22:47:10 +0900319 ATA_DFLAG_NCQ)) == ATA_DFLAG_NCQ &&
320 likely(tag != ATA_TAG_INTERNAL)) {
Tejun Heobd056d72006-11-14 22:47:10 +0900321 /* yay, NCQ */
322 if (!lba_48_ok(block, n_block))
323 return -ERANGE;
324
325 tf->protocol = ATA_PROT_NCQ;
326 tf->flags |= ATA_TFLAG_LBA | ATA_TFLAG_LBA48;
327
328 if (tf->flags & ATA_TFLAG_WRITE)
329 tf->command = ATA_CMD_FPDMA_WRITE;
330 else
331 tf->command = ATA_CMD_FPDMA_READ;
332
333 tf->nsect = tag << 3;
334 tf->hob_feature = (n_block >> 8) & 0xff;
335 tf->feature = n_block & 0xff;
336
337 tf->hob_lbah = (block >> 40) & 0xff;
338 tf->hob_lbam = (block >> 32) & 0xff;
339 tf->hob_lbal = (block >> 24) & 0xff;
340 tf->lbah = (block >> 16) & 0xff;
341 tf->lbam = (block >> 8) & 0xff;
342 tf->lbal = block & 0xff;
343
344 tf->device = 1 << 6;
345 if (tf->flags & ATA_TFLAG_FUA)
346 tf->device |= 1 << 7;
347 } else if (dev->flags & ATA_DFLAG_LBA) {
348 tf->flags |= ATA_TFLAG_LBA;
349
350 if (lba_28_ok(block, n_block)) {
351 /* use LBA28 */
352 tf->device |= (block >> 24) & 0xf;
353 } else if (lba_48_ok(block, n_block)) {
354 if (!(dev->flags & ATA_DFLAG_LBA48))
355 return -ERANGE;
356
357 /* use LBA48 */
358 tf->flags |= ATA_TFLAG_LBA48;
359
360 tf->hob_nsect = (n_block >> 8) & 0xff;
361
362 tf->hob_lbah = (block >> 40) & 0xff;
363 tf->hob_lbam = (block >> 32) & 0xff;
364 tf->hob_lbal = (block >> 24) & 0xff;
365 } else
366 /* request too large even for LBA48 */
367 return -ERANGE;
368
369 if (unlikely(ata_rwcmd_protocol(tf, dev) < 0))
370 return -EINVAL;
371
372 tf->nsect = n_block & 0xff;
373
374 tf->lbah = (block >> 16) & 0xff;
375 tf->lbam = (block >> 8) & 0xff;
376 tf->lbal = block & 0xff;
377
378 tf->device |= ATA_LBA;
379 } else {
380 /* CHS */
381 u32 sect, head, cyl, track;
382
383 /* The request -may- be too large for CHS addressing. */
384 if (!lba_28_ok(block, n_block))
385 return -ERANGE;
386
387 if (unlikely(ata_rwcmd_protocol(tf, dev) < 0))
388 return -EINVAL;
389
390 /* Convert LBA to CHS */
391 track = (u32)block / dev->sectors;
392 cyl = track / dev->heads;
393 head = track % dev->heads;
394 sect = (u32)block % dev->sectors + 1;
395
396 DPRINTK("block %u track %u cyl %u head %u sect %u\n",
397 (u32)block, track, cyl, head, sect);
398
399 /* Check whether the converted CHS can fit.
400 Cylinder: 0-65535
401 Head: 0-15
402 Sector: 1-255*/
403 if ((cyl >> 16) || (head >> 4) || (sect >> 8) || (!sect))
404 return -ERANGE;
405
406 tf->nsect = n_block & 0xff; /* Sector count 0 means 256 sectors */
407 tf->lbal = sect;
408 tf->lbam = cyl;
409 tf->lbah = cyl >> 8;
410 tf->device |= head;
411 }
412
413 return 0;
414}
415
416/**
Tejun Heocb95d562006-03-06 04:31:56 +0900417 * ata_pack_xfermask - Pack pio, mwdma and udma masks into xfer_mask
418 * @pio_mask: pio_mask
419 * @mwdma_mask: mwdma_mask
420 * @udma_mask: udma_mask
421 *
422 * Pack @pio_mask, @mwdma_mask and @udma_mask into a single
423 * unsigned int xfer_mask.
424 *
425 * LOCKING:
426 * None.
427 *
428 * RETURNS:
429 * Packed xfer_mask.
430 */
431static unsigned int ata_pack_xfermask(unsigned int pio_mask,
432 unsigned int mwdma_mask,
433 unsigned int udma_mask)
434{
435 return ((pio_mask << ATA_SHIFT_PIO) & ATA_MASK_PIO) |
436 ((mwdma_mask << ATA_SHIFT_MWDMA) & ATA_MASK_MWDMA) |
437 ((udma_mask << ATA_SHIFT_UDMA) & ATA_MASK_UDMA);
438}
439
Tejun Heoc0489e42006-03-24 14:07:49 +0900440/**
441 * ata_unpack_xfermask - Unpack xfer_mask into pio, mwdma and udma masks
442 * @xfer_mask: xfer_mask to unpack
443 * @pio_mask: resulting pio_mask
444 * @mwdma_mask: resulting mwdma_mask
445 * @udma_mask: resulting udma_mask
446 *
447 * Unpack @xfer_mask into @pio_mask, @mwdma_mask and @udma_mask.
448 * Any NULL distination masks will be ignored.
449 */
450static void ata_unpack_xfermask(unsigned int xfer_mask,
451 unsigned int *pio_mask,
452 unsigned int *mwdma_mask,
453 unsigned int *udma_mask)
454{
455 if (pio_mask)
456 *pio_mask = (xfer_mask & ATA_MASK_PIO) >> ATA_SHIFT_PIO;
457 if (mwdma_mask)
458 *mwdma_mask = (xfer_mask & ATA_MASK_MWDMA) >> ATA_SHIFT_MWDMA;
459 if (udma_mask)
460 *udma_mask = (xfer_mask & ATA_MASK_UDMA) >> ATA_SHIFT_UDMA;
461}
462
Tejun Heocb95d562006-03-06 04:31:56 +0900463static const struct ata_xfer_ent {
Tejun Heobe9a50c82006-03-31 22:48:52 +0900464 int shift, bits;
Tejun Heocb95d562006-03-06 04:31:56 +0900465 u8 base;
466} ata_xfer_tbl[] = {
467 { ATA_SHIFT_PIO, ATA_BITS_PIO, XFER_PIO_0 },
468 { ATA_SHIFT_MWDMA, ATA_BITS_MWDMA, XFER_MW_DMA_0 },
469 { ATA_SHIFT_UDMA, ATA_BITS_UDMA, XFER_UDMA_0 },
470 { -1, },
471};
472
473/**
474 * ata_xfer_mask2mode - Find matching XFER_* for the given xfer_mask
475 * @xfer_mask: xfer_mask of interest
476 *
477 * Return matching XFER_* value for @xfer_mask. Only the highest
478 * bit of @xfer_mask is considered.
479 *
480 * LOCKING:
481 * None.
482 *
483 * RETURNS:
484 * Matching XFER_* value, 0 if no match found.
485 */
486static u8 ata_xfer_mask2mode(unsigned int xfer_mask)
487{
488 int highbit = fls(xfer_mask) - 1;
489 const struct ata_xfer_ent *ent;
490
491 for (ent = ata_xfer_tbl; ent->shift >= 0; ent++)
492 if (highbit >= ent->shift && highbit < ent->shift + ent->bits)
493 return ent->base + highbit - ent->shift;
494 return 0;
495}
496
497/**
498 * ata_xfer_mode2mask - Find matching xfer_mask for XFER_*
499 * @xfer_mode: XFER_* of interest
500 *
501 * Return matching xfer_mask for @xfer_mode.
502 *
503 * LOCKING:
504 * None.
505 *
506 * RETURNS:
507 * Matching xfer_mask, 0 if no match found.
508 */
509static unsigned int ata_xfer_mode2mask(u8 xfer_mode)
510{
511 const struct ata_xfer_ent *ent;
512
513 for (ent = ata_xfer_tbl; ent->shift >= 0; ent++)
514 if (xfer_mode >= ent->base && xfer_mode < ent->base + ent->bits)
515 return 1 << (ent->shift + xfer_mode - ent->base);
516 return 0;
517}
518
519/**
520 * ata_xfer_mode2shift - Find matching xfer_shift for XFER_*
521 * @xfer_mode: XFER_* of interest
522 *
523 * Return matching xfer_shift for @xfer_mode.
524 *
525 * LOCKING:
526 * None.
527 *
528 * RETURNS:
529 * Matching xfer_shift, -1 if no match found.
530 */
531static int ata_xfer_mode2shift(unsigned int xfer_mode)
532{
533 const struct ata_xfer_ent *ent;
534
535 for (ent = ata_xfer_tbl; ent->shift >= 0; ent++)
536 if (xfer_mode >= ent->base && xfer_mode < ent->base + ent->bits)
537 return ent->shift;
538 return -1;
539}
540
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541/**
Tejun Heo1da7b0d2006-03-06 04:31:56 +0900542 * ata_mode_string - convert xfer_mask to string
543 * @xfer_mask: mask of bits supported; only highest bit counts.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544 *
545 * Determine string which represents the highest speed
Tejun Heo1da7b0d2006-03-06 04:31:56 +0900546 * (highest bit in @modemask).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 *
548 * LOCKING:
549 * None.
550 *
551 * RETURNS:
552 * Constant C string representing highest speed listed in
Tejun Heo1da7b0d2006-03-06 04:31:56 +0900553 * @mode_mask, or the constant C string "<n/a>".
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554 */
Tejun Heo1da7b0d2006-03-06 04:31:56 +0900555static const char *ata_mode_string(unsigned int xfer_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556{
Tejun Heo75f554b2006-03-06 04:31:57 +0900557 static const char * const xfer_mode_str[] = {
558 "PIO0",
559 "PIO1",
560 "PIO2",
561 "PIO3",
562 "PIO4",
Alan Coxb352e572006-08-10 18:52:12 +0100563 "PIO5",
564 "PIO6",
Tejun Heo75f554b2006-03-06 04:31:57 +0900565 "MWDMA0",
566 "MWDMA1",
567 "MWDMA2",
Alan Coxb352e572006-08-10 18:52:12 +0100568 "MWDMA3",
569 "MWDMA4",
Tejun Heo75f554b2006-03-06 04:31:57 +0900570 "UDMA/16",
571 "UDMA/25",
572 "UDMA/33",
573 "UDMA/44",
574 "UDMA/66",
575 "UDMA/100",
576 "UDMA/133",
577 "UDMA7",
578 };
Tejun Heo1da7b0d2006-03-06 04:31:56 +0900579 int highbit;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580
Tejun Heo1da7b0d2006-03-06 04:31:56 +0900581 highbit = fls(xfer_mask) - 1;
582 if (highbit >= 0 && highbit < ARRAY_SIZE(xfer_mode_str))
583 return xfer_mode_str[highbit];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700584 return "<n/a>";
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585}
586
Tejun Heo4c360c82006-04-01 01:38:17 +0900587static const char *sata_spd_string(unsigned int spd)
588{
589 static const char * const spd_str[] = {
590 "1.5 Gbps",
591 "3.0 Gbps",
592 };
593
594 if (spd == 0 || (spd - 1) >= ARRAY_SIZE(spd_str))
595 return "<unknown>";
596 return spd_str[spd - 1];
597}
598
Tejun Heo3373efd2006-05-15 20:57:53 +0900599void ata_dev_disable(struct ata_device *dev)
Tejun Heo0b8efb02006-03-24 15:25:31 +0900600{
Borislav Petkov0dd4b212006-06-23 02:29:08 -0400601 if (ata_dev_enabled(dev) && ata_msg_drv(dev->ap)) {
Tejun Heof15a1da2006-05-15 20:57:56 +0900602 ata_dev_printk(dev, KERN_WARNING, "disabled\n");
Tejun Heo0b8efb02006-03-24 15:25:31 +0900603 dev->class++;
604 }
605}
606
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608 * ata_devchk - PATA device presence detection
609 * @ap: ATA channel to examine
610 * @device: Device to examine (starting at zero)
611 *
Tejun Heo0d5ff562007-02-01 15:06:36 +0900612 * This technique was originally described in
613 * Hale Landis's ATADRVR (www.ata-atapi.com), and
614 * later found its way into the ATA/ATAPI spec.
615 *
616 * Write a pattern to the ATA shadow registers,
617 * and if a device is present, it will respond by
618 * correctly storing and echoing back the
619 * ATA shadow register contents.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620 *
621 * LOCKING:
622 * caller.
623 */
624
Tejun Heo0d5ff562007-02-01 15:06:36 +0900625static unsigned int ata_devchk(struct ata_port *ap, unsigned int device)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626{
Tejun Heo0d5ff562007-02-01 15:06:36 +0900627 struct ata_ioports *ioaddr = &ap->ioaddr;
628 u8 nsect, lbal;
629
630 ap->ops->dev_select(ap, device);
631
632 iowrite8(0x55, ioaddr->nsect_addr);
633 iowrite8(0xaa, ioaddr->lbal_addr);
634
635 iowrite8(0xaa, ioaddr->nsect_addr);
636 iowrite8(0x55, ioaddr->lbal_addr);
637
638 iowrite8(0x55, ioaddr->nsect_addr);
639 iowrite8(0xaa, ioaddr->lbal_addr);
640
641 nsect = ioread8(ioaddr->nsect_addr);
642 lbal = ioread8(ioaddr->lbal_addr);
643
644 if ((nsect == 0x55) && (lbal == 0xaa))
645 return 1; /* we found a device */
646
647 return 0; /* nothing found */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648}
649
650/**
651 * ata_dev_classify - determine device type based on ATA-spec signature
652 * @tf: ATA taskfile register set for device to be identified
653 *
654 * Determine from taskfile register contents whether a device is
655 * ATA or ATAPI, as per "Signature and persistence" section
656 * of ATA/PI spec (volume 1, sect 5.14).
657 *
658 * LOCKING:
659 * None.
660 *
661 * RETURNS:
662 * Device type, %ATA_DEV_ATA, %ATA_DEV_ATAPI, or %ATA_DEV_UNKNOWN
663 * the event of failure.
664 */
665
Jeff Garzik057ace52005-10-22 14:27:05 -0400666unsigned int ata_dev_classify(const struct ata_taskfile *tf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667{
668 /* Apple's open source Darwin code hints that some devices only
669 * put a proper signature into the LBA mid/high registers,
670 * So, we only check those. It's sufficient for uniqueness.
671 */
672
673 if (((tf->lbam == 0) && (tf->lbah == 0)) ||
674 ((tf->lbam == 0x3c) && (tf->lbah == 0xc3))) {
675 DPRINTK("found ATA device by sig\n");
676 return ATA_DEV_ATA;
677 }
678
679 if (((tf->lbam == 0x14) && (tf->lbah == 0xeb)) ||
680 ((tf->lbam == 0x69) && (tf->lbah == 0x96))) {
681 DPRINTK("found ATAPI device by sig\n");
682 return ATA_DEV_ATAPI;
683 }
684
685 DPRINTK("unknown device\n");
686 return ATA_DEV_UNKNOWN;
687}
688
689/**
690 * ata_dev_try_classify - Parse returned ATA device signature
691 * @ap: ATA channel to examine
692 * @device: Device to examine (starting at zero)
Tejun Heob4dc7622006-01-24 17:05:22 +0900693 * @r_err: Value of error register on completion
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694 *
695 * After an event -- SRST, E.D.D., or SATA COMRESET -- occurs,
696 * an ATA/ATAPI-defined set of values is placed in the ATA
697 * shadow registers, indicating the results of device detection
698 * and diagnostics.
699 *
700 * Select the ATA device, and read the values from the ATA shadow
701 * registers. Then parse according to the Error register value,
702 * and the spec-defined values examined by ata_dev_classify().
703 *
704 * LOCKING:
705 * caller.
Tejun Heob4dc7622006-01-24 17:05:22 +0900706 *
707 * RETURNS:
708 * Device type - %ATA_DEV_ATA, %ATA_DEV_ATAPI or %ATA_DEV_NONE.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709 */
710
Tejun Heob4dc7622006-01-24 17:05:22 +0900711static unsigned int
712ata_dev_try_classify(struct ata_port *ap, unsigned int device, u8 *r_err)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714 struct ata_taskfile tf;
715 unsigned int class;
716 u8 err;
717
718 ap->ops->dev_select(ap, device);
719
720 memset(&tf, 0, sizeof(tf));
721
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722 ap->ops->tf_read(ap, &tf);
Jeff Garzik0169e282005-10-29 21:25:10 -0400723 err = tf.feature;
Tejun Heob4dc7622006-01-24 17:05:22 +0900724 if (r_err)
725 *r_err = err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726
Alan Cox93590852006-09-12 16:55:12 +0100727 /* see if device passed diags: if master then continue and warn later */
728 if (err == 0 && device == 0)
729 /* diagnostic fail : do nothing _YET_ */
730 ap->device[device].horkage |= ATA_HORKAGE_DIAGNOSTIC;
731 else if (err == 1)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732 /* do nothing */ ;
733 else if ((device == 0) && (err == 0x81))
734 /* do nothing */ ;
735 else
Tejun Heob4dc7622006-01-24 17:05:22 +0900736 return ATA_DEV_NONE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737
Tejun Heob4dc7622006-01-24 17:05:22 +0900738 /* determine if device is ATA or ATAPI */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739 class = ata_dev_classify(&tf);
Tejun Heob4dc7622006-01-24 17:05:22 +0900740
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741 if (class == ATA_DEV_UNKNOWN)
Tejun Heob4dc7622006-01-24 17:05:22 +0900742 return ATA_DEV_NONE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743 if ((class == ATA_DEV_ATA) && (ata_chk_status(ap) == 0))
Tejun Heob4dc7622006-01-24 17:05:22 +0900744 return ATA_DEV_NONE;
745 return class;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746}
747
748/**
Tejun Heo6a62a042006-02-13 10:02:46 +0900749 * ata_id_string - Convert IDENTIFY DEVICE page into string
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750 * @id: IDENTIFY DEVICE results we will examine
751 * @s: string into which data is output
752 * @ofs: offset into identify device page
753 * @len: length of string to return. must be an even number.
754 *
755 * The strings in the IDENTIFY DEVICE page are broken up into
756 * 16-bit chunks. Run through the string, and output each
757 * 8-bit chunk linearly, regardless of platform.
758 *
759 * LOCKING:
760 * caller.
761 */
762
Tejun Heo6a62a042006-02-13 10:02:46 +0900763void ata_id_string(const u16 *id, unsigned char *s,
764 unsigned int ofs, unsigned int len)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765{
766 unsigned int c;
767
768 while (len > 0) {
769 c = id[ofs] >> 8;
770 *s = c;
771 s++;
772
773 c = id[ofs] & 0xff;
774 *s = c;
775 s++;
776
777 ofs++;
778 len -= 2;
779 }
780}
781
Tejun Heo0e949ff2006-02-12 22:47:04 +0900782/**
Tejun Heo6a62a042006-02-13 10:02:46 +0900783 * ata_id_c_string - Convert IDENTIFY DEVICE page into C string
Tejun Heo0e949ff2006-02-12 22:47:04 +0900784 * @id: IDENTIFY DEVICE results we will examine
785 * @s: string into which data is output
786 * @ofs: offset into identify device page
787 * @len: length of string to return. must be an odd number.
788 *
Tejun Heo6a62a042006-02-13 10:02:46 +0900789 * This function is identical to ata_id_string except that it
Tejun Heo0e949ff2006-02-12 22:47:04 +0900790 * trims trailing spaces and terminates the resulting string with
791 * null. @len must be actual maximum length (even number) + 1.
792 *
793 * LOCKING:
794 * caller.
795 */
Tejun Heo6a62a042006-02-13 10:02:46 +0900796void ata_id_c_string(const u16 *id, unsigned char *s,
797 unsigned int ofs, unsigned int len)
Tejun Heo0e949ff2006-02-12 22:47:04 +0900798{
799 unsigned char *p;
800
801 WARN_ON(!(len & 1));
802
Tejun Heo6a62a042006-02-13 10:02:46 +0900803 ata_id_string(id, s, ofs, len - 1);
Tejun Heo0e949ff2006-02-12 22:47:04 +0900804
805 p = s + strnlen(s, len - 1);
806 while (p > s && p[-1] == ' ')
807 p--;
808 *p = '\0';
809}
Edward Falk0baab862005-06-02 18:17:13 -0400810
Tejun Heo29407402006-02-12 22:47:04 +0900811static u64 ata_id_n_sectors(const u16 *id)
812{
813 if (ata_id_has_lba(id)) {
814 if (ata_id_has_lba48(id))
815 return ata_id_u64(id, 100);
816 else
817 return ata_id_u32(id, 60);
818 } else {
819 if (ata_id_current_chs_valid(id))
820 return ata_id_u32(id, 57);
821 else
822 return id[1] * id[3] * id[6];
823 }
824}
825
Edward Falk0baab862005-06-02 18:17:13 -0400826/**
827 * ata_noop_dev_select - Select device 0/1 on ATA bus
828 * @ap: ATA channel to manipulate
829 * @device: ATA device (numbered from zero) to select
830 *
831 * This function performs no actual function.
832 *
833 * May be used as the dev_select() entry in ata_port_operations.
834 *
835 * LOCKING:
836 * caller.
837 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838void ata_noop_dev_select (struct ata_port *ap, unsigned int device)
839{
840}
841
Edward Falk0baab862005-06-02 18:17:13 -0400842
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843/**
844 * ata_std_dev_select - Select device 0/1 on ATA bus
845 * @ap: ATA channel to manipulate
846 * @device: ATA device (numbered from zero) to select
847 *
848 * Use the method defined in the ATA specification to
849 * make either device 0, or device 1, active on the
Edward Falk0baab862005-06-02 18:17:13 -0400850 * ATA channel. Works with both PIO and MMIO.
851 *
852 * May be used as the dev_select() entry in ata_port_operations.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853 *
854 * LOCKING:
855 * caller.
856 */
857
858void ata_std_dev_select (struct ata_port *ap, unsigned int device)
859{
860 u8 tmp;
861
862 if (device == 0)
863 tmp = ATA_DEVICE_OBS;
864 else
865 tmp = ATA_DEVICE_OBS | ATA_DEV1;
866
Tejun Heo0d5ff562007-02-01 15:06:36 +0900867 iowrite8(tmp, ap->ioaddr.device_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868 ata_pause(ap); /* needed; also flushes, for mmio */
869}
870
871/**
872 * ata_dev_select - Select device 0/1 on ATA bus
873 * @ap: ATA channel to manipulate
874 * @device: ATA device (numbered from zero) to select
875 * @wait: non-zero to wait for Status register BSY bit to clear
876 * @can_sleep: non-zero if context allows sleeping
877 *
878 * Use the method defined in the ATA specification to
879 * make either device 0, or device 1, active on the
880 * ATA channel.
881 *
882 * This is a high-level version of ata_std_dev_select(),
883 * which additionally provides the services of inserting
884 * the proper pauses and status polling, where needed.
885 *
886 * LOCKING:
887 * caller.
888 */
889
890void ata_dev_select(struct ata_port *ap, unsigned int device,
891 unsigned int wait, unsigned int can_sleep)
892{
Tejun Heo88574552006-06-25 20:00:35 +0900893 if (ata_msg_probe(ap))
Borislav Petkov0dd4b212006-06-23 02:29:08 -0400894 ata_port_printk(ap, KERN_INFO, "ata_dev_select: ENTER, ata%u: "
Tejun Heo88574552006-06-25 20:00:35 +0900895 "device %u, wait %u\n", ap->id, device, wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896
897 if (wait)
898 ata_wait_idle(ap);
899
900 ap->ops->dev_select(ap, device);
901
902 if (wait) {
903 if (can_sleep && ap->device[device].class == ATA_DEV_ATAPI)
904 msleep(150);
905 ata_wait_idle(ap);
906 }
907}
908
909/**
910 * ata_dump_id - IDENTIFY DEVICE info debugging output
Tejun Heo0bd33002006-02-12 22:47:05 +0900911 * @id: IDENTIFY DEVICE page to dump
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912 *
Tejun Heo0bd33002006-02-12 22:47:05 +0900913 * Dump selected 16-bit words from the given IDENTIFY DEVICE
914 * page.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915 *
916 * LOCKING:
917 * caller.
918 */
919
Tejun Heo0bd33002006-02-12 22:47:05 +0900920static inline void ata_dump_id(const u16 *id)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921{
922 DPRINTK("49==0x%04x "
923 "53==0x%04x "
924 "63==0x%04x "
925 "64==0x%04x "
926 "75==0x%04x \n",
Tejun Heo0bd33002006-02-12 22:47:05 +0900927 id[49],
928 id[53],
929 id[63],
930 id[64],
931 id[75]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932 DPRINTK("80==0x%04x "
933 "81==0x%04x "
934 "82==0x%04x "
935 "83==0x%04x "
936 "84==0x%04x \n",
Tejun Heo0bd33002006-02-12 22:47:05 +0900937 id[80],
938 id[81],
939 id[82],
940 id[83],
941 id[84]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942 DPRINTK("88==0x%04x "
943 "93==0x%04x\n",
Tejun Heo0bd33002006-02-12 22:47:05 +0900944 id[88],
945 id[93]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946}
947
Tejun Heocb95d562006-03-06 04:31:56 +0900948/**
949 * ata_id_xfermask - Compute xfermask from the given IDENTIFY data
950 * @id: IDENTIFY data to compute xfer mask from
951 *
952 * Compute the xfermask for this device. This is not as trivial
953 * as it seems if we must consider early devices correctly.
954 *
955 * FIXME: pre IDE drive timing (do we care ?).
956 *
957 * LOCKING:
958 * None.
959 *
960 * RETURNS:
961 * Computed xfermask
962 */
963static unsigned int ata_id_xfermask(const u16 *id)
964{
965 unsigned int pio_mask, mwdma_mask, udma_mask;
966
967 /* Usual case. Word 53 indicates word 64 is valid */
968 if (id[ATA_ID_FIELD_VALID] & (1 << 1)) {
969 pio_mask = id[ATA_ID_PIO_MODES] & 0x03;
970 pio_mask <<= 3;
971 pio_mask |= 0x7;
972 } else {
973 /* If word 64 isn't valid then Word 51 high byte holds
974 * the PIO timing number for the maximum. Turn it into
975 * a mask.
976 */
Lennert Buytenhek7a0f1c82007-01-29 13:28:47 +0100977 u8 mode = (id[ATA_ID_OLD_PIO_MODES] >> 8) & 0xFF;
Alan Cox46767aeb2006-09-29 18:26:47 +0100978 if (mode < 5) /* Valid PIO range */
979 pio_mask = (2 << mode) - 1;
980 else
981 pio_mask = 1;
Tejun Heocb95d562006-03-06 04:31:56 +0900982
983 /* But wait.. there's more. Design your standards by
984 * committee and you too can get a free iordy field to
985 * process. However its the speeds not the modes that
986 * are supported... Note drivers using the timing API
987 * will get this right anyway
988 */
989 }
990
991 mwdma_mask = id[ATA_ID_MWDMA_MODES] & 0x07;
Tejun Heofb21f0d2006-03-12 12:34:35 +0900992
Alan Coxb352e572006-08-10 18:52:12 +0100993 if (ata_id_is_cfa(id)) {
994 /*
995 * Process compact flash extended modes
996 */
997 int pio = id[163] & 0x7;
998 int dma = (id[163] >> 3) & 7;
999
1000 if (pio)
1001 pio_mask |= (1 << 5);
1002 if (pio > 1)
1003 pio_mask |= (1 << 6);
1004 if (dma)
1005 mwdma_mask |= (1 << 3);
1006 if (dma > 1)
1007 mwdma_mask |= (1 << 4);
1008 }
1009
Tejun Heofb21f0d2006-03-12 12:34:35 +09001010 udma_mask = 0;
1011 if (id[ATA_ID_FIELD_VALID] & (1 << 2))
1012 udma_mask = id[ATA_ID_UDMA_MODES] & 0xff;
Tejun Heocb95d562006-03-06 04:31:56 +09001013
1014 return ata_pack_xfermask(pio_mask, mwdma_mask, udma_mask);
1015}
1016
Tejun Heo86e45b62006-03-05 15:29:09 +09001017/**
1018 * ata_port_queue_task - Queue port_task
1019 * @ap: The ata_port to queue port_task for
Randy Dunlape2a7f772006-05-18 10:50:18 -07001020 * @fn: workqueue function to be scheduled
David Howells65f27f32006-11-22 14:55:48 +00001021 * @data: data for @fn to use
Randy Dunlape2a7f772006-05-18 10:50:18 -07001022 * @delay: delay time for workqueue function
Tejun Heo86e45b62006-03-05 15:29:09 +09001023 *
1024 * Schedule @fn(@data) for execution after @delay jiffies using
1025 * port_task. There is one port_task per port and it's the
1026 * user(low level driver)'s responsibility to make sure that only
1027 * one task is active at any given time.
1028 *
1029 * libata core layer takes care of synchronization between
1030 * port_task and EH. ata_port_queue_task() may be ignored for EH
1031 * synchronization.
1032 *
1033 * LOCKING:
1034 * Inherited from caller.
1035 */
David Howells65f27f32006-11-22 14:55:48 +00001036void ata_port_queue_task(struct ata_port *ap, work_func_t fn, void *data,
Tejun Heo86e45b62006-03-05 15:29:09 +09001037 unsigned long delay)
1038{
1039 int rc;
1040
Tejun Heob51e9e52006-06-29 01:29:30 +09001041 if (ap->pflags & ATA_PFLAG_FLUSH_PORT_TASK)
Tejun Heo86e45b62006-03-05 15:29:09 +09001042 return;
1043
David Howells65f27f32006-11-22 14:55:48 +00001044 PREPARE_DELAYED_WORK(&ap->port_task, fn);
1045 ap->port_task_data = data;
Tejun Heo86e45b62006-03-05 15:29:09 +09001046
David Howells52bad642006-11-22 14:54:01 +00001047 rc = queue_delayed_work(ata_wq, &ap->port_task, delay);
Tejun Heo86e45b62006-03-05 15:29:09 +09001048
1049 /* rc == 0 means that another user is using port task */
1050 WARN_ON(rc == 0);
1051}
1052
1053/**
1054 * ata_port_flush_task - Flush port_task
1055 * @ap: The ata_port to flush port_task for
1056 *
1057 * After this function completes, port_task is guranteed not to
1058 * be running or scheduled.
1059 *
1060 * LOCKING:
1061 * Kernel thread context (may sleep)
1062 */
1063void ata_port_flush_task(struct ata_port *ap)
1064{
1065 unsigned long flags;
1066
1067 DPRINTK("ENTER\n");
1068
Jeff Garzikba6a1302006-06-22 23:46:10 -04001069 spin_lock_irqsave(ap->lock, flags);
Tejun Heob51e9e52006-06-29 01:29:30 +09001070 ap->pflags |= ATA_PFLAG_FLUSH_PORT_TASK;
Jeff Garzikba6a1302006-06-22 23:46:10 -04001071 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heo86e45b62006-03-05 15:29:09 +09001072
1073 DPRINTK("flush #1\n");
1074 flush_workqueue(ata_wq);
1075
1076 /*
1077 * At this point, if a task is running, it's guaranteed to see
1078 * the FLUSH flag; thus, it will never queue pio tasks again.
1079 * Cancel and flush.
1080 */
1081 if (!cancel_delayed_work(&ap->port_task)) {
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001082 if (ata_msg_ctl(ap))
Tejun Heo88574552006-06-25 20:00:35 +09001083 ata_port_printk(ap, KERN_DEBUG, "%s: flush #2\n",
1084 __FUNCTION__);
Tejun Heo86e45b62006-03-05 15:29:09 +09001085 flush_workqueue(ata_wq);
1086 }
1087
Jeff Garzikba6a1302006-06-22 23:46:10 -04001088 spin_lock_irqsave(ap->lock, flags);
Tejun Heob51e9e52006-06-29 01:29:30 +09001089 ap->pflags &= ~ATA_PFLAG_FLUSH_PORT_TASK;
Jeff Garzikba6a1302006-06-22 23:46:10 -04001090 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heo86e45b62006-03-05 15:29:09 +09001091
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001092 if (ata_msg_ctl(ap))
1093 ata_port_printk(ap, KERN_DEBUG, "%s: EXIT\n", __FUNCTION__);
Tejun Heo86e45b62006-03-05 15:29:09 +09001094}
1095
Adrian Bunk7102d232007-01-04 00:09:36 +01001096static void ata_qc_complete_internal(struct ata_queued_cmd *qc)
Tejun Heoa2a7a662005-12-13 14:48:31 +09001097{
Tejun Heo77853bf2006-01-23 13:09:36 +09001098 struct completion *waiting = qc->private_data;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001099
Tejun Heoa2a7a662005-12-13 14:48:31 +09001100 complete(waiting);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001101}
1102
1103/**
Tejun Heo24326972006-11-14 22:47:09 +09001104 * ata_exec_internal_sg - execute libata internal command
Tejun Heoa2a7a662005-12-13 14:48:31 +09001105 * @dev: Device to which the command is sent
1106 * @tf: Taskfile registers for the command and the result
Tejun Heod69cf372006-04-02 18:51:53 +09001107 * @cdb: CDB for packet command
Tejun Heoa2a7a662005-12-13 14:48:31 +09001108 * @dma_dir: Data tranfer direction of the command
Tejun Heo24326972006-11-14 22:47:09 +09001109 * @sg: sg list for the data buffer of the command
1110 * @n_elem: Number of sg entries
Tejun Heoa2a7a662005-12-13 14:48:31 +09001111 *
1112 * Executes libata internal command with timeout. @tf contains
1113 * command on entry and result on return. Timeout and error
1114 * conditions are reported via return value. No recovery action
1115 * is taken after a command times out. It's caller's duty to
1116 * clean up after timeout.
1117 *
1118 * LOCKING:
1119 * None. Should be called with kernel context, might sleep.
Tejun Heo551e8882006-06-12 14:09:49 +09001120 *
1121 * RETURNS:
1122 * Zero on success, AC_ERR_* mask on failure
Tejun Heoa2a7a662005-12-13 14:48:31 +09001123 */
Tejun Heo24326972006-11-14 22:47:09 +09001124unsigned ata_exec_internal_sg(struct ata_device *dev,
1125 struct ata_taskfile *tf, const u8 *cdb,
1126 int dma_dir, struct scatterlist *sg,
1127 unsigned int n_elem)
Tejun Heoa2a7a662005-12-13 14:48:31 +09001128{
Tejun Heo3373efd2006-05-15 20:57:53 +09001129 struct ata_port *ap = dev->ap;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001130 u8 command = tf->command;
1131 struct ata_queued_cmd *qc;
Tejun Heo2ab7db12006-05-15 20:58:02 +09001132 unsigned int tag, preempted_tag;
Tejun Heodedaf2b2006-05-15 21:03:43 +09001133 u32 preempted_sactive, preempted_qc_active;
Ingo Molnar60be6b92006-07-03 00:25:26 -07001134 DECLARE_COMPLETION_ONSTACK(wait);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001135 unsigned long flags;
Tejun Heo77853bf2006-01-23 13:09:36 +09001136 unsigned int err_mask;
Tejun Heod95a7172006-05-15 20:58:14 +09001137 int rc;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001138
Jeff Garzikba6a1302006-06-22 23:46:10 -04001139 spin_lock_irqsave(ap->lock, flags);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001140
Tejun Heoe3180492006-05-15 20:58:09 +09001141 /* no internal command while frozen */
Tejun Heob51e9e52006-06-29 01:29:30 +09001142 if (ap->pflags & ATA_PFLAG_FROZEN) {
Jeff Garzikba6a1302006-06-22 23:46:10 -04001143 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heoe3180492006-05-15 20:58:09 +09001144 return AC_ERR_SYSTEM;
1145 }
1146
Tejun Heo2ab7db12006-05-15 20:58:02 +09001147 /* initialize internal qc */
Tejun Heoa2a7a662005-12-13 14:48:31 +09001148
Tejun Heo2ab7db12006-05-15 20:58:02 +09001149 /* XXX: Tag 0 is used for drivers with legacy EH as some
1150 * drivers choke if any other tag is given. This breaks
1151 * ata_tag_internal() test for those drivers. Don't use new
1152 * EH stuff without converting to it.
1153 */
1154 if (ap->ops->error_handler)
1155 tag = ATA_TAG_INTERNAL;
1156 else
1157 tag = 0;
1158
Tejun Heo6cec4a32006-05-15 21:03:41 +09001159 if (test_and_set_bit(tag, &ap->qc_allocated))
Tejun Heo2ab7db12006-05-15 20:58:02 +09001160 BUG();
Tejun Heof69499f2006-05-15 20:58:03 +09001161 qc = __ata_qc_from_tag(ap, tag);
Tejun Heo2ab7db12006-05-15 20:58:02 +09001162
1163 qc->tag = tag;
1164 qc->scsicmd = NULL;
1165 qc->ap = ap;
1166 qc->dev = dev;
1167 ata_qc_reinit(qc);
1168
1169 preempted_tag = ap->active_tag;
Tejun Heodedaf2b2006-05-15 21:03:43 +09001170 preempted_sactive = ap->sactive;
1171 preempted_qc_active = ap->qc_active;
Tejun Heo2ab7db12006-05-15 20:58:02 +09001172 ap->active_tag = ATA_TAG_POISON;
Tejun Heodedaf2b2006-05-15 21:03:43 +09001173 ap->sactive = 0;
1174 ap->qc_active = 0;
Tejun Heo2ab7db12006-05-15 20:58:02 +09001175
1176 /* prepare & issue qc */
Tejun Heoa2a7a662005-12-13 14:48:31 +09001177 qc->tf = *tf;
Tejun Heod69cf372006-04-02 18:51:53 +09001178 if (cdb)
1179 memcpy(qc->cdb, cdb, ATAPI_CDB_LEN);
Tejun Heoe61e0672006-05-15 20:57:40 +09001180 qc->flags |= ATA_QCFLAG_RESULT_TF;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001181 qc->dma_dir = dma_dir;
1182 if (dma_dir != DMA_NONE) {
Tejun Heo24326972006-11-14 22:47:09 +09001183 unsigned int i, buflen = 0;
1184
1185 for (i = 0; i < n_elem; i++)
1186 buflen += sg[i].length;
1187
1188 ata_sg_init(qc, sg, n_elem);
Brian King49c80422007-01-30 11:32:26 -06001189 qc->nbytes = buflen;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001190 }
1191
Tejun Heo77853bf2006-01-23 13:09:36 +09001192 qc->private_data = &wait;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001193 qc->complete_fn = ata_qc_complete_internal;
1194
Tejun Heo8e0e6942006-03-31 20:41:11 +09001195 ata_qc_issue(qc);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001196
Jeff Garzikba6a1302006-06-22 23:46:10 -04001197 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001198
Andrew Mortona8601e52006-06-25 01:36:52 -07001199 rc = wait_for_completion_timeout(&wait, ata_probe_timeout);
Albert Lee41ade502006-03-14 11:19:04 +08001200
Tejun Heod95a7172006-05-15 20:58:14 +09001201 ata_port_flush_task(ap);
1202
1203 if (!rc) {
Jeff Garzikba6a1302006-06-22 23:46:10 -04001204 spin_lock_irqsave(ap->lock, flags);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001205
1206 /* We're racing with irq here. If we lose, the
1207 * following test prevents us from completing the qc
Tejun Heod95a7172006-05-15 20:58:14 +09001208 * twice. If we win, the port is frozen and will be
1209 * cleaned up by ->post_internal_cmd().
Tejun Heoa2a7a662005-12-13 14:48:31 +09001210 */
Tejun Heo77853bf2006-01-23 13:09:36 +09001211 if (qc->flags & ATA_QCFLAG_ACTIVE) {
Tejun Heod95a7172006-05-15 20:58:14 +09001212 qc->err_mask |= AC_ERR_TIMEOUT;
1213
1214 if (ap->ops->error_handler)
1215 ata_port_freeze(ap);
1216 else
1217 ata_qc_complete(qc);
Tejun Heof15a1da2006-05-15 20:57:56 +09001218
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001219 if (ata_msg_warn(ap))
1220 ata_dev_printk(dev, KERN_WARNING,
Tejun Heo88574552006-06-25 20:00:35 +09001221 "qc timeout (cmd 0x%x)\n", command);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001222 }
1223
Jeff Garzikba6a1302006-06-22 23:46:10 -04001224 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heoa2a7a662005-12-13 14:48:31 +09001225 }
1226
Tejun Heod95a7172006-05-15 20:58:14 +09001227 /* do post_internal_cmd */
1228 if (ap->ops->post_internal_cmd)
1229 ap->ops->post_internal_cmd(qc);
1230
Alan18d90de2007-01-24 11:42:38 +00001231 if ((qc->flags & ATA_QCFLAG_FAILED) && !qc->err_mask) {
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001232 if (ata_msg_warn(ap))
Tejun Heo88574552006-06-25 20:00:35 +09001233 ata_dev_printk(dev, KERN_WARNING,
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001234 "zero err_mask for failed "
Tejun Heo88574552006-06-25 20:00:35 +09001235 "internal command, assuming AC_ERR_OTHER\n");
Tejun Heod95a7172006-05-15 20:58:14 +09001236 qc->err_mask |= AC_ERR_OTHER;
1237 }
1238
Tejun Heo15869302006-05-15 20:57:33 +09001239 /* finish up */
Jeff Garzikba6a1302006-06-22 23:46:10 -04001240 spin_lock_irqsave(ap->lock, flags);
Tejun Heo15869302006-05-15 20:57:33 +09001241
Tejun Heoe61e0672006-05-15 20:57:40 +09001242 *tf = qc->result_tf;
Tejun Heo77853bf2006-01-23 13:09:36 +09001243 err_mask = qc->err_mask;
1244
1245 ata_qc_free(qc);
Tejun Heo2ab7db12006-05-15 20:58:02 +09001246 ap->active_tag = preempted_tag;
Tejun Heodedaf2b2006-05-15 21:03:43 +09001247 ap->sactive = preempted_sactive;
1248 ap->qc_active = preempted_qc_active;
Tejun Heo77853bf2006-01-23 13:09:36 +09001249
Tejun Heo1f7dd3e2006-03-24 15:25:30 +09001250 /* XXX - Some LLDDs (sata_mv) disable port on command failure.
1251 * Until those drivers are fixed, we detect the condition
1252 * here, fail the command with AC_ERR_SYSTEM and reenable the
1253 * port.
1254 *
1255 * Note that this doesn't change any behavior as internal
1256 * command failure results in disabling the device in the
1257 * higher layer for LLDDs without new reset/EH callbacks.
1258 *
1259 * Kill the following code as soon as those drivers are fixed.
1260 */
Tejun Heo198e0fe2006-04-02 18:51:52 +09001261 if (ap->flags & ATA_FLAG_DISABLED) {
Tejun Heo1f7dd3e2006-03-24 15:25:30 +09001262 err_mask |= AC_ERR_SYSTEM;
1263 ata_port_probe(ap);
1264 }
1265
Jeff Garzikba6a1302006-06-22 23:46:10 -04001266 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heo15869302006-05-15 20:57:33 +09001267
Tejun Heo77853bf2006-01-23 13:09:36 +09001268 return err_mask;
Tejun Heoa2a7a662005-12-13 14:48:31 +09001269}
1270
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271/**
Tejun Heo33480a02006-12-12 02:15:31 +09001272 * ata_exec_internal - execute libata internal command
Tejun Heo24326972006-11-14 22:47:09 +09001273 * @dev: Device to which the command is sent
1274 * @tf: Taskfile registers for the command and the result
1275 * @cdb: CDB for packet command
1276 * @dma_dir: Data tranfer direction of the command
1277 * @buf: Data buffer of the command
1278 * @buflen: Length of data buffer
1279 *
1280 * Wrapper around ata_exec_internal_sg() which takes simple
1281 * buffer instead of sg list.
1282 *
1283 * LOCKING:
1284 * None. Should be called with kernel context, might sleep.
1285 *
1286 * RETURNS:
1287 * Zero on success, AC_ERR_* mask on failure
1288 */
1289unsigned ata_exec_internal(struct ata_device *dev,
1290 struct ata_taskfile *tf, const u8 *cdb,
1291 int dma_dir, void *buf, unsigned int buflen)
1292{
Tejun Heo33480a02006-12-12 02:15:31 +09001293 struct scatterlist *psg = NULL, sg;
1294 unsigned int n_elem = 0;
Tejun Heo24326972006-11-14 22:47:09 +09001295
Tejun Heo33480a02006-12-12 02:15:31 +09001296 if (dma_dir != DMA_NONE) {
1297 WARN_ON(!buf);
1298 sg_init_one(&sg, buf, buflen);
1299 psg = &sg;
1300 n_elem++;
1301 }
Tejun Heo24326972006-11-14 22:47:09 +09001302
Tejun Heo33480a02006-12-12 02:15:31 +09001303 return ata_exec_internal_sg(dev, tf, cdb, dma_dir, psg, n_elem);
Tejun Heo24326972006-11-14 22:47:09 +09001304}
1305
1306/**
Tejun Heo977e6b92006-06-24 20:30:19 +09001307 * ata_do_simple_cmd - execute simple internal command
1308 * @dev: Device to which the command is sent
1309 * @cmd: Opcode to execute
1310 *
1311 * Execute a 'simple' command, that only consists of the opcode
1312 * 'cmd' itself, without filling any other registers
1313 *
1314 * LOCKING:
1315 * Kernel thread context (may sleep).
1316 *
1317 * RETURNS:
1318 * Zero on success, AC_ERR_* mask on failure
Tejun Heoe58eb582006-06-24 20:30:19 +09001319 */
Tejun Heo77b08fb2006-06-24 20:30:19 +09001320unsigned int ata_do_simple_cmd(struct ata_device *dev, u8 cmd)
Tejun Heoe58eb582006-06-24 20:30:19 +09001321{
1322 struct ata_taskfile tf;
Tejun Heoe58eb582006-06-24 20:30:19 +09001323
1324 ata_tf_init(dev, &tf);
1325
1326 tf.command = cmd;
1327 tf.flags |= ATA_TFLAG_DEVICE;
1328 tf.protocol = ATA_PROT_NODATA;
1329
Tejun Heo977e6b92006-06-24 20:30:19 +09001330 return ata_exec_internal(dev, &tf, NULL, DMA_NONE, NULL, 0);
Tejun Heoe58eb582006-06-24 20:30:19 +09001331}
1332
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333/**
Alan Cox1bc4ccf2006-01-09 17:18:14 +00001334 * ata_pio_need_iordy - check if iordy needed
1335 * @adev: ATA device
1336 *
1337 * Check if the current speed of the device requires IORDY. Used
1338 * by various controllers for chip configuration.
1339 */
1340
1341unsigned int ata_pio_need_iordy(const struct ata_device *adev)
1342{
1343 int pio;
1344 int speed = adev->pio_mode - XFER_PIO_0;
1345
1346 if (speed < 2)
1347 return 0;
1348 if (speed > 2)
1349 return 1;
Jeff Garzik2e9edbf2006-03-24 09:56:57 -05001350
Alan Cox1bc4ccf2006-01-09 17:18:14 +00001351 /* If we have no drive specific rule, then PIO 2 is non IORDY */
1352
1353 if (adev->id[ATA_ID_FIELD_VALID] & 2) { /* EIDE */
1354 pio = adev->id[ATA_ID_EIDE_PIO];
1355 /* Is the speed faster than the drive allows non IORDY ? */
1356 if (pio) {
1357 /* This is cycle times not frequency - watch the logic! */
1358 if (pio > 240) /* PIO2 is 240nS per cycle */
1359 return 1;
1360 return 0;
1361 }
1362 }
1363 return 0;
1364}
1365
1366/**
Tejun Heo49016ac2006-02-21 02:12:11 +09001367 * ata_dev_read_id - Read ID data from the specified device
Tejun Heo49016ac2006-02-21 02:12:11 +09001368 * @dev: target device
1369 * @p_class: pointer to class of the target device (may be changed)
Tejun Heobff04642006-11-10 18:08:10 +09001370 * @flags: ATA_READID_* flags
Tejun Heofe635c72006-05-15 20:57:35 +09001371 * @id: buffer to read IDENTIFY data into
Tejun Heo49016ac2006-02-21 02:12:11 +09001372 *
1373 * Read ID data from the specified device. ATA_CMD_ID_ATA is
1374 * performed on ATA devices and ATA_CMD_ID_ATAPI on ATAPI
Tejun Heoaec5c3c2006-03-25 01:33:34 +09001375 * devices. This function also issues ATA_CMD_INIT_DEV_PARAMS
1376 * for pre-ATA4 drives.
Tejun Heo49016ac2006-02-21 02:12:11 +09001377 *
1378 * LOCKING:
1379 * Kernel thread context (may sleep)
1380 *
1381 * RETURNS:
1382 * 0 on success, -errno otherwise.
1383 */
Tejun Heoa9beec92006-05-31 18:27:44 +09001384int ata_dev_read_id(struct ata_device *dev, unsigned int *p_class,
Tejun Heobff04642006-11-10 18:08:10 +09001385 unsigned int flags, u16 *id)
Tejun Heo49016ac2006-02-21 02:12:11 +09001386{
Tejun Heo3373efd2006-05-15 20:57:53 +09001387 struct ata_port *ap = dev->ap;
Tejun Heo49016ac2006-02-21 02:12:11 +09001388 unsigned int class = *p_class;
Tejun Heo49016ac2006-02-21 02:12:11 +09001389 struct ata_taskfile tf;
1390 unsigned int err_mask = 0;
1391 const char *reason;
1392 int rc;
1393
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001394 if (ata_msg_ctl(ap))
Tejun Heo88574552006-06-25 20:00:35 +09001395 ata_dev_printk(dev, KERN_DEBUG, "%s: ENTER, host %u, dev %u\n",
1396 __FUNCTION__, ap->id, dev->devno);
Tejun Heo49016ac2006-02-21 02:12:11 +09001397
Tejun Heo49016ac2006-02-21 02:12:11 +09001398 ata_dev_select(ap, dev->devno, 1, 1); /* select device 0/1 */
1399
1400 retry:
Tejun Heo3373efd2006-05-15 20:57:53 +09001401 ata_tf_init(dev, &tf);
Tejun Heo49016ac2006-02-21 02:12:11 +09001402
1403 switch (class) {
1404 case ATA_DEV_ATA:
1405 tf.command = ATA_CMD_ID_ATA;
1406 break;
1407 case ATA_DEV_ATAPI:
1408 tf.command = ATA_CMD_ID_ATAPI;
1409 break;
1410 default:
1411 rc = -ENODEV;
1412 reason = "unsupported class";
1413 goto err_out;
1414 }
1415
1416 tf.protocol = ATA_PROT_PIO;
Tejun Heo81afe892007-02-07 12:37:41 -08001417
1418 /* Some devices choke if TF registers contain garbage. Make
1419 * sure those are properly initialized.
1420 */
1421 tf.flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE;
1422
1423 /* Device presence detection is unreliable on some
1424 * controllers. Always poll IDENTIFY if available.
1425 */
1426 tf.flags |= ATA_TFLAG_POLLING;
Tejun Heo49016ac2006-02-21 02:12:11 +09001427
Tejun Heo3373efd2006-05-15 20:57:53 +09001428 err_mask = ata_exec_internal(dev, &tf, NULL, DMA_FROM_DEVICE,
Tejun Heo49016ac2006-02-21 02:12:11 +09001429 id, sizeof(id[0]) * ATA_ID_WORDS);
Tejun Heo49016ac2006-02-21 02:12:11 +09001430 if (err_mask) {
Tejun Heo800b3992006-12-03 21:34:13 +09001431 if (err_mask & AC_ERR_NODEV_HINT) {
Tejun Heo55a8e2c2006-11-10 18:08:10 +09001432 DPRINTK("ata%u.%d: NODEV after polling detection\n",
1433 ap->id, dev->devno);
1434 return -ENOENT;
1435 }
1436
Tejun Heo49016ac2006-02-21 02:12:11 +09001437 rc = -EIO;
1438 reason = "I/O error";
Tejun Heo49016ac2006-02-21 02:12:11 +09001439 goto err_out;
1440 }
1441
1442 swap_buf_le16(id, ATA_ID_WORDS);
1443
Tejun Heo49016ac2006-02-21 02:12:11 +09001444 /* sanity check */
Tejun Heoa4f57492006-09-12 20:35:49 -07001445 rc = -EINVAL;
1446 reason = "device reports illegal type";
1447
1448 if (class == ATA_DEV_ATA) {
1449 if (!ata_id_is_ata(id) && !ata_id_is_cfa(id))
1450 goto err_out;
1451 } else {
1452 if (ata_id_is_ata(id))
1453 goto err_out;
Tejun Heo49016ac2006-02-21 02:12:11 +09001454 }
1455
Tejun Heobff04642006-11-10 18:08:10 +09001456 if ((flags & ATA_READID_POSTRESET) && class == ATA_DEV_ATA) {
Tejun Heo49016ac2006-02-21 02:12:11 +09001457 /*
1458 * The exact sequence expected by certain pre-ATA4 drives is:
1459 * SRST RESET
1460 * IDENTIFY
1461 * INITIALIZE DEVICE PARAMETERS
1462 * anything else..
1463 * Some drives were very specific about that exact sequence.
1464 */
1465 if (ata_id_major_version(id) < 4 || !ata_id_has_lba(id)) {
Tejun Heo3373efd2006-05-15 20:57:53 +09001466 err_mask = ata_dev_init_params(dev, id[3], id[6]);
Tejun Heo49016ac2006-02-21 02:12:11 +09001467 if (err_mask) {
1468 rc = -EIO;
1469 reason = "INIT_DEV_PARAMS failed";
1470 goto err_out;
1471 }
1472
1473 /* current CHS translation info (id[53-58]) might be
1474 * changed. reread the identify device info.
1475 */
Tejun Heobff04642006-11-10 18:08:10 +09001476 flags &= ~ATA_READID_POSTRESET;
Tejun Heo49016ac2006-02-21 02:12:11 +09001477 goto retry;
1478 }
1479 }
1480
1481 *p_class = class;
Tejun Heofe635c72006-05-15 20:57:35 +09001482
Tejun Heo49016ac2006-02-21 02:12:11 +09001483 return 0;
1484
1485 err_out:
Tejun Heo88574552006-06-25 20:00:35 +09001486 if (ata_msg_warn(ap))
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001487 ata_dev_printk(dev, KERN_WARNING, "failed to IDENTIFY "
Tejun Heo88574552006-06-25 20:00:35 +09001488 "(%s, err_mask=0x%x)\n", reason, err_mask);
Tejun Heo49016ac2006-02-21 02:12:11 +09001489 return rc;
1490}
1491
Tejun Heo3373efd2006-05-15 20:57:53 +09001492static inline u8 ata_dev_knobble(struct ata_device *dev)
Tejun Heo4b2f3ed2006-03-01 16:09:36 +09001493{
Tejun Heo3373efd2006-05-15 20:57:53 +09001494 return ((dev->ap->cbl == ATA_CBL_SATA) && (!ata_id_is_sata(dev->id)));
Tejun Heo4b2f3ed2006-03-01 16:09:36 +09001495}
1496
Tejun Heoa6e6ce82006-05-15 21:03:48 +09001497static void ata_dev_config_ncq(struct ata_device *dev,
1498 char *desc, size_t desc_sz)
1499{
1500 struct ata_port *ap = dev->ap;
1501 int hdepth = 0, ddepth = ata_id_queue_depth(dev->id);
1502
1503 if (!ata_id_has_ncq(dev->id)) {
1504 desc[0] = '\0';
1505 return;
1506 }
Alan Cox6919a0a2006-10-27 19:08:46 -07001507 if (ata_device_blacklisted(dev) & ATA_HORKAGE_NONCQ) {
1508 snprintf(desc, desc_sz, "NCQ (not used)");
1509 return;
1510 }
Tejun Heoa6e6ce82006-05-15 21:03:48 +09001511 if (ap->flags & ATA_FLAG_NCQ) {
Jeff Garzikcca39742006-08-24 03:19:22 -04001512 hdepth = min(ap->scsi_host->can_queue, ATA_MAX_QUEUE - 1);
Tejun Heoa6e6ce82006-05-15 21:03:48 +09001513 dev->flags |= ATA_DFLAG_NCQ;
1514 }
1515
1516 if (hdepth >= ddepth)
1517 snprintf(desc, desc_sz, "NCQ (depth %d)", ddepth);
1518 else
1519 snprintf(desc, desc_sz, "NCQ (depth %d/%d)", hdepth, ddepth);
1520}
1521
Brian Kinge6d902a2006-06-28 08:30:31 -05001522static void ata_set_port_max_cmd_len(struct ata_port *ap)
1523{
1524 int i;
1525
Jeff Garzikcca39742006-08-24 03:19:22 -04001526 if (ap->scsi_host) {
1527 unsigned int len = 0;
1528
Brian Kinge6d902a2006-06-28 08:30:31 -05001529 for (i = 0; i < ATA_MAX_DEVICES; i++)
Jeff Garzikcca39742006-08-24 03:19:22 -04001530 len = max(len, ap->device[i].cdb_len);
1531
1532 ap->scsi_host->max_cmd_len = len;
Brian Kinge6d902a2006-06-28 08:30:31 -05001533 }
1534}
1535
Tejun Heo49016ac2006-02-21 02:12:11 +09001536/**
Tejun Heoffeae412006-03-01 16:09:35 +09001537 * ata_dev_configure - Configure the specified ATA/ATAPI device
Tejun Heoffeae412006-03-01 16:09:35 +09001538 * @dev: Target device to configure
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539 *
Tejun Heoffeae412006-03-01 16:09:35 +09001540 * Configure @dev according to @dev->id. Generic and low-level
1541 * driver specific fixups are also applied.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001542 *
1543 * LOCKING:
Tejun Heoffeae412006-03-01 16:09:35 +09001544 * Kernel thread context (may sleep)
1545 *
1546 * RETURNS:
1547 * 0 on success, -errno otherwise
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548 */
Tejun Heoefdaedc2006-11-01 18:38:52 +09001549int ata_dev_configure(struct ata_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001550{
Tejun Heo3373efd2006-05-15 20:57:53 +09001551 struct ata_port *ap = dev->ap;
Tejun Heoefdaedc2006-11-01 18:38:52 +09001552 int print_info = ap->eh_context.i.flags & ATA_EHI_PRINTINFO;
Tejun Heo1148c3a2006-03-13 19:48:04 +09001553 const u16 *id = dev->id;
Tejun Heoff8854b2006-03-06 04:31:56 +09001554 unsigned int xfer_mask;
Alan Coxb352e572006-08-10 18:52:12 +01001555 char revbuf[7]; /* XYZ-99\0 */
Eric D. Mudama3f64f562007-01-30 23:00:40 -07001556 char fwrevbuf[ATA_ID_FW_REV_LEN+1];
1557 char modelbuf[ATA_ID_PROD_LEN+1];
Brian Kinge6d902a2006-06-28 08:30:31 -05001558 int rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001560 if (!ata_dev_enabled(dev) && ata_msg_info(ap)) {
Tejun Heo88574552006-06-25 20:00:35 +09001561 ata_dev_printk(dev, KERN_INFO,
1562 "%s: ENTER/EXIT (host %u, dev %u) -- nodev\n",
1563 __FUNCTION__, ap->id, dev->devno);
Tejun Heoffeae412006-03-01 16:09:35 +09001564 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565 }
1566
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001567 if (ata_msg_probe(ap))
Tejun Heo88574552006-06-25 20:00:35 +09001568 ata_dev_printk(dev, KERN_DEBUG, "%s: ENTER, host %u, dev %u\n",
1569 __FUNCTION__, ap->id, dev->devno);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570
Tejun Heoc39f5eb2006-03-13 19:51:19 +09001571 /* print device capabilities */
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001572 if (ata_msg_probe(ap))
Tejun Heo88574552006-06-25 20:00:35 +09001573 ata_dev_printk(dev, KERN_DEBUG,
1574 "%s: cfg 49:%04x 82:%04x 83:%04x 84:%04x "
1575 "85:%04x 86:%04x 87:%04x 88:%04x\n",
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001576 __FUNCTION__,
Tejun Heof15a1da2006-05-15 20:57:56 +09001577 id[49], id[82], id[83], id[84],
1578 id[85], id[86], id[87], id[88]);
Tejun Heoc39f5eb2006-03-13 19:51:19 +09001579
Tejun Heo208a9932006-03-05 17:55:58 +09001580 /* initialize to-be-configured parameters */
Tejun Heoea1dd4e2006-04-02 18:51:53 +09001581 dev->flags &= ~ATA_DFLAG_CFG_MASK;
Tejun Heo208a9932006-03-05 17:55:58 +09001582 dev->max_sectors = 0;
1583 dev->cdb_len = 0;
1584 dev->n_sectors = 0;
1585 dev->cylinders = 0;
1586 dev->heads = 0;
1587 dev->sectors = 0;
1588
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589 /*
1590 * common ATA, ATAPI feature tests
1591 */
1592
Tejun Heoff8854b2006-03-06 04:31:56 +09001593 /* find max transfer mode; for printk only */
Tejun Heo1148c3a2006-03-13 19:48:04 +09001594 xfer_mask = ata_id_xfermask(id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001596 if (ata_msg_probe(ap))
1597 ata_dump_id(id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598
1599 /* ATA-specific feature tests */
1600 if (dev->class == ATA_DEV_ATA) {
Alan Coxb352e572006-08-10 18:52:12 +01001601 if (ata_id_is_cfa(id)) {
1602 if (id[162] & 1) /* CPRM may make this media unusable */
1603 ata_dev_printk(dev, KERN_WARNING, "ata%u: device %u supports DRM functions and may not be fully accessable.\n",
1604 ap->id, dev->devno);
1605 snprintf(revbuf, 7, "CFA");
1606 }
1607 else
1608 snprintf(revbuf, 7, "ATA-%d", ata_id_major_version(id));
1609
Tejun Heo1148c3a2006-03-13 19:48:04 +09001610 dev->n_sectors = ata_id_n_sectors(id);
Tejun Heo29407402006-02-12 22:47:04 +09001611
Eric D. Mudama3f64f562007-01-30 23:00:40 -07001612 /* SCSI only uses 4-char revisions, dump full 8 chars from ATA */
Jeff Garzik591a6e82007-02-06 21:08:14 -05001613 ata_id_c_string(dev->id, fwrevbuf, ATA_ID_FW_REV,
Eric D. Mudama3f64f562007-01-30 23:00:40 -07001614 sizeof(fwrevbuf));
1615
Jeff Garzik591a6e82007-02-06 21:08:14 -05001616 ata_id_c_string(dev->id, modelbuf, ATA_ID_PROD,
Eric D. Mudama3f64f562007-01-30 23:00:40 -07001617 sizeof(modelbuf));
1618
1619 if (dev->id[59] & 0x100)
1620 dev->multi_count = dev->id[59] & 0xff;
1621
Tejun Heo1148c3a2006-03-13 19:48:04 +09001622 if (ata_id_has_lba(id)) {
Tejun Heo4c2d7212006-03-05 17:55:58 +09001623 const char *lba_desc;
Tejun Heoa6e6ce82006-05-15 21:03:48 +09001624 char ncq_desc[20];
Albert Lee8bf62ec2005-05-12 15:29:42 -04001625
Tejun Heo4c2d7212006-03-05 17:55:58 +09001626 lba_desc = "LBA";
1627 dev->flags |= ATA_DFLAG_LBA;
Tejun Heo1148c3a2006-03-13 19:48:04 +09001628 if (ata_id_has_lba48(id)) {
Albert Lee8bf62ec2005-05-12 15:29:42 -04001629 dev->flags |= ATA_DFLAG_LBA48;
Tejun Heo4c2d7212006-03-05 17:55:58 +09001630 lba_desc = "LBA48";
Tejun Heo6fc49ad2006-11-11 20:10:45 +09001631
1632 if (dev->n_sectors >= (1UL << 28) &&
1633 ata_id_has_flush_ext(id))
1634 dev->flags |= ATA_DFLAG_FLUSH_EXT;
Tejun Heo4c2d7212006-03-05 17:55:58 +09001635 }
Albert Lee8bf62ec2005-05-12 15:29:42 -04001636
Tejun Heoa6e6ce82006-05-15 21:03:48 +09001637 /* config NCQ */
1638 ata_dev_config_ncq(dev, ncq_desc, sizeof(ncq_desc));
1639
Albert Lee8bf62ec2005-05-12 15:29:42 -04001640 /* print device info to dmesg */
Eric D. Mudama3f64f562007-01-30 23:00:40 -07001641 if (ata_msg_drv(ap) && print_info) {
1642 ata_dev_printk(dev, KERN_INFO,
1643 "%s: %s, %s, max %s\n",
1644 revbuf, modelbuf, fwrevbuf,
1645 ata_mode_string(xfer_mask));
1646 ata_dev_printk(dev, KERN_INFO,
1647 "%Lu sectors, multi %u: %s %s\n",
Tejun Heof15a1da2006-05-15 20:57:56 +09001648 (unsigned long long)dev->n_sectors,
Eric D. Mudama3f64f562007-01-30 23:00:40 -07001649 dev->multi_count, lba_desc, ncq_desc);
1650 }
Tejun Heoffeae412006-03-01 16:09:35 +09001651 } else {
Albert Lee8bf62ec2005-05-12 15:29:42 -04001652 /* CHS */
1653
1654 /* Default translation */
Tejun Heo1148c3a2006-03-13 19:48:04 +09001655 dev->cylinders = id[1];
1656 dev->heads = id[3];
1657 dev->sectors = id[6];
Albert Lee8bf62ec2005-05-12 15:29:42 -04001658
Tejun Heo1148c3a2006-03-13 19:48:04 +09001659 if (ata_id_current_chs_valid(id)) {
Albert Lee8bf62ec2005-05-12 15:29:42 -04001660 /* Current CHS translation is valid. */
Tejun Heo1148c3a2006-03-13 19:48:04 +09001661 dev->cylinders = id[54];
1662 dev->heads = id[55];
1663 dev->sectors = id[56];
Albert Lee8bf62ec2005-05-12 15:29:42 -04001664 }
1665
1666 /* print device info to dmesg */
Eric D. Mudama3f64f562007-01-30 23:00:40 -07001667 if (ata_msg_drv(ap) && print_info) {
Tejun Heo88574552006-06-25 20:00:35 +09001668 ata_dev_printk(dev, KERN_INFO,
Eric D. Mudama3f64f562007-01-30 23:00:40 -07001669 "%s: %s, %s, max %s\n",
1670 revbuf, modelbuf, fwrevbuf,
1671 ata_mode_string(xfer_mask));
1672 ata_dev_printk(dev, KERN_INFO,
1673 "%Lu sectors, multi %u, CHS %u/%u/%u\n",
1674 (unsigned long long)dev->n_sectors,
1675 dev->multi_count, dev->cylinders,
1676 dev->heads, dev->sectors);
1677 }
Albert Lee07f6f7d2005-11-01 19:33:20 +08001678 }
1679
Tejun Heo6e7846e2006-02-12 23:32:58 +09001680 dev->cdb_len = 16;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681 }
1682
1683 /* ATAPI-specific feature tests */
Jeff Garzik2c13b7c2005-11-14 14:14:16 -05001684 else if (dev->class == ATA_DEV_ATAPI) {
Albert Lee08a556d2006-03-31 13:29:04 +08001685 char *cdb_intr_string = "";
1686
Tejun Heo1148c3a2006-03-13 19:48:04 +09001687 rc = atapi_cdb_len(id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688 if ((rc < 12) || (rc > ATAPI_CDB_LEN)) {
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001689 if (ata_msg_warn(ap))
Tejun Heo88574552006-06-25 20:00:35 +09001690 ata_dev_printk(dev, KERN_WARNING,
1691 "unsupported CDB len\n");
Tejun Heoffeae412006-03-01 16:09:35 +09001692 rc = -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693 goto err_out_nosup;
1694 }
Tejun Heo6e7846e2006-02-12 23:32:58 +09001695 dev->cdb_len = (unsigned int) rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696
Albert Lee08a556d2006-03-31 13:29:04 +08001697 if (ata_id_cdb_intr(dev->id)) {
Albert Lee312f7da2005-09-27 17:38:03 +08001698 dev->flags |= ATA_DFLAG_CDB_INTR;
Albert Lee08a556d2006-03-31 13:29:04 +08001699 cdb_intr_string = ", CDB intr";
1700 }
Albert Lee312f7da2005-09-27 17:38:03 +08001701
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702 /* print device info to dmesg */
Borislav Petkov5afc8142006-06-27 14:51:25 +02001703 if (ata_msg_drv(ap) && print_info)
Tejun Heo12436c32006-05-15 20:59:15 +09001704 ata_dev_printk(dev, KERN_INFO, "ATAPI, max %s%s\n",
1705 ata_mode_string(xfer_mask),
1706 cdb_intr_string);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707 }
1708
Tejun Heo914ed352006-11-01 18:39:55 +09001709 /* determine max_sectors */
1710 dev->max_sectors = ATA_MAX_SECTORS;
1711 if (dev->flags & ATA_DFLAG_LBA48)
1712 dev->max_sectors = ATA_MAX_SECTORS_LBA48;
1713
Alan Cox93590852006-09-12 16:55:12 +01001714 if (dev->horkage & ATA_HORKAGE_DIAGNOSTIC) {
1715 /* Let the user know. We don't want to disallow opens for
1716 rescue purposes, or in case the vendor is just a blithering
1717 idiot */
1718 if (print_info) {
1719 ata_dev_printk(dev, KERN_WARNING,
1720"Drive reports diagnostics failure. This may indicate a drive\n");
1721 ata_dev_printk(dev, KERN_WARNING,
1722"fault or invalid emulation. Contact drive vendor for information.\n");
1723 }
1724 }
1725
Brian Kinge6d902a2006-06-28 08:30:31 -05001726 ata_set_port_max_cmd_len(ap);
Tejun Heo6e7846e2006-02-12 23:32:58 +09001727
Tejun Heo4b2f3ed2006-03-01 16:09:36 +09001728 /* limit bridge transfers to udma5, 200 sectors */
Tejun Heo3373efd2006-05-15 20:57:53 +09001729 if (ata_dev_knobble(dev)) {
Borislav Petkov5afc8142006-06-27 14:51:25 +02001730 if (ata_msg_drv(ap) && print_info)
Tejun Heof15a1da2006-05-15 20:57:56 +09001731 ata_dev_printk(dev, KERN_INFO,
1732 "applying bridge limits\n");
Tejun Heo5a529132006-03-24 14:07:50 +09001733 dev->udma_mask &= ATA_UDMA5;
Tejun Heo4b2f3ed2006-03-01 16:09:36 +09001734 dev->max_sectors = ATA_MAX_SECTORS;
1735 }
1736
1737 if (ap->ops->dev_config)
1738 ap->ops->dev_config(ap, dev);
1739
Kristen Carlson Accardi7ea1fbc2006-09-28 11:29:12 -07001740 /* set _SDD */
1741 rc = ata_acpi_push_id(ap, dev->devno);
1742 if (rc) {
1743 ata_dev_printk(dev, KERN_WARNING, "failed to set _SDD(%d)\n",
1744 rc);
1745 goto err_out_nosup;
1746 }
1747
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001748 if (ata_msg_probe(ap))
1749 ata_dev_printk(dev, KERN_DEBUG, "%s: EXIT, drv_stat = 0x%x\n",
1750 __FUNCTION__, ata_chk_status(ap));
Tejun Heoffeae412006-03-01 16:09:35 +09001751 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752
1753err_out_nosup:
Borislav Petkov0dd4b212006-06-23 02:29:08 -04001754 if (ata_msg_probe(ap))
Tejun Heo88574552006-06-25 20:00:35 +09001755 ata_dev_printk(dev, KERN_DEBUG,
1756 "%s: EXIT, err\n", __FUNCTION__);
Tejun Heoffeae412006-03-01 16:09:35 +09001757 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758}
1759
1760/**
1761 * ata_bus_probe - Reset and probe ATA bus
1762 * @ap: Bus to probe
1763 *
Jeff Garzik0cba6322005-05-30 19:49:12 -04001764 * Master ATA bus probing function. Initiates a hardware-dependent
1765 * bus reset, then attempts to identify any devices found on
1766 * the bus.
1767 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04001769 * PCI/etc. bus probe sem.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770 *
1771 * RETURNS:
Tejun Heo96072e62006-04-01 01:38:17 +09001772 * Zero on success, negative errno otherwise.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773 */
1774
Brian King80289162006-08-07 14:27:31 -05001775int ata_bus_probe(struct ata_port *ap)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776{
Tejun Heo28ca5c52006-03-01 16:09:36 +09001777 unsigned int classes[ATA_MAX_DEVICES];
Tejun Heo14d2bac2006-04-02 17:54:46 +09001778 int tries[ATA_MAX_DEVICES];
1779 int i, rc, down_xfermask;
Tejun Heoe82cbdb2006-04-01 01:38:18 +09001780 struct ata_device *dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781
Tejun Heo28ca5c52006-03-01 16:09:36 +09001782 ata_port_probe(ap);
1783
Tejun Heo14d2bac2006-04-02 17:54:46 +09001784 for (i = 0; i < ATA_MAX_DEVICES; i++)
1785 tries[i] = ATA_PROBE_MAX_TRIES;
1786
1787 retry:
1788 down_xfermask = 0;
1789
Tejun Heo20444702006-03-13 01:57:01 +09001790 /* reset and determine device classes */
Tejun Heo52783c52006-05-31 18:28:22 +09001791 ap->ops->phy_reset(ap);
Tejun Heo2061a472006-03-12 00:57:39 +09001792
Kristen Carlson Accardi11ef6972006-09-28 11:29:01 -07001793 /* retrieve and execute the ATA task file of _GTF */
1794 ata_acpi_exec_tfs(ap);
1795
Tejun Heo52783c52006-05-31 18:28:22 +09001796 for (i = 0; i < ATA_MAX_DEVICES; i++) {
1797 dev = &ap->device[i];
Tejun Heoc19ba8a2006-01-24 17:05:22 +09001798
Tejun Heo52783c52006-05-31 18:28:22 +09001799 if (!(ap->flags & ATA_FLAG_DISABLED) &&
1800 dev->class != ATA_DEV_UNKNOWN)
1801 classes[dev->devno] = dev->class;
1802 else
1803 classes[dev->devno] = ATA_DEV_NONE;
Tejun Heo20444702006-03-13 01:57:01 +09001804
Tejun Heo52783c52006-05-31 18:28:22 +09001805 dev->class = ATA_DEV_UNKNOWN;
Tejun Heo28ca5c52006-03-01 16:09:36 +09001806 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807
Tejun Heo52783c52006-05-31 18:28:22 +09001808 ata_port_probe(ap);
Tejun Heo20444702006-03-13 01:57:01 +09001809
Alan Coxb6079ca2006-05-22 16:52:06 +01001810 /* after the reset the device state is PIO 0 and the controller
1811 state is undefined. Record the mode */
1812
1813 for (i = 0; i < ATA_MAX_DEVICES; i++)
1814 ap->device[i].pio_mode = XFER_PIO_0;
1815
Tejun Heo28ca5c52006-03-01 16:09:36 +09001816 /* read IDENTIFY page and configure devices */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817 for (i = 0; i < ATA_MAX_DEVICES; i++) {
Tejun Heoe82cbdb2006-04-01 01:38:18 +09001818 dev = &ap->device[i];
Tejun Heo28ca5c52006-03-01 16:09:36 +09001819
Tejun Heoec573752006-04-11 22:26:29 +09001820 if (tries[i])
1821 dev->class = classes[i];
Tejun Heo14d2bac2006-04-02 17:54:46 +09001822
Tejun Heoe1211e32006-04-01 01:38:18 +09001823 if (!ata_dev_enabled(dev))
Tejun Heoffeae412006-03-01 16:09:35 +09001824 continue;
1825
Tejun Heobff04642006-11-10 18:08:10 +09001826 rc = ata_dev_read_id(dev, &dev->class, ATA_READID_POSTRESET,
1827 dev->id);
Tejun Heo14d2bac2006-04-02 17:54:46 +09001828 if (rc)
1829 goto fail;
Tejun Heoffeae412006-03-01 16:09:35 +09001830
Tejun Heoefdaedc2006-11-01 18:38:52 +09001831 ap->eh_context.i.flags |= ATA_EHI_PRINTINFO;
1832 rc = ata_dev_configure(dev);
1833 ap->eh_context.i.flags &= ~ATA_EHI_PRINTINFO;
Tejun Heo14d2bac2006-04-02 17:54:46 +09001834 if (rc)
1835 goto fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836 }
1837
Tejun Heoe82cbdb2006-04-01 01:38:18 +09001838 /* configure transfer mode */
Tejun Heo3adcebb2006-05-15 20:57:37 +09001839 rc = ata_set_mode(ap, &dev);
Tejun Heo51713d32006-04-11 22:26:29 +09001840 if (rc) {
1841 down_xfermask = 1;
1842 goto fail;
Tejun Heoe82cbdb2006-04-01 01:38:18 +09001843 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844
Tejun Heoe82cbdb2006-04-01 01:38:18 +09001845 for (i = 0; i < ATA_MAX_DEVICES; i++)
1846 if (ata_dev_enabled(&ap->device[i]))
1847 return 0;
Alan Coxe35a9e02006-03-27 18:46:37 +01001848
Tejun Heoe82cbdb2006-04-01 01:38:18 +09001849 /* no device present, disable port */
1850 ata_port_disable(ap);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851 ap->ops->port_disable(ap);
Tejun Heo96072e62006-04-01 01:38:17 +09001852 return -ENODEV;
Tejun Heo14d2bac2006-04-02 17:54:46 +09001853
1854 fail:
1855 switch (rc) {
1856 case -EINVAL:
1857 case -ENODEV:
1858 tries[dev->devno] = 0;
1859 break;
1860 case -EIO:
Tejun Heo3c567b72006-05-15 20:57:23 +09001861 sata_down_spd_limit(ap);
Tejun Heo14d2bac2006-04-02 17:54:46 +09001862 /* fall through */
1863 default:
1864 tries[dev->devno]--;
1865 if (down_xfermask &&
Tejun Heo3373efd2006-05-15 20:57:53 +09001866 ata_down_xfermask_limit(dev, tries[dev->devno] == 1))
Tejun Heo14d2bac2006-04-02 17:54:46 +09001867 tries[dev->devno] = 0;
1868 }
1869
Tejun Heoec573752006-04-11 22:26:29 +09001870 if (!tries[dev->devno]) {
Tejun Heo3373efd2006-05-15 20:57:53 +09001871 ata_down_xfermask_limit(dev, 1);
1872 ata_dev_disable(dev);
Tejun Heoec573752006-04-11 22:26:29 +09001873 }
1874
Tejun Heo14d2bac2006-04-02 17:54:46 +09001875 goto retry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876}
1877
1878/**
Jeff Garzik0cba6322005-05-30 19:49:12 -04001879 * ata_port_probe - Mark port as enabled
1880 * @ap: Port for which we indicate enablement
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881 *
Jeff Garzik0cba6322005-05-30 19:49:12 -04001882 * Modify @ap data structure such that the system
1883 * thinks that the entire port is enabled.
1884 *
Jeff Garzikcca39742006-08-24 03:19:22 -04001885 * LOCKING: host lock, or some other form of
Jeff Garzik0cba6322005-05-30 19:49:12 -04001886 * serialization.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887 */
1888
1889void ata_port_probe(struct ata_port *ap)
1890{
Tejun Heo198e0fe2006-04-02 18:51:52 +09001891 ap->flags &= ~ATA_FLAG_DISABLED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892}
1893
1894/**
Tejun Heo3be680b2005-12-19 22:35:02 +09001895 * sata_print_link_status - Print SATA link status
1896 * @ap: SATA port to printk link status about
1897 *
1898 * This function prints link speed and status of a SATA link.
1899 *
1900 * LOCKING:
1901 * None.
1902 */
1903static void sata_print_link_status(struct ata_port *ap)
1904{
Tejun Heo6d5f9732006-04-03 00:09:41 +09001905 u32 sstatus, scontrol, tmp;
Tejun Heo3be680b2005-12-19 22:35:02 +09001906
Tejun Heo81952c52006-05-15 20:57:47 +09001907 if (sata_scr_read(ap, SCR_STATUS, &sstatus))
Tejun Heo3be680b2005-12-19 22:35:02 +09001908 return;
Tejun Heo81952c52006-05-15 20:57:47 +09001909 sata_scr_read(ap, SCR_CONTROL, &scontrol);
Tejun Heo3be680b2005-12-19 22:35:02 +09001910
Tejun Heo81952c52006-05-15 20:57:47 +09001911 if (ata_port_online(ap)) {
Tejun Heo3be680b2005-12-19 22:35:02 +09001912 tmp = (sstatus >> 4) & 0xf;
Tejun Heof15a1da2006-05-15 20:57:56 +09001913 ata_port_printk(ap, KERN_INFO,
1914 "SATA link up %s (SStatus %X SControl %X)\n",
1915 sata_spd_string(tmp), sstatus, scontrol);
Tejun Heo3be680b2005-12-19 22:35:02 +09001916 } else {
Tejun Heof15a1da2006-05-15 20:57:56 +09001917 ata_port_printk(ap, KERN_INFO,
1918 "SATA link down (SStatus %X SControl %X)\n",
1919 sstatus, scontrol);
Tejun Heo3be680b2005-12-19 22:35:02 +09001920 }
1921}
1922
1923/**
Jeff Garzik780a87f2005-05-30 15:41:05 -04001924 * __sata_phy_reset - Wake/reset a low-level SATA PHY
1925 * @ap: SATA port associated with target SATA PHY.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926 *
Jeff Garzik780a87f2005-05-30 15:41:05 -04001927 * This function issues commands to standard SATA Sxxx
1928 * PHY registers, to wake up the phy (and device), and
1929 * clear any reset condition.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930 *
1931 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04001932 * PCI/etc. bus probe sem.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933 *
1934 */
1935void __sata_phy_reset(struct ata_port *ap)
1936{
1937 u32 sstatus;
1938 unsigned long timeout = jiffies + (HZ * 5);
1939
1940 if (ap->flags & ATA_FLAG_SATA_RESET) {
Brett Russcdcca892005-03-28 15:10:27 -05001941 /* issue phy wake/reset */
Tejun Heo81952c52006-05-15 20:57:47 +09001942 sata_scr_write_flush(ap, SCR_CONTROL, 0x301);
Tejun Heo62ba2842005-06-26 23:27:19 +09001943 /* Couldn't find anything in SATA I/II specs, but
1944 * AHCI-1.1 10.4.2 says at least 1 ms. */
1945 mdelay(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946 }
Tejun Heo81952c52006-05-15 20:57:47 +09001947 /* phy wake/clear reset */
1948 sata_scr_write_flush(ap, SCR_CONTROL, 0x300);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949
1950 /* wait for phy to become ready, if necessary */
1951 do {
1952 msleep(200);
Tejun Heo81952c52006-05-15 20:57:47 +09001953 sata_scr_read(ap, SCR_STATUS, &sstatus);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001954 if ((sstatus & 0xf) != 1)
1955 break;
1956 } while (time_before(jiffies, timeout));
1957
Tejun Heo3be680b2005-12-19 22:35:02 +09001958 /* print link status */
1959 sata_print_link_status(ap);
Jeff Garzik656563e2005-11-20 03:36:45 -05001960
Tejun Heo3be680b2005-12-19 22:35:02 +09001961 /* TODO: phy layer with polling, timeouts, etc. */
Tejun Heo81952c52006-05-15 20:57:47 +09001962 if (!ata_port_offline(ap))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963 ata_port_probe(ap);
Tejun Heo3be680b2005-12-19 22:35:02 +09001964 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965 ata_port_disable(ap);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966
Tejun Heo198e0fe2006-04-02 18:51:52 +09001967 if (ap->flags & ATA_FLAG_DISABLED)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968 return;
1969
1970 if (ata_busy_sleep(ap, ATA_TMOUT_BOOT_QUICK, ATA_TMOUT_BOOT)) {
1971 ata_port_disable(ap);
1972 return;
1973 }
1974
1975 ap->cbl = ATA_CBL_SATA;
1976}
1977
1978/**
Jeff Garzik780a87f2005-05-30 15:41:05 -04001979 * sata_phy_reset - Reset SATA bus.
1980 * @ap: SATA port associated with target SATA PHY.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981 *
Jeff Garzik780a87f2005-05-30 15:41:05 -04001982 * This function resets the SATA bus, and then probes
1983 * the bus for devices.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984 *
1985 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04001986 * PCI/etc. bus probe sem.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987 *
1988 */
1989void sata_phy_reset(struct ata_port *ap)
1990{
1991 __sata_phy_reset(ap);
Tejun Heo198e0fe2006-04-02 18:51:52 +09001992 if (ap->flags & ATA_FLAG_DISABLED)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993 return;
1994 ata_bus_reset(ap);
1995}
1996
1997/**
Alan Coxebdfca62006-03-23 15:38:34 +00001998 * ata_dev_pair - return other device on cable
Alan Coxebdfca62006-03-23 15:38:34 +00001999 * @adev: device
2000 *
2001 * Obtain the other device on the same cable, or if none is
2002 * present NULL is returned
2003 */
Jeff Garzik2e9edbf2006-03-24 09:56:57 -05002004
Tejun Heo3373efd2006-05-15 20:57:53 +09002005struct ata_device *ata_dev_pair(struct ata_device *adev)
Alan Coxebdfca62006-03-23 15:38:34 +00002006{
Tejun Heo3373efd2006-05-15 20:57:53 +09002007 struct ata_port *ap = adev->ap;
Alan Coxebdfca62006-03-23 15:38:34 +00002008 struct ata_device *pair = &ap->device[1 - adev->devno];
Tejun Heoe1211e32006-04-01 01:38:18 +09002009 if (!ata_dev_enabled(pair))
Alan Coxebdfca62006-03-23 15:38:34 +00002010 return NULL;
2011 return pair;
2012}
2013
2014/**
Jeff Garzik780a87f2005-05-30 15:41:05 -04002015 * ata_port_disable - Disable port.
2016 * @ap: Port to be disabled.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017 *
Jeff Garzik780a87f2005-05-30 15:41:05 -04002018 * Modify @ap data structure such that the system
2019 * thinks that the entire port is disabled, and should
2020 * never attempt to probe or communicate with devices
2021 * on this port.
2022 *
Jeff Garzikcca39742006-08-24 03:19:22 -04002023 * LOCKING: host lock, or some other form of
Jeff Garzik780a87f2005-05-30 15:41:05 -04002024 * serialization.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025 */
2026
2027void ata_port_disable(struct ata_port *ap)
2028{
2029 ap->device[0].class = ATA_DEV_NONE;
2030 ap->device[1].class = ATA_DEV_NONE;
Tejun Heo198e0fe2006-04-02 18:51:52 +09002031 ap->flags |= ATA_FLAG_DISABLED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032}
2033
Tejun Heo1c3fae42006-04-02 20:53:28 +09002034/**
Tejun Heo3c567b72006-05-15 20:57:23 +09002035 * sata_down_spd_limit - adjust SATA spd limit downward
Tejun Heo1c3fae42006-04-02 20:53:28 +09002036 * @ap: Port to adjust SATA spd limit for
2037 *
2038 * Adjust SATA spd limit of @ap downward. Note that this
2039 * function only adjusts the limit. The change must be applied
Tejun Heo3c567b72006-05-15 20:57:23 +09002040 * using sata_set_spd().
Tejun Heo1c3fae42006-04-02 20:53:28 +09002041 *
2042 * LOCKING:
2043 * Inherited from caller.
2044 *
2045 * RETURNS:
2046 * 0 on success, negative errno on failure
2047 */
Tejun Heo3c567b72006-05-15 20:57:23 +09002048int sata_down_spd_limit(struct ata_port *ap)
Tejun Heo1c3fae42006-04-02 20:53:28 +09002049{
Tejun Heo81952c52006-05-15 20:57:47 +09002050 u32 sstatus, spd, mask;
2051 int rc, highbit;
Tejun Heo1c3fae42006-04-02 20:53:28 +09002052
Tejun Heo81952c52006-05-15 20:57:47 +09002053 rc = sata_scr_read(ap, SCR_STATUS, &sstatus);
2054 if (rc)
2055 return rc;
Tejun Heo1c3fae42006-04-02 20:53:28 +09002056
2057 mask = ap->sata_spd_limit;
2058 if (mask <= 1)
2059 return -EINVAL;
2060 highbit = fls(mask) - 1;
2061 mask &= ~(1 << highbit);
2062
Tejun Heo81952c52006-05-15 20:57:47 +09002063 spd = (sstatus >> 4) & 0xf;
Tejun Heo1c3fae42006-04-02 20:53:28 +09002064 if (spd <= 1)
2065 return -EINVAL;
2066 spd--;
2067 mask &= (1 << spd) - 1;
2068 if (!mask)
2069 return -EINVAL;
2070
2071 ap->sata_spd_limit = mask;
2072
Tejun Heof15a1da2006-05-15 20:57:56 +09002073 ata_port_printk(ap, KERN_WARNING, "limiting SATA link speed to %s\n",
2074 sata_spd_string(fls(mask)));
Tejun Heo1c3fae42006-04-02 20:53:28 +09002075
2076 return 0;
2077}
2078
Tejun Heo3c567b72006-05-15 20:57:23 +09002079static int __sata_set_spd_needed(struct ata_port *ap, u32 *scontrol)
Tejun Heo1c3fae42006-04-02 20:53:28 +09002080{
2081 u32 spd, limit;
2082
2083 if (ap->sata_spd_limit == UINT_MAX)
2084 limit = 0;
2085 else
2086 limit = fls(ap->sata_spd_limit);
2087
2088 spd = (*scontrol >> 4) & 0xf;
2089 *scontrol = (*scontrol & ~0xf0) | ((limit & 0xf) << 4);
2090
2091 return spd != limit;
2092}
2093
2094/**
Tejun Heo3c567b72006-05-15 20:57:23 +09002095 * sata_set_spd_needed - is SATA spd configuration needed
Tejun Heo1c3fae42006-04-02 20:53:28 +09002096 * @ap: Port in question
2097 *
2098 * Test whether the spd limit in SControl matches
2099 * @ap->sata_spd_limit. This function is used to determine
2100 * whether hardreset is necessary to apply SATA spd
2101 * configuration.
2102 *
2103 * LOCKING:
2104 * Inherited from caller.
2105 *
2106 * RETURNS:
2107 * 1 if SATA spd configuration is needed, 0 otherwise.
2108 */
Tejun Heo3c567b72006-05-15 20:57:23 +09002109int sata_set_spd_needed(struct ata_port *ap)
Tejun Heo1c3fae42006-04-02 20:53:28 +09002110{
2111 u32 scontrol;
2112
Tejun Heo81952c52006-05-15 20:57:47 +09002113 if (sata_scr_read(ap, SCR_CONTROL, &scontrol))
Tejun Heo1c3fae42006-04-02 20:53:28 +09002114 return 0;
2115
Tejun Heo3c567b72006-05-15 20:57:23 +09002116 return __sata_set_spd_needed(ap, &scontrol);
Tejun Heo1c3fae42006-04-02 20:53:28 +09002117}
2118
2119/**
Tejun Heo3c567b72006-05-15 20:57:23 +09002120 * sata_set_spd - set SATA spd according to spd limit
Tejun Heo1c3fae42006-04-02 20:53:28 +09002121 * @ap: Port to set SATA spd for
2122 *
2123 * Set SATA spd of @ap according to sata_spd_limit.
2124 *
2125 * LOCKING:
2126 * Inherited from caller.
2127 *
2128 * RETURNS:
2129 * 0 if spd doesn't need to be changed, 1 if spd has been
Tejun Heo81952c52006-05-15 20:57:47 +09002130 * changed. Negative errno if SCR registers are inaccessible.
Tejun Heo1c3fae42006-04-02 20:53:28 +09002131 */
Tejun Heo3c567b72006-05-15 20:57:23 +09002132int sata_set_spd(struct ata_port *ap)
Tejun Heo1c3fae42006-04-02 20:53:28 +09002133{
2134 u32 scontrol;
Tejun Heo81952c52006-05-15 20:57:47 +09002135 int rc;
Tejun Heo1c3fae42006-04-02 20:53:28 +09002136
Tejun Heo81952c52006-05-15 20:57:47 +09002137 if ((rc = sata_scr_read(ap, SCR_CONTROL, &scontrol)))
2138 return rc;
Tejun Heo1c3fae42006-04-02 20:53:28 +09002139
Tejun Heo3c567b72006-05-15 20:57:23 +09002140 if (!__sata_set_spd_needed(ap, &scontrol))
Tejun Heo1c3fae42006-04-02 20:53:28 +09002141 return 0;
2142
Tejun Heo81952c52006-05-15 20:57:47 +09002143 if ((rc = sata_scr_write(ap, SCR_CONTROL, scontrol)))
2144 return rc;
2145
Tejun Heo1c3fae42006-04-02 20:53:28 +09002146 return 1;
2147}
2148
Alan Cox452503f2005-10-21 19:01:32 -04002149/*
2150 * This mode timing computation functionality is ported over from
2151 * drivers/ide/ide-timing.h and was originally written by Vojtech Pavlik
2152 */
2153/*
Alan Coxb352e572006-08-10 18:52:12 +01002154 * PIO 0-4, MWDMA 0-2 and UDMA 0-6 timings (in nanoseconds).
Alan Cox452503f2005-10-21 19:01:32 -04002155 * These were taken from ATA/ATAPI-6 standard, rev 0a, except
Alan Coxb352e572006-08-10 18:52:12 +01002156 * for UDMA6, which is currently supported only by Maxtor drives.
2157 *
2158 * For PIO 5/6 MWDMA 3/4 see the CFA specification 3.0.
Alan Cox452503f2005-10-21 19:01:32 -04002159 */
2160
2161static const struct ata_timing ata_timing[] = {
2162
2163 { XFER_UDMA_6, 0, 0, 0, 0, 0, 0, 0, 15 },
2164 { XFER_UDMA_5, 0, 0, 0, 0, 0, 0, 0, 20 },
2165 { XFER_UDMA_4, 0, 0, 0, 0, 0, 0, 0, 30 },
2166 { XFER_UDMA_3, 0, 0, 0, 0, 0, 0, 0, 45 },
2167
Alan Coxb352e572006-08-10 18:52:12 +01002168 { XFER_MW_DMA_4, 25, 0, 0, 0, 55, 20, 80, 0 },
2169 { XFER_MW_DMA_3, 25, 0, 0, 0, 65, 25, 100, 0 },
Alan Cox452503f2005-10-21 19:01:32 -04002170 { XFER_UDMA_2, 0, 0, 0, 0, 0, 0, 0, 60 },
2171 { XFER_UDMA_1, 0, 0, 0, 0, 0, 0, 0, 80 },
2172 { XFER_UDMA_0, 0, 0, 0, 0, 0, 0, 0, 120 },
2173
2174/* { XFER_UDMA_SLOW, 0, 0, 0, 0, 0, 0, 0, 150 }, */
Jeff Garzik2e9edbf2006-03-24 09:56:57 -05002175
Alan Cox452503f2005-10-21 19:01:32 -04002176 { XFER_MW_DMA_2, 25, 0, 0, 0, 70, 25, 120, 0 },
2177 { XFER_MW_DMA_1, 45, 0, 0, 0, 80, 50, 150, 0 },
2178 { XFER_MW_DMA_0, 60, 0, 0, 0, 215, 215, 480, 0 },
Jeff Garzik2e9edbf2006-03-24 09:56:57 -05002179
Alan Cox452503f2005-10-21 19:01:32 -04002180 { XFER_SW_DMA_2, 60, 0, 0, 0, 120, 120, 240, 0 },
2181 { XFER_SW_DMA_1, 90, 0, 0, 0, 240, 240, 480, 0 },
2182 { XFER_SW_DMA_0, 120, 0, 0, 0, 480, 480, 960, 0 },
2183
Alan Coxb352e572006-08-10 18:52:12 +01002184 { XFER_PIO_6, 10, 55, 20, 80, 55, 20, 80, 0 },
2185 { XFER_PIO_5, 15, 65, 25, 100, 65, 25, 100, 0 },
Alan Cox452503f2005-10-21 19:01:32 -04002186 { XFER_PIO_4, 25, 70, 25, 120, 70, 25, 120, 0 },
2187 { XFER_PIO_3, 30, 80, 70, 180, 80, 70, 180, 0 },
2188
2189 { XFER_PIO_2, 30, 290, 40, 330, 100, 90, 240, 0 },
2190 { XFER_PIO_1, 50, 290, 93, 383, 125, 100, 383, 0 },
2191 { XFER_PIO_0, 70, 290, 240, 600, 165, 150, 600, 0 },
2192
2193/* { XFER_PIO_SLOW, 120, 290, 240, 960, 290, 240, 960, 0 }, */
2194
2195 { 0xFF }
2196};
2197
2198#define ENOUGH(v,unit) (((v)-1)/(unit)+1)
2199#define EZ(v,unit) ((v)?ENOUGH(v,unit):0)
2200
2201static void ata_timing_quantize(const struct ata_timing *t, struct ata_timing *q, int T, int UT)
2202{
2203 q->setup = EZ(t->setup * 1000, T);
2204 q->act8b = EZ(t->act8b * 1000, T);
2205 q->rec8b = EZ(t->rec8b * 1000, T);
2206 q->cyc8b = EZ(t->cyc8b * 1000, T);
2207 q->active = EZ(t->active * 1000, T);
2208 q->recover = EZ(t->recover * 1000, T);
2209 q->cycle = EZ(t->cycle * 1000, T);
2210 q->udma = EZ(t->udma * 1000, UT);
2211}
2212
2213void ata_timing_merge(const struct ata_timing *a, const struct ata_timing *b,
2214 struct ata_timing *m, unsigned int what)
2215{
2216 if (what & ATA_TIMING_SETUP ) m->setup = max(a->setup, b->setup);
2217 if (what & ATA_TIMING_ACT8B ) m->act8b = max(a->act8b, b->act8b);
2218 if (what & ATA_TIMING_REC8B ) m->rec8b = max(a->rec8b, b->rec8b);
2219 if (what & ATA_TIMING_CYC8B ) m->cyc8b = max(a->cyc8b, b->cyc8b);
2220 if (what & ATA_TIMING_ACTIVE ) m->active = max(a->active, b->active);
2221 if (what & ATA_TIMING_RECOVER) m->recover = max(a->recover, b->recover);
2222 if (what & ATA_TIMING_CYCLE ) m->cycle = max(a->cycle, b->cycle);
2223 if (what & ATA_TIMING_UDMA ) m->udma = max(a->udma, b->udma);
2224}
2225
2226static const struct ata_timing* ata_timing_find_mode(unsigned short speed)
2227{
2228 const struct ata_timing *t;
2229
2230 for (t = ata_timing; t->mode != speed; t++)
Alan Cox91190752005-10-26 12:17:46 -04002231 if (t->mode == 0xFF)
Alan Cox452503f2005-10-21 19:01:32 -04002232 return NULL;
Jeff Garzik2e9edbf2006-03-24 09:56:57 -05002233 return t;
Alan Cox452503f2005-10-21 19:01:32 -04002234}
2235
2236int ata_timing_compute(struct ata_device *adev, unsigned short speed,
2237 struct ata_timing *t, int T, int UT)
2238{
2239 const struct ata_timing *s;
2240 struct ata_timing p;
2241
2242 /*
Jeff Garzik2e9edbf2006-03-24 09:56:57 -05002243 * Find the mode.
Albert Lee75b1f2f2005-11-16 17:06:18 +08002244 */
Alan Cox452503f2005-10-21 19:01:32 -04002245
2246 if (!(s = ata_timing_find_mode(speed)))
2247 return -EINVAL;
2248
Albert Lee75b1f2f2005-11-16 17:06:18 +08002249 memcpy(t, s, sizeof(*s));
2250
Alan Cox452503f2005-10-21 19:01:32 -04002251 /*
2252 * If the drive is an EIDE drive, it can tell us it needs extended
2253 * PIO/MW_DMA cycle timing.
2254 */
2255
2256 if (adev->id[ATA_ID_FIELD_VALID] & 2) { /* EIDE drive */
2257 memset(&p, 0, sizeof(p));
2258 if(speed >= XFER_PIO_0 && speed <= XFER_SW_DMA_0) {
2259 if (speed <= XFER_PIO_2) p.cycle = p.cyc8b = adev->id[ATA_ID_EIDE_PIO];
2260 else p.cycle = p.cyc8b = adev->id[ATA_ID_EIDE_PIO_IORDY];
2261 } else if(speed >= XFER_MW_DMA_0 && speed <= XFER_MW_DMA_2) {
2262 p.cycle = adev->id[ATA_ID_EIDE_DMA_MIN];
2263 }
2264 ata_timing_merge(&p, t, t, ATA_TIMING_CYCLE | ATA_TIMING_CYC8B);
2265 }
2266
2267 /*
2268 * Convert the timing to bus clock counts.
2269 */
2270
Albert Lee75b1f2f2005-11-16 17:06:18 +08002271 ata_timing_quantize(t, t, T, UT);
Alan Cox452503f2005-10-21 19:01:32 -04002272
2273 /*
Randy Dunlapc893a3a2006-01-28 13:15:32 -05002274 * Even in DMA/UDMA modes we still use PIO access for IDENTIFY,
2275 * S.M.A.R.T * and some other commands. We have to ensure that the
2276 * DMA cycle timing is slower/equal than the fastest PIO timing.
Alan Cox452503f2005-10-21 19:01:32 -04002277 */
2278
Alanfd3367a2006-12-07 12:41:18 +00002279 if (speed > XFER_PIO_6) {
Alan Cox452503f2005-10-21 19:01:32 -04002280 ata_timing_compute(adev, adev->pio_mode, &p, T, UT);
2281 ata_timing_merge(&p, t, t, ATA_TIMING_ALL);
2282 }
2283
2284 /*
Randy Dunlapc893a3a2006-01-28 13:15:32 -05002285 * Lengthen active & recovery time so that cycle time is correct.
Alan Cox452503f2005-10-21 19:01:32 -04002286 */
2287
2288 if (t->act8b + t->rec8b < t->cyc8b) {
2289 t->act8b += (t->cyc8b - (t->act8b + t->rec8b)) / 2;
2290 t->rec8b = t->cyc8b - t->act8b;
2291 }
2292
2293 if (t->active + t->recover < t->cycle) {
2294 t->active += (t->cycle - (t->active + t->recover)) / 2;
2295 t->recover = t->cycle - t->active;
2296 }
2297
2298 return 0;
2299}
2300
Tejun Heocf176e12006-04-02 17:54:46 +09002301/**
2302 * ata_down_xfermask_limit - adjust dev xfer masks downward
Tejun Heocf176e12006-04-02 17:54:46 +09002303 * @dev: Device to adjust xfer masks
2304 * @force_pio0: Force PIO0
2305 *
2306 * Adjust xfer masks of @dev downward. Note that this function
2307 * does not apply the change. Invoking ata_set_mode() afterwards
2308 * will apply the limit.
2309 *
2310 * LOCKING:
2311 * Inherited from caller.
2312 *
2313 * RETURNS:
2314 * 0 on success, negative errno on failure
2315 */
Tejun Heo3373efd2006-05-15 20:57:53 +09002316int ata_down_xfermask_limit(struct ata_device *dev, int force_pio0)
Tejun Heocf176e12006-04-02 17:54:46 +09002317{
2318 unsigned long xfer_mask;
2319 int highbit;
2320
2321 xfer_mask = ata_pack_xfermask(dev->pio_mask, dev->mwdma_mask,
2322 dev->udma_mask);
2323
2324 if (!xfer_mask)
2325 goto fail;
2326 /* don't gear down to MWDMA from UDMA, go directly to PIO */
2327 if (xfer_mask & ATA_MASK_UDMA)
2328 xfer_mask &= ~ATA_MASK_MWDMA;
2329
2330 highbit = fls(xfer_mask) - 1;
2331 xfer_mask &= ~(1 << highbit);
2332 if (force_pio0)
2333 xfer_mask &= 1 << ATA_SHIFT_PIO;
2334 if (!xfer_mask)
2335 goto fail;
2336
2337 ata_unpack_xfermask(xfer_mask, &dev->pio_mask, &dev->mwdma_mask,
2338 &dev->udma_mask);
2339
Tejun Heof15a1da2006-05-15 20:57:56 +09002340 ata_dev_printk(dev, KERN_WARNING, "limiting speed to %s\n",
2341 ata_mode_string(xfer_mask));
Tejun Heocf176e12006-04-02 17:54:46 +09002342
2343 return 0;
2344
2345 fail:
2346 return -EINVAL;
2347}
2348
Tejun Heo3373efd2006-05-15 20:57:53 +09002349static int ata_dev_set_mode(struct ata_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350{
Tejun Heobaa1e782006-11-01 18:39:27 +09002351 struct ata_eh_context *ehc = &dev->ap->eh_context;
Tejun Heo83206a22006-03-24 15:25:31 +09002352 unsigned int err_mask;
2353 int rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354
Tejun Heoe8384602006-04-02 18:51:53 +09002355 dev->flags &= ~ATA_DFLAG_PIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356 if (dev->xfer_shift == ATA_SHIFT_PIO)
2357 dev->flags |= ATA_DFLAG_PIO;
2358
Tejun Heo3373efd2006-05-15 20:57:53 +09002359 err_mask = ata_dev_set_xfermode(dev);
Alan11750a42007-02-05 16:28:30 +00002360 /* Old CFA may refuse this command, which is just fine */
2361 if (dev->xfer_shift == ATA_SHIFT_PIO && ata_id_is_cfa(dev->id))
2362 err_mask &= ~AC_ERR_DEV;
2363
Tejun Heo83206a22006-03-24 15:25:31 +09002364 if (err_mask) {
Tejun Heof15a1da2006-05-15 20:57:56 +09002365 ata_dev_printk(dev, KERN_ERR, "failed to set xfermode "
2366 "(err_mask=0x%x)\n", err_mask);
Tejun Heo83206a22006-03-24 15:25:31 +09002367 return -EIO;
2368 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369
Tejun Heobaa1e782006-11-01 18:39:27 +09002370 ehc->i.flags |= ATA_EHI_POST_SETMODE;
Tejun Heo3373efd2006-05-15 20:57:53 +09002371 rc = ata_dev_revalidate(dev, 0);
Tejun Heobaa1e782006-11-01 18:39:27 +09002372 ehc->i.flags &= ~ATA_EHI_POST_SETMODE;
Tejun Heo5eb45c02006-04-02 18:51:52 +09002373 if (rc)
Tejun Heo83206a22006-03-24 15:25:31 +09002374 return rc;
Tejun Heo48a8a142006-03-05 17:55:58 +09002375
Tejun Heo23e71c32006-03-06 04:31:57 +09002376 DPRINTK("xfer_shift=%u, xfer_mode=0x%x\n",
2377 dev->xfer_shift, (int)dev->xfer_mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378
Tejun Heof15a1da2006-05-15 20:57:56 +09002379 ata_dev_printk(dev, KERN_INFO, "configured for %s\n",
2380 ata_mode_string(ata_xfer_mode2mask(dev->xfer_mode)));
Tejun Heo83206a22006-03-24 15:25:31 +09002381 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382}
2383
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384/**
2385 * ata_set_mode - Program timings and issue SET FEATURES - XFER
2386 * @ap: port on which timings will be programmed
Tejun Heoe82cbdb2006-04-01 01:38:18 +09002387 * @r_failed_dev: out paramter for failed device
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388 *
Tejun Heoe82cbdb2006-04-01 01:38:18 +09002389 * Set ATA device disk transfer mode (PIO3, UDMA6, etc.). If
2390 * ata_set_mode() fails, pointer to the failing device is
2391 * returned in @r_failed_dev.
Jeff Garzik780a87f2005-05-30 15:41:05 -04002392 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04002394 * PCI/etc. bus probe sem.
Tejun Heoe82cbdb2006-04-01 01:38:18 +09002395 *
2396 * RETURNS:
2397 * 0 on success, negative errno otherwise
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398 */
Tejun Heo1ad8e7f2006-04-02 18:51:53 +09002399int ata_set_mode(struct ata_port *ap, struct ata_device **r_failed_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400{
Tejun Heoe8e06192006-04-01 01:38:18 +09002401 struct ata_device *dev;
Tejun Heoe82cbdb2006-04-01 01:38:18 +09002402 int i, rc = 0, used_dma = 0, found = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403
Tejun Heo3adcebb2006-05-15 20:57:37 +09002404 /* has private set_mode? */
Alanb229a7b2007-01-24 11:47:07 +00002405 if (ap->ops->set_mode)
2406 return ap->ops->set_mode(ap, r_failed_dev);
Tejun Heo3adcebb2006-05-15 20:57:37 +09002407
Tejun Heoa6d5a512006-03-06 04:31:57 +09002408 /* step 1: calculate xfer_mask */
2409 for (i = 0; i < ATA_MAX_DEVICES; i++) {
Tejun Heoacf356b2006-03-24 14:07:50 +09002410 unsigned int pio_mask, dma_mask;
Tejun Heoa6d5a512006-03-06 04:31:57 +09002411
Tejun Heoe8e06192006-04-01 01:38:18 +09002412 dev = &ap->device[i];
2413
Tejun Heoe1211e32006-04-01 01:38:18 +09002414 if (!ata_dev_enabled(dev))
Tejun Heoa6d5a512006-03-06 04:31:57 +09002415 continue;
2416
Tejun Heo3373efd2006-05-15 20:57:53 +09002417 ata_dev_xfermask(dev);
Tejun Heoa6d5a512006-03-06 04:31:57 +09002418
Tejun Heoacf356b2006-03-24 14:07:50 +09002419 pio_mask = ata_pack_xfermask(dev->pio_mask, 0, 0);
2420 dma_mask = ata_pack_xfermask(0, dev->mwdma_mask, dev->udma_mask);
2421 dev->pio_mode = ata_xfer_mask2mode(pio_mask);
2422 dev->dma_mode = ata_xfer_mask2mode(dma_mask);
Alan Cox5444a6f2006-03-27 18:58:20 +01002423
Tejun Heo4f659772006-04-01 01:38:18 +09002424 found = 1;
Alan Cox5444a6f2006-03-27 18:58:20 +01002425 if (dev->dma_mode)
2426 used_dma = 1;
Tejun Heoa6d5a512006-03-06 04:31:57 +09002427 }
Tejun Heo4f659772006-04-01 01:38:18 +09002428 if (!found)
Tejun Heoe82cbdb2006-04-01 01:38:18 +09002429 goto out;
Tejun Heoa6d5a512006-03-06 04:31:57 +09002430
2431 /* step 2: always set host PIO timings */
Tejun Heoe8e06192006-04-01 01:38:18 +09002432 for (i = 0; i < ATA_MAX_DEVICES; i++) {
2433 dev = &ap->device[i];
2434 if (!ata_dev_enabled(dev))
2435 continue;
2436
2437 if (!dev->pio_mode) {
Tejun Heof15a1da2006-05-15 20:57:56 +09002438 ata_dev_printk(dev, KERN_WARNING, "no PIO support\n");
Tejun Heoe8e06192006-04-01 01:38:18 +09002439 rc = -EINVAL;
Tejun Heoe82cbdb2006-04-01 01:38:18 +09002440 goto out;
Tejun Heoe8e06192006-04-01 01:38:18 +09002441 }
2442
2443 dev->xfer_mode = dev->pio_mode;
2444 dev->xfer_shift = ATA_SHIFT_PIO;
2445 if (ap->ops->set_piomode)
2446 ap->ops->set_piomode(ap, dev);
2447 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448
Tejun Heoa6d5a512006-03-06 04:31:57 +09002449 /* step 3: set host DMA timings */
Tejun Heoe8e06192006-04-01 01:38:18 +09002450 for (i = 0; i < ATA_MAX_DEVICES; i++) {
2451 dev = &ap->device[i];
2452
2453 if (!ata_dev_enabled(dev) || !dev->dma_mode)
2454 continue;
2455
2456 dev->xfer_mode = dev->dma_mode;
2457 dev->xfer_shift = ata_xfer_mode2shift(dev->dma_mode);
2458 if (ap->ops->set_dmamode)
2459 ap->ops->set_dmamode(ap, dev);
2460 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461
2462 /* step 4: update devices' xfer mode */
Tejun Heo83206a22006-03-24 15:25:31 +09002463 for (i = 0; i < ATA_MAX_DEVICES; i++) {
Tejun Heoe8e06192006-04-01 01:38:18 +09002464 dev = &ap->device[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465
Alan18d90de2007-01-24 11:42:38 +00002466 /* don't update suspended devices' xfer mode */
Tejun Heo02670bf2006-07-03 16:07:26 +09002467 if (!ata_dev_ready(dev))
Tejun Heo83206a22006-03-24 15:25:31 +09002468 continue;
2469
Tejun Heo3373efd2006-05-15 20:57:53 +09002470 rc = ata_dev_set_mode(dev);
Tejun Heo5bbc53f2006-04-01 01:38:17 +09002471 if (rc)
Tejun Heoe82cbdb2006-04-01 01:38:18 +09002472 goto out;
Tejun Heo83206a22006-03-24 15:25:31 +09002473 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474
Tejun Heoe8e06192006-04-01 01:38:18 +09002475 /* Record simplex status. If we selected DMA then the other
2476 * host channels are not permitted to do so.
Alan Cox5444a6f2006-03-27 18:58:20 +01002477 */
Jeff Garzikcca39742006-08-24 03:19:22 -04002478 if (used_dma && (ap->host->flags & ATA_HOST_SIMPLEX))
2479 ap->host->simplex_claimed = 1;
Alan Cox5444a6f2006-03-27 18:58:20 +01002480
Tejun Heoe8e06192006-04-01 01:38:18 +09002481 /* step5: chip specific finalisation */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482 if (ap->ops->post_set_mode)
2483 ap->ops->post_set_mode(ap);
2484
Tejun Heoe82cbdb2006-04-01 01:38:18 +09002485 out:
2486 if (rc)
2487 *r_failed_dev = dev;
2488 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489}
2490
2491/**
Jeff Garzik1fdffbc2006-02-09 05:15:27 -05002492 * ata_tf_to_host - issue ATA taskfile to host controller
2493 * @ap: port to which command is being issued
2494 * @tf: ATA taskfile register set
2495 *
2496 * Issues ATA taskfile register set to ATA host controller,
2497 * with proper synchronization with interrupt handler and
2498 * other threads.
2499 *
2500 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04002501 * spin_lock_irqsave(host lock)
Jeff Garzik1fdffbc2006-02-09 05:15:27 -05002502 */
2503
2504static inline void ata_tf_to_host(struct ata_port *ap,
2505 const struct ata_taskfile *tf)
2506{
2507 ap->ops->tf_load(ap, tf);
2508 ap->ops->exec_command(ap, tf);
2509}
2510
2511/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512 * ata_busy_sleep - sleep until BSY clears, or timeout
2513 * @ap: port containing status register to be polled
2514 * @tmout_pat: impatience timeout
2515 * @tmout: overall timeout
2516 *
Jeff Garzik780a87f2005-05-30 15:41:05 -04002517 * Sleep until ATA Status register bit BSY clears,
2518 * or a timeout occurs.
2519 *
Tejun Heod1adc1b2006-10-09 18:32:15 +09002520 * LOCKING:
2521 * Kernel thread context (may sleep).
2522 *
2523 * RETURNS:
2524 * 0 on success, -errno otherwise.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525 */
Tejun Heod1adc1b2006-10-09 18:32:15 +09002526int ata_busy_sleep(struct ata_port *ap,
2527 unsigned long tmout_pat, unsigned long tmout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528{
2529 unsigned long timer_start, timeout;
2530 u8 status;
2531
2532 status = ata_busy_wait(ap, ATA_BUSY, 300);
2533 timer_start = jiffies;
2534 timeout = timer_start + tmout_pat;
Tejun Heod1adc1b2006-10-09 18:32:15 +09002535 while (status != 0xff && (status & ATA_BUSY) &&
2536 time_before(jiffies, timeout)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537 msleep(50);
2538 status = ata_busy_wait(ap, ATA_BUSY, 3);
2539 }
2540
Tejun Heod1adc1b2006-10-09 18:32:15 +09002541 if (status != 0xff && (status & ATA_BUSY))
Tejun Heof15a1da2006-05-15 20:57:56 +09002542 ata_port_printk(ap, KERN_WARNING,
Jeff Garzik35aa7a42006-09-28 06:50:24 -04002543 "port is slow to respond, please be patient "
2544 "(Status 0x%x)\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545
2546 timeout = timer_start + tmout;
Tejun Heod1adc1b2006-10-09 18:32:15 +09002547 while (status != 0xff && (status & ATA_BUSY) &&
2548 time_before(jiffies, timeout)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549 msleep(50);
2550 status = ata_chk_status(ap);
2551 }
2552
Tejun Heod1adc1b2006-10-09 18:32:15 +09002553 if (status == 0xff)
2554 return -ENODEV;
2555
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556 if (status & ATA_BUSY) {
Tejun Heof15a1da2006-05-15 20:57:56 +09002557 ata_port_printk(ap, KERN_ERR, "port failed to respond "
Jeff Garzik35aa7a42006-09-28 06:50:24 -04002558 "(%lu secs, Status 0x%x)\n",
2559 tmout / HZ, status);
Tejun Heod1adc1b2006-10-09 18:32:15 +09002560 return -EBUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561 }
2562
2563 return 0;
2564}
2565
2566static void ata_bus_post_reset(struct ata_port *ap, unsigned int devmask)
2567{
2568 struct ata_ioports *ioaddr = &ap->ioaddr;
2569 unsigned int dev0 = devmask & (1 << 0);
2570 unsigned int dev1 = devmask & (1 << 1);
2571 unsigned long timeout;
2572
2573 /* if device 0 was found in ata_devchk, wait for its
2574 * BSY bit to clear
2575 */
2576 if (dev0)
2577 ata_busy_sleep(ap, ATA_TMOUT_BOOT_QUICK, ATA_TMOUT_BOOT);
2578
2579 /* if device 1 was found in ata_devchk, wait for
2580 * register access, then wait for BSY to clear
2581 */
2582 timeout = jiffies + ATA_TMOUT_BOOT;
2583 while (dev1) {
2584 u8 nsect, lbal;
2585
2586 ap->ops->dev_select(ap, 1);
Tejun Heo0d5ff562007-02-01 15:06:36 +09002587 nsect = ioread8(ioaddr->nsect_addr);
2588 lbal = ioread8(ioaddr->lbal_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589 if ((nsect == 1) && (lbal == 1))
2590 break;
2591 if (time_after(jiffies, timeout)) {
2592 dev1 = 0;
2593 break;
2594 }
2595 msleep(50); /* give drive a breather */
2596 }
2597 if (dev1)
2598 ata_busy_sleep(ap, ATA_TMOUT_BOOT_QUICK, ATA_TMOUT_BOOT);
2599
2600 /* is all this really necessary? */
2601 ap->ops->dev_select(ap, 0);
2602 if (dev1)
2603 ap->ops->dev_select(ap, 1);
2604 if (dev0)
2605 ap->ops->dev_select(ap, 0);
2606}
2607
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608static unsigned int ata_bus_softreset(struct ata_port *ap,
2609 unsigned int devmask)
2610{
2611 struct ata_ioports *ioaddr = &ap->ioaddr;
2612
2613 DPRINTK("ata%u: bus reset via SRST\n", ap->id);
2614
2615 /* software reset. causes dev0 to be selected */
Tejun Heo0d5ff562007-02-01 15:06:36 +09002616 iowrite8(ap->ctl, ioaddr->ctl_addr);
2617 udelay(20); /* FIXME: flush */
2618 iowrite8(ap->ctl | ATA_SRST, ioaddr->ctl_addr);
2619 udelay(20); /* FIXME: flush */
2620 iowrite8(ap->ctl, ioaddr->ctl_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621
2622 /* spec mandates ">= 2ms" before checking status.
2623 * We wait 150ms, because that was the magic delay used for
2624 * ATAPI devices in Hale Landis's ATADRVR, for the period of time
2625 * between when the ATA command register is written, and then
2626 * status is checked. Because waiting for "a while" before
2627 * checking status is fine, post SRST, we perform this magic
2628 * delay here as well.
Alan Cox09c7ad72006-03-22 15:52:40 +00002629 *
2630 * Old drivers/ide uses the 2mS rule and then waits for ready
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631 */
2632 msleep(150);
2633
Jeff Garzik2e9edbf2006-03-24 09:56:57 -05002634 /* Before we perform post reset processing we want to see if
Tejun Heo298a41c2006-03-25 02:58:13 +09002635 * the bus shows 0xFF because the odd clown forgets the D7
2636 * pulldown resistor.
2637 */
Tejun Heod1adc1b2006-10-09 18:32:15 +09002638 if (ata_check_status(ap) == 0xFF)
2639 return 0;
Alan Cox09c7ad72006-03-22 15:52:40 +00002640
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641 ata_bus_post_reset(ap, devmask);
2642
2643 return 0;
2644}
2645
2646/**
2647 * ata_bus_reset - reset host port and associated ATA channel
2648 * @ap: port to reset
2649 *
2650 * This is typically the first time we actually start issuing
2651 * commands to the ATA channel. We wait for BSY to clear, then
2652 * issue EXECUTE DEVICE DIAGNOSTIC command, polling for its
2653 * result. Determine what devices, if any, are on the channel
2654 * by looking at the device 0/1 error register. Look at the signature
2655 * stored in each device's taskfile registers, to determine if
2656 * the device is ATA or ATAPI.
2657 *
2658 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04002659 * PCI/etc. bus probe sem.
Jeff Garzikcca39742006-08-24 03:19:22 -04002660 * Obtains host lock.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661 *
2662 * SIDE EFFECTS:
Tejun Heo198e0fe2006-04-02 18:51:52 +09002663 * Sets ATA_FLAG_DISABLED if bus reset fails.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664 */
2665
2666void ata_bus_reset(struct ata_port *ap)
2667{
2668 struct ata_ioports *ioaddr = &ap->ioaddr;
2669 unsigned int slave_possible = ap->flags & ATA_FLAG_SLAVE_POSS;
2670 u8 err;
Tejun Heoaec5c3c2006-03-25 01:33:34 +09002671 unsigned int dev0, dev1 = 0, devmask = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672
2673 DPRINTK("ENTER, host %u, port %u\n", ap->id, ap->port_no);
2674
2675 /* determine if device 0/1 are present */
2676 if (ap->flags & ATA_FLAG_SATA_RESET)
2677 dev0 = 1;
2678 else {
2679 dev0 = ata_devchk(ap, 0);
2680 if (slave_possible)
2681 dev1 = ata_devchk(ap, 1);
2682 }
2683
2684 if (dev0)
2685 devmask |= (1 << 0);
2686 if (dev1)
2687 devmask |= (1 << 1);
2688
2689 /* select device 0 again */
2690 ap->ops->dev_select(ap, 0);
2691
2692 /* issue bus reset */
2693 if (ap->flags & ATA_FLAG_SRST)
Tejun Heoaec5c3c2006-03-25 01:33:34 +09002694 if (ata_bus_softreset(ap, devmask))
2695 goto err_out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002696
2697 /*
2698 * determine by signature whether we have ATA or ATAPI devices
2699 */
Tejun Heob4dc7622006-01-24 17:05:22 +09002700 ap->device[0].class = ata_dev_try_classify(ap, 0, &err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701 if ((slave_possible) && (err != 0x81))
Tejun Heob4dc7622006-01-24 17:05:22 +09002702 ap->device[1].class = ata_dev_try_classify(ap, 1, &err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703
2704 /* re-enable interrupts */
Akira Iguchi83625002007-01-26 16:27:32 +09002705 ap->ops->irq_on(ap);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706
2707 /* is double-select really necessary? */
2708 if (ap->device[1].class != ATA_DEV_NONE)
2709 ap->ops->dev_select(ap, 1);
2710 if (ap->device[0].class != ATA_DEV_NONE)
2711 ap->ops->dev_select(ap, 0);
2712
2713 /* if no devices were detected, disable this port */
2714 if ((ap->device[0].class == ATA_DEV_NONE) &&
2715 (ap->device[1].class == ATA_DEV_NONE))
2716 goto err_out;
2717
2718 if (ap->flags & (ATA_FLAG_SATA_RESET | ATA_FLAG_SRST)) {
2719 /* set up device control for ATA_FLAG_SATA_RESET */
Tejun Heo0d5ff562007-02-01 15:06:36 +09002720 iowrite8(ap->ctl, ioaddr->ctl_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002721 }
2722
2723 DPRINTK("EXIT\n");
2724 return;
2725
2726err_out:
Tejun Heof15a1da2006-05-15 20:57:56 +09002727 ata_port_printk(ap, KERN_ERR, "disabling port\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728 ap->ops->port_disable(ap);
2729
2730 DPRINTK("EXIT\n");
2731}
2732
Tejun Heod7bb4cc2006-05-31 18:27:46 +09002733/**
2734 * sata_phy_debounce - debounce SATA phy status
2735 * @ap: ATA port to debounce SATA phy status for
2736 * @params: timing parameters { interval, duratinon, timeout } in msec
2737 *
2738 * Make sure SStatus of @ap reaches stable state, determined by
2739 * holding the same value where DET is not 1 for @duration polled
2740 * every @interval, before @timeout. Timeout constraints the
2741 * beginning of the stable state. Because, after hot unplugging,
2742 * DET gets stuck at 1 on some controllers, this functions waits
2743 * until timeout then returns 0 if DET is stable at 1.
2744 *
2745 * LOCKING:
2746 * Kernel thread context (may sleep)
2747 *
2748 * RETURNS:
2749 * 0 on success, -errno on failure.
2750 */
2751int sata_phy_debounce(struct ata_port *ap, const unsigned long *params)
Tejun Heo7a7921e2006-02-02 18:20:00 +09002752{
Tejun Heod7bb4cc2006-05-31 18:27:46 +09002753 unsigned long interval_msec = params[0];
2754 unsigned long duration = params[1] * HZ / 1000;
2755 unsigned long timeout = jiffies + params[2] * HZ / 1000;
2756 unsigned long last_jiffies;
2757 u32 last, cur;
2758 int rc;
2759
2760 if ((rc = sata_scr_read(ap, SCR_STATUS, &cur)))
2761 return rc;
2762 cur &= 0xf;
2763
2764 last = cur;
2765 last_jiffies = jiffies;
2766
2767 while (1) {
2768 msleep(interval_msec);
2769 if ((rc = sata_scr_read(ap, SCR_STATUS, &cur)))
2770 return rc;
2771 cur &= 0xf;
2772
2773 /* DET stable? */
2774 if (cur == last) {
2775 if (cur == 1 && time_before(jiffies, timeout))
2776 continue;
2777 if (time_after(jiffies, last_jiffies + duration))
2778 return 0;
2779 continue;
2780 }
2781
2782 /* unstable, start over */
2783 last = cur;
2784 last_jiffies = jiffies;
2785
2786 /* check timeout */
2787 if (time_after(jiffies, timeout))
2788 return -EBUSY;
2789 }
2790}
2791
2792/**
2793 * sata_phy_resume - resume SATA phy
2794 * @ap: ATA port to resume SATA phy for
2795 * @params: timing parameters { interval, duratinon, timeout } in msec
2796 *
2797 * Resume SATA phy of @ap and debounce it.
2798 *
2799 * LOCKING:
2800 * Kernel thread context (may sleep)
2801 *
2802 * RETURNS:
2803 * 0 on success, -errno on failure.
2804 */
2805int sata_phy_resume(struct ata_port *ap, const unsigned long *params)
2806{
2807 u32 scontrol;
Tejun Heo81952c52006-05-15 20:57:47 +09002808 int rc;
Tejun Heo7a7921e2006-02-02 18:20:00 +09002809
Tejun Heo81952c52006-05-15 20:57:47 +09002810 if ((rc = sata_scr_read(ap, SCR_CONTROL, &scontrol)))
2811 return rc;
2812
Tejun Heo852ee162006-04-01 01:38:18 +09002813 scontrol = (scontrol & 0x0f0) | 0x300;
Tejun Heo81952c52006-05-15 20:57:47 +09002814
2815 if ((rc = sata_scr_write(ap, SCR_CONTROL, scontrol)))
2816 return rc;
Tejun Heo7a7921e2006-02-02 18:20:00 +09002817
Tejun Heod7bb4cc2006-05-31 18:27:46 +09002818 /* Some PHYs react badly if SStatus is pounded immediately
2819 * after resuming. Delay 200ms before debouncing.
2820 */
2821 msleep(200);
Tejun Heo7a7921e2006-02-02 18:20:00 +09002822
Tejun Heod7bb4cc2006-05-31 18:27:46 +09002823 return sata_phy_debounce(ap, params);
Tejun Heo7a7921e2006-02-02 18:20:00 +09002824}
2825
Tejun Heof5914a42006-05-31 18:27:48 +09002826static void ata_wait_spinup(struct ata_port *ap)
2827{
2828 struct ata_eh_context *ehc = &ap->eh_context;
2829 unsigned long end, secs;
2830 int rc;
2831
2832 /* first, debounce phy if SATA */
2833 if (ap->cbl == ATA_CBL_SATA) {
Tejun Heoe9c83912006-07-03 16:07:26 +09002834 rc = sata_phy_debounce(ap, sata_deb_timing_hotplug);
Tejun Heof5914a42006-05-31 18:27:48 +09002835
2836 /* if debounced successfully and offline, no need to wait */
2837 if ((rc == 0 || rc == -EOPNOTSUPP) && ata_port_offline(ap))
2838 return;
2839 }
2840
2841 /* okay, let's give the drive time to spin up */
2842 end = ehc->i.hotplug_timestamp + ATA_SPINUP_WAIT * HZ / 1000;
2843 secs = ((end - jiffies) + HZ - 1) / HZ;
2844
2845 if (time_after(jiffies, end))
2846 return;
2847
2848 if (secs > 5)
2849 ata_port_printk(ap, KERN_INFO, "waiting for device to spin up "
2850 "(%lu secs)\n", secs);
2851
2852 schedule_timeout_uninterruptible(end - jiffies);
2853}
2854
2855/**
2856 * ata_std_prereset - prepare for reset
2857 * @ap: ATA port to be reset
2858 *
2859 * @ap is about to be reset. Initialize it.
2860 *
2861 * LOCKING:
2862 * Kernel thread context (may sleep)
2863 *
2864 * RETURNS:
2865 * 0 on success, -errno otherwise.
2866 */
2867int ata_std_prereset(struct ata_port *ap)
2868{
2869 struct ata_eh_context *ehc = &ap->eh_context;
Tejun Heoe9c83912006-07-03 16:07:26 +09002870 const unsigned long *timing = sata_ehc_deb_timing(ehc);
Tejun Heof5914a42006-05-31 18:27:48 +09002871 int rc;
2872
Tejun Heo28324302006-07-03 16:07:26 +09002873 /* handle link resume & hotplug spinup */
2874 if ((ehc->i.flags & ATA_EHI_RESUME_LINK) &&
2875 (ap->flags & ATA_FLAG_HRST_TO_RESUME))
2876 ehc->i.action |= ATA_EH_HARDRESET;
2877
2878 if ((ehc->i.flags & ATA_EHI_HOTPLUGGED) &&
2879 (ap->flags & ATA_FLAG_SKIP_D2H_BSY))
2880 ata_wait_spinup(ap);
Tejun Heof5914a42006-05-31 18:27:48 +09002881
2882 /* if we're about to do hardreset, nothing more to do */
2883 if (ehc->i.action & ATA_EH_HARDRESET)
2884 return 0;
2885
2886 /* if SATA, resume phy */
2887 if (ap->cbl == ATA_CBL_SATA) {
Tejun Heof5914a42006-05-31 18:27:48 +09002888 rc = sata_phy_resume(ap, timing);
2889 if (rc && rc != -EOPNOTSUPP) {
2890 /* phy resume failed */
2891 ata_port_printk(ap, KERN_WARNING, "failed to resume "
2892 "link for reset (errno=%d)\n", rc);
2893 return rc;
2894 }
2895 }
2896
2897 /* Wait for !BSY if the controller can wait for the first D2H
2898 * Reg FIS and we don't know that no device is attached.
2899 */
2900 if (!(ap->flags & ATA_FLAG_SKIP_D2H_BSY) && !ata_port_offline(ap))
2901 ata_busy_sleep(ap, ATA_TMOUT_BOOT_QUICK, ATA_TMOUT_BOOT);
2902
2903 return 0;
2904}
2905
Tejun Heoc2bd5802006-01-24 17:05:22 +09002906/**
2907 * ata_std_softreset - reset host port via ATA SRST
2908 * @ap: port to reset
Tejun Heoc2bd5802006-01-24 17:05:22 +09002909 * @classes: resulting classes of attached devices
2910 *
Tejun Heo52783c52006-05-31 18:28:22 +09002911 * Reset host port using ATA SRST.
Tejun Heoc2bd5802006-01-24 17:05:22 +09002912 *
2913 * LOCKING:
2914 * Kernel thread context (may sleep)
2915 *
2916 * RETURNS:
2917 * 0 on success, -errno otherwise.
2918 */
Tejun Heo2bf2cb22006-04-11 22:16:45 +09002919int ata_std_softreset(struct ata_port *ap, unsigned int *classes)
Tejun Heoc2bd5802006-01-24 17:05:22 +09002920{
2921 unsigned int slave_possible = ap->flags & ATA_FLAG_SLAVE_POSS;
2922 unsigned int devmask = 0, err_mask;
2923 u8 err;
2924
2925 DPRINTK("ENTER\n");
2926
Tejun Heo81952c52006-05-15 20:57:47 +09002927 if (ata_port_offline(ap)) {
Tejun Heo3a397462006-02-10 23:58:48 +09002928 classes[0] = ATA_DEV_NONE;
2929 goto out;
2930 }
2931
Tejun Heoc2bd5802006-01-24 17:05:22 +09002932 /* determine if device 0/1 are present */
2933 if (ata_devchk(ap, 0))
2934 devmask |= (1 << 0);
2935 if (slave_possible && ata_devchk(ap, 1))
2936 devmask |= (1 << 1);
2937
Tejun Heoc2bd5802006-01-24 17:05:22 +09002938 /* select device 0 again */
2939 ap->ops->dev_select(ap, 0);
2940
2941 /* issue bus reset */
2942 DPRINTK("about to softreset, devmask=%x\n", devmask);
2943 err_mask = ata_bus_softreset(ap, devmask);
2944 if (err_mask) {
Tejun Heof15a1da2006-05-15 20:57:56 +09002945 ata_port_printk(ap, KERN_ERR, "SRST failed (err_mask=0x%x)\n",
2946 err_mask);
Tejun Heoc2bd5802006-01-24 17:05:22 +09002947 return -EIO;
2948 }
2949
2950 /* determine by signature whether we have ATA or ATAPI devices */
2951 classes[0] = ata_dev_try_classify(ap, 0, &err);
2952 if (slave_possible && err != 0x81)
2953 classes[1] = ata_dev_try_classify(ap, 1, &err);
2954
Tejun Heo3a397462006-02-10 23:58:48 +09002955 out:
Tejun Heoc2bd5802006-01-24 17:05:22 +09002956 DPRINTK("EXIT, classes[0]=%u [1]=%u\n", classes[0], classes[1]);
2957 return 0;
2958}
2959
2960/**
Tejun Heob6103f62006-11-01 17:59:53 +09002961 * sata_port_hardreset - reset port via SATA phy reset
Tejun Heoc2bd5802006-01-24 17:05:22 +09002962 * @ap: port to reset
Tejun Heob6103f62006-11-01 17:59:53 +09002963 * @timing: timing parameters { interval, duratinon, timeout } in msec
Tejun Heoc2bd5802006-01-24 17:05:22 +09002964 *
2965 * SATA phy-reset host port using DET bits of SControl register.
Tejun Heoc2bd5802006-01-24 17:05:22 +09002966 *
2967 * LOCKING:
2968 * Kernel thread context (may sleep)
2969 *
2970 * RETURNS:
2971 * 0 on success, -errno otherwise.
2972 */
Tejun Heob6103f62006-11-01 17:59:53 +09002973int sata_port_hardreset(struct ata_port *ap, const unsigned long *timing)
Tejun Heoc2bd5802006-01-24 17:05:22 +09002974{
Tejun Heo852ee162006-04-01 01:38:18 +09002975 u32 scontrol;
Tejun Heo81952c52006-05-15 20:57:47 +09002976 int rc;
Tejun Heo852ee162006-04-01 01:38:18 +09002977
Tejun Heoc2bd5802006-01-24 17:05:22 +09002978 DPRINTK("ENTER\n");
2979
Tejun Heo3c567b72006-05-15 20:57:23 +09002980 if (sata_set_spd_needed(ap)) {
Tejun Heo1c3fae42006-04-02 20:53:28 +09002981 /* SATA spec says nothing about how to reconfigure
2982 * spd. To be on the safe side, turn off phy during
2983 * reconfiguration. This works for at least ICH7 AHCI
2984 * and Sil3124.
2985 */
Tejun Heo81952c52006-05-15 20:57:47 +09002986 if ((rc = sata_scr_read(ap, SCR_CONTROL, &scontrol)))
Tejun Heob6103f62006-11-01 17:59:53 +09002987 goto out;
Tejun Heo81952c52006-05-15 20:57:47 +09002988
Martin Hicksa34b6fc2006-07-05 15:06:13 -04002989 scontrol = (scontrol & 0x0f0) | 0x304;
Tejun Heo81952c52006-05-15 20:57:47 +09002990
2991 if ((rc = sata_scr_write(ap, SCR_CONTROL, scontrol)))
Tejun Heob6103f62006-11-01 17:59:53 +09002992 goto out;
Tejun Heo1c3fae42006-04-02 20:53:28 +09002993
Tejun Heo3c567b72006-05-15 20:57:23 +09002994 sata_set_spd(ap);
Tejun Heo1c3fae42006-04-02 20:53:28 +09002995 }
2996
2997 /* issue phy wake/reset */
Tejun Heo81952c52006-05-15 20:57:47 +09002998 if ((rc = sata_scr_read(ap, SCR_CONTROL, &scontrol)))
Tejun Heob6103f62006-11-01 17:59:53 +09002999 goto out;
Tejun Heo81952c52006-05-15 20:57:47 +09003000
Tejun Heo852ee162006-04-01 01:38:18 +09003001 scontrol = (scontrol & 0x0f0) | 0x301;
Tejun Heo81952c52006-05-15 20:57:47 +09003002
3003 if ((rc = sata_scr_write_flush(ap, SCR_CONTROL, scontrol)))
Tejun Heob6103f62006-11-01 17:59:53 +09003004 goto out;
Tejun Heoc2bd5802006-01-24 17:05:22 +09003005
Tejun Heo1c3fae42006-04-02 20:53:28 +09003006 /* Couldn't find anything in SATA I/II specs, but AHCI-1.1
Tejun Heoc2bd5802006-01-24 17:05:22 +09003007 * 10.4.2 says at least 1 ms.
3008 */
3009 msleep(1);
3010
Tejun Heo1c3fae42006-04-02 20:53:28 +09003011 /* bring phy back */
Tejun Heob6103f62006-11-01 17:59:53 +09003012 rc = sata_phy_resume(ap, timing);
3013 out:
3014 DPRINTK("EXIT, rc=%d\n", rc);
3015 return rc;
3016}
3017
3018/**
3019 * sata_std_hardreset - reset host port via SATA phy reset
3020 * @ap: port to reset
3021 * @class: resulting class of attached device
3022 *
3023 * SATA phy-reset host port using DET bits of SControl register,
3024 * wait for !BSY and classify the attached device.
3025 *
3026 * LOCKING:
3027 * Kernel thread context (may sleep)
3028 *
3029 * RETURNS:
3030 * 0 on success, -errno otherwise.
3031 */
3032int sata_std_hardreset(struct ata_port *ap, unsigned int *class)
3033{
3034 const unsigned long *timing = sata_ehc_deb_timing(&ap->eh_context);
3035 int rc;
3036
3037 DPRINTK("ENTER\n");
3038
3039 /* do hardreset */
3040 rc = sata_port_hardreset(ap, timing);
3041 if (rc) {
3042 ata_port_printk(ap, KERN_ERR,
3043 "COMRESET failed (errno=%d)\n", rc);
3044 return rc;
3045 }
Tejun Heoc2bd5802006-01-24 17:05:22 +09003046
Tejun Heoc2bd5802006-01-24 17:05:22 +09003047 /* TODO: phy layer with polling, timeouts, etc. */
Tejun Heo81952c52006-05-15 20:57:47 +09003048 if (ata_port_offline(ap)) {
Tejun Heoc2bd5802006-01-24 17:05:22 +09003049 *class = ATA_DEV_NONE;
3050 DPRINTK("EXIT, link offline\n");
3051 return 0;
3052 }
3053
Tejun Heo34fee222007-02-02 15:29:27 +09003054 /* wait a while before checking status, see SRST for more info */
3055 msleep(150);
3056
Tejun Heoc2bd5802006-01-24 17:05:22 +09003057 if (ata_busy_sleep(ap, ATA_TMOUT_BOOT_QUICK, ATA_TMOUT_BOOT)) {
Tejun Heof15a1da2006-05-15 20:57:56 +09003058 ata_port_printk(ap, KERN_ERR,
3059 "COMRESET failed (device not ready)\n");
Tejun Heoc2bd5802006-01-24 17:05:22 +09003060 return -EIO;
3061 }
3062
Tejun Heo3a397462006-02-10 23:58:48 +09003063 ap->ops->dev_select(ap, 0); /* probably unnecessary */
3064
Tejun Heoc2bd5802006-01-24 17:05:22 +09003065 *class = ata_dev_try_classify(ap, 0, NULL);
3066
3067 DPRINTK("EXIT, class=%u\n", *class);
3068 return 0;
3069}
3070
3071/**
3072 * ata_std_postreset - standard postreset callback
3073 * @ap: the target ata_port
3074 * @classes: classes of attached devices
3075 *
3076 * This function is invoked after a successful reset. Note that
3077 * the device might have been reset more than once using
3078 * different reset methods before postreset is invoked.
Tejun Heoc2bd5802006-01-24 17:05:22 +09003079 *
Tejun Heoc2bd5802006-01-24 17:05:22 +09003080 * LOCKING:
3081 * Kernel thread context (may sleep)
3082 */
3083void ata_std_postreset(struct ata_port *ap, unsigned int *classes)
3084{
Tejun Heodc2b3512006-05-15 20:58:00 +09003085 u32 serror;
3086
Tejun Heoc2bd5802006-01-24 17:05:22 +09003087 DPRINTK("ENTER\n");
3088
Tejun Heoc2bd5802006-01-24 17:05:22 +09003089 /* print link status */
Tejun Heo81952c52006-05-15 20:57:47 +09003090 sata_print_link_status(ap);
Tejun Heoc2bd5802006-01-24 17:05:22 +09003091
Tejun Heodc2b3512006-05-15 20:58:00 +09003092 /* clear SError */
3093 if (sata_scr_read(ap, SCR_ERROR, &serror) == 0)
3094 sata_scr_write(ap, SCR_ERROR, serror);
3095
Tejun Heo3a397462006-02-10 23:58:48 +09003096 /* re-enable interrupts */
Akira Iguchi83625002007-01-26 16:27:32 +09003097 if (!ap->ops->error_handler)
3098 ap->ops->irq_on(ap);
Tejun Heoc2bd5802006-01-24 17:05:22 +09003099
3100 /* is double-select really necessary? */
3101 if (classes[0] != ATA_DEV_NONE)
3102 ap->ops->dev_select(ap, 1);
3103 if (classes[1] != ATA_DEV_NONE)
3104 ap->ops->dev_select(ap, 0);
3105
Tejun Heo3a397462006-02-10 23:58:48 +09003106 /* bail out if no device is present */
3107 if (classes[0] == ATA_DEV_NONE && classes[1] == ATA_DEV_NONE) {
3108 DPRINTK("EXIT, no device\n");
3109 return;
3110 }
3111
3112 /* set up device control */
Tejun Heo0d5ff562007-02-01 15:06:36 +09003113 if (ap->ioaddr.ctl_addr)
3114 iowrite8(ap->ctl, ap->ioaddr.ctl_addr);
Tejun Heoc2bd5802006-01-24 17:05:22 +09003115
3116 DPRINTK("EXIT\n");
3117}
3118
Tejun Heoa62c0fc2006-01-24 17:05:22 +09003119/**
Tejun Heo623a3122006-03-05 17:55:58 +09003120 * ata_dev_same_device - Determine whether new ID matches configured device
Tejun Heo623a3122006-03-05 17:55:58 +09003121 * @dev: device to compare against
3122 * @new_class: class of the new device
3123 * @new_id: IDENTIFY page of the new device
3124 *
3125 * Compare @new_class and @new_id against @dev and determine
3126 * whether @dev is the device indicated by @new_class and
3127 * @new_id.
3128 *
3129 * LOCKING:
3130 * None.
3131 *
3132 * RETURNS:
3133 * 1 if @dev matches @new_class and @new_id, 0 otherwise.
3134 */
Tejun Heo3373efd2006-05-15 20:57:53 +09003135static int ata_dev_same_device(struct ata_device *dev, unsigned int new_class,
3136 const u16 *new_id)
Tejun Heo623a3122006-03-05 17:55:58 +09003137{
3138 const u16 *old_id = dev->id;
Tejun Heoa0cf7332007-01-02 20:18:49 +09003139 unsigned char model[2][ATA_ID_PROD_LEN + 1];
3140 unsigned char serial[2][ATA_ID_SERNO_LEN + 1];
Tejun Heo623a3122006-03-05 17:55:58 +09003141 u64 new_n_sectors;
3142
3143 if (dev->class != new_class) {
Tejun Heof15a1da2006-05-15 20:57:56 +09003144 ata_dev_printk(dev, KERN_INFO, "class mismatch %d != %d\n",
3145 dev->class, new_class);
Tejun Heo623a3122006-03-05 17:55:58 +09003146 return 0;
3147 }
3148
Tejun Heoa0cf7332007-01-02 20:18:49 +09003149 ata_id_c_string(old_id, model[0], ATA_ID_PROD, sizeof(model[0]));
3150 ata_id_c_string(new_id, model[1], ATA_ID_PROD, sizeof(model[1]));
3151 ata_id_c_string(old_id, serial[0], ATA_ID_SERNO, sizeof(serial[0]));
3152 ata_id_c_string(new_id, serial[1], ATA_ID_SERNO, sizeof(serial[1]));
Tejun Heo623a3122006-03-05 17:55:58 +09003153 new_n_sectors = ata_id_n_sectors(new_id);
3154
3155 if (strcmp(model[0], model[1])) {
Tejun Heof15a1da2006-05-15 20:57:56 +09003156 ata_dev_printk(dev, KERN_INFO, "model number mismatch "
3157 "'%s' != '%s'\n", model[0], model[1]);
Tejun Heo623a3122006-03-05 17:55:58 +09003158 return 0;
3159 }
3160
3161 if (strcmp(serial[0], serial[1])) {
Tejun Heof15a1da2006-05-15 20:57:56 +09003162 ata_dev_printk(dev, KERN_INFO, "serial number mismatch "
3163 "'%s' != '%s'\n", serial[0], serial[1]);
Tejun Heo623a3122006-03-05 17:55:58 +09003164 return 0;
3165 }
3166
3167 if (dev->class == ATA_DEV_ATA && dev->n_sectors != new_n_sectors) {
Tejun Heof15a1da2006-05-15 20:57:56 +09003168 ata_dev_printk(dev, KERN_INFO, "n_sectors mismatch "
3169 "%llu != %llu\n",
3170 (unsigned long long)dev->n_sectors,
3171 (unsigned long long)new_n_sectors);
Tejun Heo623a3122006-03-05 17:55:58 +09003172 return 0;
3173 }
3174
3175 return 1;
3176}
3177
3178/**
3179 * ata_dev_revalidate - Revalidate ATA device
Tejun Heo623a3122006-03-05 17:55:58 +09003180 * @dev: device to revalidate
Tejun Heobff04642006-11-10 18:08:10 +09003181 * @readid_flags: read ID flags
Tejun Heo623a3122006-03-05 17:55:58 +09003182 *
3183 * Re-read IDENTIFY page and make sure @dev is still attached to
3184 * the port.
3185 *
3186 * LOCKING:
3187 * Kernel thread context (may sleep)
3188 *
3189 * RETURNS:
3190 * 0 on success, negative errno otherwise
3191 */
Tejun Heobff04642006-11-10 18:08:10 +09003192int ata_dev_revalidate(struct ata_device *dev, unsigned int readid_flags)
Tejun Heo623a3122006-03-05 17:55:58 +09003193{
Tejun Heo5eb45c02006-04-02 18:51:52 +09003194 unsigned int class = dev->class;
Tejun Heof15a1da2006-05-15 20:57:56 +09003195 u16 *id = (void *)dev->ap->sector_buf;
Tejun Heo623a3122006-03-05 17:55:58 +09003196 int rc;
3197
Tejun Heo5eb45c02006-04-02 18:51:52 +09003198 if (!ata_dev_enabled(dev)) {
3199 rc = -ENODEV;
3200 goto fail;
3201 }
Tejun Heo623a3122006-03-05 17:55:58 +09003202
Tejun Heofe635c72006-05-15 20:57:35 +09003203 /* read ID data */
Tejun Heobff04642006-11-10 18:08:10 +09003204 rc = ata_dev_read_id(dev, &class, readid_flags, id);
Tejun Heo623a3122006-03-05 17:55:58 +09003205 if (rc)
3206 goto fail;
3207
3208 /* is the device still there? */
Tejun Heo3373efd2006-05-15 20:57:53 +09003209 if (!ata_dev_same_device(dev, class, id)) {
Tejun Heo623a3122006-03-05 17:55:58 +09003210 rc = -ENODEV;
3211 goto fail;
3212 }
3213
Tejun Heofe635c72006-05-15 20:57:35 +09003214 memcpy(dev->id, id, sizeof(id[0]) * ATA_ID_WORDS);
Tejun Heo623a3122006-03-05 17:55:58 +09003215
3216 /* configure device according to the new ID */
Tejun Heoefdaedc2006-11-01 18:38:52 +09003217 rc = ata_dev_configure(dev);
Tejun Heo5eb45c02006-04-02 18:51:52 +09003218 if (rc == 0)
3219 return 0;
Tejun Heo623a3122006-03-05 17:55:58 +09003220
3221 fail:
Tejun Heof15a1da2006-05-15 20:57:56 +09003222 ata_dev_printk(dev, KERN_ERR, "revalidation failed (errno=%d)\n", rc);
Tejun Heo623a3122006-03-05 17:55:58 +09003223 return rc;
3224}
3225
Alan Cox6919a0a2006-10-27 19:08:46 -07003226struct ata_blacklist_entry {
3227 const char *model_num;
3228 const char *model_rev;
3229 unsigned long horkage;
3230};
3231
3232static const struct ata_blacklist_entry ata_device_blacklist [] = {
3233 /* Devices with DMA related problems under Linux */
3234 { "WDC AC11000H", NULL, ATA_HORKAGE_NODMA },
3235 { "WDC AC22100H", NULL, ATA_HORKAGE_NODMA },
3236 { "WDC AC32500H", NULL, ATA_HORKAGE_NODMA },
3237 { "WDC AC33100H", NULL, ATA_HORKAGE_NODMA },
3238 { "WDC AC31600H", NULL, ATA_HORKAGE_NODMA },
3239 { "WDC AC32100H", "24.09P07", ATA_HORKAGE_NODMA },
3240 { "WDC AC23200L", "21.10N21", ATA_HORKAGE_NODMA },
3241 { "Compaq CRD-8241B", NULL, ATA_HORKAGE_NODMA },
3242 { "CRD-8400B", NULL, ATA_HORKAGE_NODMA },
3243 { "CRD-8480B", NULL, ATA_HORKAGE_NODMA },
3244 { "CRD-8482B", NULL, ATA_HORKAGE_NODMA },
3245 { "CRD-84", NULL, ATA_HORKAGE_NODMA },
3246 { "SanDisk SDP3B", NULL, ATA_HORKAGE_NODMA },
3247 { "SanDisk SDP3B-64", NULL, ATA_HORKAGE_NODMA },
3248 { "SANYO CD-ROM CRD", NULL, ATA_HORKAGE_NODMA },
3249 { "HITACHI CDR-8", NULL, ATA_HORKAGE_NODMA },
3250 { "HITACHI CDR-8335", NULL, ATA_HORKAGE_NODMA },
3251 { "HITACHI CDR-8435", NULL, ATA_HORKAGE_NODMA },
3252 { "Toshiba CD-ROM XM-6202B", NULL, ATA_HORKAGE_NODMA },
3253 { "TOSHIBA CD-ROM XM-1702BC", NULL, ATA_HORKAGE_NODMA },
3254 { "CD-532E-A", NULL, ATA_HORKAGE_NODMA },
3255 { "E-IDE CD-ROM CR-840",NULL, ATA_HORKAGE_NODMA },
3256 { "CD-ROM Drive/F5A", NULL, ATA_HORKAGE_NODMA },
3257 { "WPI CDD-820", NULL, ATA_HORKAGE_NODMA },
3258 { "SAMSUNG CD-ROM SC-148C", NULL, ATA_HORKAGE_NODMA },
3259 { "SAMSUNG CD-ROM SC", NULL, ATA_HORKAGE_NODMA },
3260 { "SanDisk SDP3B-64", NULL, ATA_HORKAGE_NODMA },
3261 { "ATAPI CD-ROM DRIVE 40X MAXIMUM",NULL,ATA_HORKAGE_NODMA },
3262 { "_NEC DV5800A", NULL, ATA_HORKAGE_NODMA },
3263 { "SAMSUNG CD-ROM SN-124","N001", ATA_HORKAGE_NODMA },
3264
3265 /* Devices we expect to fail diagnostics */
3266
3267 /* Devices where NCQ should be avoided */
3268 /* NCQ is slow */
3269 { "WDC WD740ADFD-00", NULL, ATA_HORKAGE_NONCQ },
3270
3271 /* Devices with NCQ limits */
3272
3273 /* End Marker */
3274 { }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275};
Jeff Garzik2e9edbf2006-03-24 09:56:57 -05003276
Alan Cox6919a0a2006-10-27 19:08:46 -07003277unsigned long ata_device_blacklisted(const struct ata_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003278{
Tejun Heo8bfa79f2007-01-02 20:19:40 +09003279 unsigned char model_num[ATA_ID_PROD_LEN + 1];
3280 unsigned char model_rev[ATA_ID_FW_REV_LEN + 1];
Alan Cox6919a0a2006-10-27 19:08:46 -07003281 const struct ata_blacklist_entry *ad = ata_device_blacklist;
Albert Lee3a778272006-06-22 13:00:25 +08003282
Tejun Heo8bfa79f2007-01-02 20:19:40 +09003283 ata_id_c_string(dev->id, model_num, ATA_ID_PROD, sizeof(model_num));
3284 ata_id_c_string(dev->id, model_rev, ATA_ID_FW_REV, sizeof(model_rev));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285
Alan Cox6919a0a2006-10-27 19:08:46 -07003286 while (ad->model_num) {
Tejun Heo8bfa79f2007-01-02 20:19:40 +09003287 if (!strcmp(ad->model_num, model_num)) {
Alan Cox6919a0a2006-10-27 19:08:46 -07003288 if (ad->model_rev == NULL)
3289 return ad->horkage;
Tejun Heo8bfa79f2007-01-02 20:19:40 +09003290 if (!strcmp(ad->model_rev, model_rev))
Alan Cox6919a0a2006-10-27 19:08:46 -07003291 return ad->horkage;
Alan Coxf4b15fe2006-03-22 15:54:04 +00003292 }
Alan Cox6919a0a2006-10-27 19:08:46 -07003293 ad++;
Alan Coxf4b15fe2006-03-22 15:54:04 +00003294 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295 return 0;
3296}
3297
Alan Cox6919a0a2006-10-27 19:08:46 -07003298static int ata_dma_blacklisted(const struct ata_device *dev)
3299{
3300 /* We don't support polling DMA.
3301 * DMA blacklist those ATAPI devices with CDB-intr (and use PIO)
3302 * if the LLDD handles only interrupts in the HSM_ST_LAST state.
3303 */
3304 if ((dev->ap->flags & ATA_FLAG_PIO_POLLING) &&
3305 (dev->flags & ATA_DFLAG_CDB_INTR))
3306 return 1;
3307 return (ata_device_blacklisted(dev) & ATA_HORKAGE_NODMA) ? 1 : 0;
3308}
3309
Tejun Heoa6d5a512006-03-06 04:31:57 +09003310/**
3311 * ata_dev_xfermask - Compute supported xfermask of the given device
Tejun Heoa6d5a512006-03-06 04:31:57 +09003312 * @dev: Device to compute xfermask for
3313 *
Tejun Heoacf356b2006-03-24 14:07:50 +09003314 * Compute supported xfermask of @dev and store it in
3315 * dev->*_mask. This function is responsible for applying all
3316 * known limits including host controller limits, device
3317 * blacklist, etc...
Tejun Heoa6d5a512006-03-06 04:31:57 +09003318 *
3319 * LOCKING:
3320 * None.
Tejun Heoa6d5a512006-03-06 04:31:57 +09003321 */
Tejun Heo3373efd2006-05-15 20:57:53 +09003322static void ata_dev_xfermask(struct ata_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323{
Tejun Heo3373efd2006-05-15 20:57:53 +09003324 struct ata_port *ap = dev->ap;
Jeff Garzikcca39742006-08-24 03:19:22 -04003325 struct ata_host *host = ap->host;
Tejun Heoa6d5a512006-03-06 04:31:57 +09003326 unsigned long xfer_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327
Tejun Heo37deecb2006-08-10 16:59:07 +09003328 /* controller modes available */
Tejun Heo565083e2006-04-02 17:54:47 +09003329 xfer_mask = ata_pack_xfermask(ap->pio_mask,
3330 ap->mwdma_mask, ap->udma_mask);
3331
3332 /* Apply cable rule here. Don't apply it early because when
3333 * we handle hot plug the cable type can itself change.
3334 */
3335 if (ap->cbl == ATA_CBL_PATA40)
3336 xfer_mask &= ~(0xF8 << ATA_SHIFT_UDMA);
Alan Coxfc085152006-10-10 14:28:11 -07003337 /* Apply drive side cable rule. Unknown or 80 pin cables reported
3338 * host side are checked drive side as well. Cases where we know a
3339 * 40wire cable is used safely for 80 are not checked here.
3340 */
3341 if (ata_drive_40wire(dev->id) && (ap->cbl == ATA_CBL_PATA_UNK || ap->cbl == ATA_CBL_PATA80))
3342 xfer_mask &= ~(0xF8 << ATA_SHIFT_UDMA);
3343
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344
Tejun Heo37deecb2006-08-10 16:59:07 +09003345 xfer_mask &= ata_pack_xfermask(dev->pio_mask,
3346 dev->mwdma_mask, dev->udma_mask);
3347 xfer_mask &= ata_id_xfermask(dev->id);
Tejun Heo565083e2006-04-02 17:54:47 +09003348
Alan Coxb352e572006-08-10 18:52:12 +01003349 /*
3350 * CFA Advanced TrueIDE timings are not allowed on a shared
3351 * cable
3352 */
3353 if (ata_dev_pair(dev)) {
3354 /* No PIO5 or PIO6 */
3355 xfer_mask &= ~(0x03 << (ATA_SHIFT_PIO + 5));
3356 /* No MWDMA3 or MWDMA 4 */
3357 xfer_mask &= ~(0x03 << (ATA_SHIFT_MWDMA + 3));
3358 }
3359
Tejun Heo37deecb2006-08-10 16:59:07 +09003360 if (ata_dma_blacklisted(dev)) {
3361 xfer_mask &= ~(ATA_MASK_MWDMA | ATA_MASK_UDMA);
Tejun Heof15a1da2006-05-15 20:57:56 +09003362 ata_dev_printk(dev, KERN_WARNING,
3363 "device is on DMA blacklist, disabling DMA\n");
Tejun Heo37deecb2006-08-10 16:59:07 +09003364 }
Tejun Heoa6d5a512006-03-06 04:31:57 +09003365
Jeff Garzikcca39742006-08-24 03:19:22 -04003366 if ((host->flags & ATA_HOST_SIMPLEX) && host->simplex_claimed) {
Tejun Heo37deecb2006-08-10 16:59:07 +09003367 xfer_mask &= ~(ATA_MASK_MWDMA | ATA_MASK_UDMA);
3368 ata_dev_printk(dev, KERN_WARNING, "simplex DMA is claimed by "
3369 "other device, disabling DMA\n");
Alan Cox5444a6f2006-03-27 18:58:20 +01003370 }
Tejun Heo565083e2006-04-02 17:54:47 +09003371
Alan Cox5444a6f2006-03-27 18:58:20 +01003372 if (ap->ops->mode_filter)
3373 xfer_mask = ap->ops->mode_filter(ap, dev, xfer_mask);
3374
Tejun Heo565083e2006-04-02 17:54:47 +09003375 ata_unpack_xfermask(xfer_mask, &dev->pio_mask,
3376 &dev->mwdma_mask, &dev->udma_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377}
3378
Linus Torvalds1da177e2005-04-16 15:20:36 -07003379/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380 * ata_dev_set_xfermode - Issue SET FEATURES - XFER MODE command
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381 * @dev: Device to which command will be sent
3382 *
Jeff Garzik780a87f2005-05-30 15:41:05 -04003383 * Issue SET FEATURES - XFER MODE command to device @dev
3384 * on port @ap.
3385 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04003387 * PCI/etc. bus probe sem.
Tejun Heo83206a22006-03-24 15:25:31 +09003388 *
3389 * RETURNS:
3390 * 0 on success, AC_ERR_* mask otherwise.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003391 */
3392
Tejun Heo3373efd2006-05-15 20:57:53 +09003393static unsigned int ata_dev_set_xfermode(struct ata_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003394{
Tejun Heoa0123702005-12-13 14:49:31 +09003395 struct ata_taskfile tf;
Tejun Heo83206a22006-03-24 15:25:31 +09003396 unsigned int err_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397
3398 /* set up set-features taskfile */
3399 DPRINTK("set features - xfer mode\n");
3400
Tejun Heo3373efd2006-05-15 20:57:53 +09003401 ata_tf_init(dev, &tf);
Tejun Heoa0123702005-12-13 14:49:31 +09003402 tf.command = ATA_CMD_SET_FEATURES;
3403 tf.feature = SETFEATURES_XFER;
3404 tf.flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE;
3405 tf.protocol = ATA_PROT_NODATA;
3406 tf.nsect = dev->xfer_mode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003407
Tejun Heo3373efd2006-05-15 20:57:53 +09003408 err_mask = ata_exec_internal(dev, &tf, NULL, DMA_NONE, NULL, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409
Tejun Heo83206a22006-03-24 15:25:31 +09003410 DPRINTK("EXIT, err_mask=%x\n", err_mask);
3411 return err_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412}
3413
3414/**
Albert Lee8bf62ec2005-05-12 15:29:42 -04003415 * ata_dev_init_params - Issue INIT DEV PARAMS command
Albert Lee8bf62ec2005-05-12 15:29:42 -04003416 * @dev: Device to which command will be sent
Randy Dunlape2a7f772006-05-18 10:50:18 -07003417 * @heads: Number of heads (taskfile parameter)
3418 * @sectors: Number of sectors (taskfile parameter)
Albert Lee8bf62ec2005-05-12 15:29:42 -04003419 *
3420 * LOCKING:
Tejun Heo6aff8f12006-02-15 18:24:09 +09003421 * Kernel thread context (may sleep)
3422 *
3423 * RETURNS:
3424 * 0 on success, AC_ERR_* mask otherwise.
Albert Lee8bf62ec2005-05-12 15:29:42 -04003425 */
Tejun Heo3373efd2006-05-15 20:57:53 +09003426static unsigned int ata_dev_init_params(struct ata_device *dev,
3427 u16 heads, u16 sectors)
Albert Lee8bf62ec2005-05-12 15:29:42 -04003428{
Tejun Heoa0123702005-12-13 14:49:31 +09003429 struct ata_taskfile tf;
Tejun Heo6aff8f12006-02-15 18:24:09 +09003430 unsigned int err_mask;
Albert Lee8bf62ec2005-05-12 15:29:42 -04003431
3432 /* Number of sectors per track 1-255. Number of heads 1-16 */
3433 if (sectors < 1 || sectors > 255 || heads < 1 || heads > 16)
Albert Lee00b6f5e2006-03-27 16:39:18 +08003434 return AC_ERR_INVALID;
Albert Lee8bf62ec2005-05-12 15:29:42 -04003435
3436 /* set up init dev params taskfile */
3437 DPRINTK("init dev params \n");
3438
Tejun Heo3373efd2006-05-15 20:57:53 +09003439 ata_tf_init(dev, &tf);
Tejun Heoa0123702005-12-13 14:49:31 +09003440 tf.command = ATA_CMD_INIT_DEV_PARAMS;
3441 tf.flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE;
3442 tf.protocol = ATA_PROT_NODATA;
3443 tf.nsect = sectors;
3444 tf.device |= (heads - 1) & 0x0f; /* max head = num. of heads - 1 */
Albert Lee8bf62ec2005-05-12 15:29:42 -04003445
Tejun Heo3373efd2006-05-15 20:57:53 +09003446 err_mask = ata_exec_internal(dev, &tf, NULL, DMA_NONE, NULL, 0);
Albert Lee8bf62ec2005-05-12 15:29:42 -04003447
Tejun Heo6aff8f12006-02-15 18:24:09 +09003448 DPRINTK("EXIT, err_mask=%x\n", err_mask);
3449 return err_mask;
Albert Lee8bf62ec2005-05-12 15:29:42 -04003450}
3451
3452/**
Jeff Garzik0cba6322005-05-30 19:49:12 -04003453 * ata_sg_clean - Unmap DMA memory associated with command
3454 * @qc: Command containing DMA memory to be released
3455 *
3456 * Unmap all mapped DMA memory associated with this command.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457 *
3458 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04003459 * spin_lock_irqsave(host lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460 */
Tejun Heo70e6ad02006-11-14 22:47:10 +09003461void ata_sg_clean(struct ata_queued_cmd *qc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462{
3463 struct ata_port *ap = qc->ap;
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003464 struct scatterlist *sg = qc->__sg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465 int dir = qc->dma_dir;
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003466 void *pad_buf = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467
Tejun Heoa4631472006-02-11 19:11:13 +09003468 WARN_ON(!(qc->flags & ATA_QCFLAG_DMAMAP));
3469 WARN_ON(sg == NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003470
3471 if (qc->flags & ATA_QCFLAG_SINGLE)
Jeff Garzikf1318832006-02-20 16:55:56 -05003472 WARN_ON(qc->n_elem > 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473
Jeff Garzik2c13b7c2005-11-14 14:14:16 -05003474 VPRINTK("unmapping %u sg elements\n", qc->n_elem);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003475
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003476 /* if we padded the buffer out to 32-bit bound, and data
3477 * xfer direction is from-device, we must copy from the
3478 * pad buffer back into the supplied buffer
3479 */
3480 if (qc->pad_len && !(qc->tf.flags & ATA_TFLAG_WRITE))
3481 pad_buf = ap->pad + (qc->tag * ATA_DMA_PAD_SZ);
3482
3483 if (qc->flags & ATA_QCFLAG_SG) {
Jeff Garzike1410f22005-11-14 14:06:26 -05003484 if (qc->n_elem)
Brian King2f1f6102006-03-23 17:30:15 -06003485 dma_unmap_sg(ap->dev, sg, qc->n_elem, dir);
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003486 /* restore last sg */
3487 sg[qc->orig_n_elem - 1].length += qc->pad_len;
3488 if (pad_buf) {
3489 struct scatterlist *psg = &qc->pad_sgent;
3490 void *addr = kmap_atomic(psg->page, KM_IRQ0);
3491 memcpy(addr + psg->offset, pad_buf, qc->pad_len);
Mark Lorddfa15982005-12-12 23:19:28 -05003492 kunmap_atomic(addr, KM_IRQ0);
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003493 }
3494 } else {
Tejun Heo2e242fa2006-02-20 23:48:38 +09003495 if (qc->n_elem)
Brian King2f1f6102006-03-23 17:30:15 -06003496 dma_unmap_single(ap->dev,
Jeff Garzike1410f22005-11-14 14:06:26 -05003497 sg_dma_address(&sg[0]), sg_dma_len(&sg[0]),
3498 dir);
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003499 /* restore sg */
3500 sg->length += qc->pad_len;
3501 if (pad_buf)
3502 memcpy(qc->buf_virt + sg->length - qc->pad_len,
3503 pad_buf, qc->pad_len);
3504 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003505
3506 qc->flags &= ~ATA_QCFLAG_DMAMAP;
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003507 qc->__sg = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508}
3509
3510/**
3511 * ata_fill_sg - Fill PCI IDE PRD table
3512 * @qc: Metadata associated with taskfile to be transferred
3513 *
Jeff Garzik780a87f2005-05-30 15:41:05 -04003514 * Fill PCI IDE PRD (scatter-gather) table with segments
3515 * associated with the current disk command.
3516 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04003518 * spin_lock_irqsave(host lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003519 *
3520 */
3521static void ata_fill_sg(struct ata_queued_cmd *qc)
3522{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523 struct ata_port *ap = qc->ap;
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003524 struct scatterlist *sg;
3525 unsigned int idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526
Tejun Heoa4631472006-02-11 19:11:13 +09003527 WARN_ON(qc->__sg == NULL);
Jeff Garzikf1318832006-02-20 16:55:56 -05003528 WARN_ON(qc->n_elem == 0 && qc->pad_len == 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529
3530 idx = 0;
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003531 ata_for_each_sg(sg, qc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003532 u32 addr, offset;
3533 u32 sg_len, len;
3534
3535 /* determine if physical DMA addr spans 64K boundary.
3536 * Note h/w doesn't support 64-bit, so we unconditionally
3537 * truncate dma_addr_t to u32.
3538 */
3539 addr = (u32) sg_dma_address(sg);
3540 sg_len = sg_dma_len(sg);
3541
3542 while (sg_len) {
3543 offset = addr & 0xffff;
3544 len = sg_len;
3545 if ((offset + sg_len) > 0x10000)
3546 len = 0x10000 - offset;
3547
3548 ap->prd[idx].addr = cpu_to_le32(addr);
3549 ap->prd[idx].flags_len = cpu_to_le32(len & 0xffff);
3550 VPRINTK("PRD[%u] = (0x%X, 0x%X)\n", idx, addr, len);
3551
3552 idx++;
3553 sg_len -= len;
3554 addr += len;
3555 }
3556 }
3557
3558 if (idx)
3559 ap->prd[idx - 1].flags_len |= cpu_to_le32(ATA_PRD_EOT);
3560}
3561/**
3562 * ata_check_atapi_dma - Check whether ATAPI DMA can be supported
3563 * @qc: Metadata associated with taskfile to check
3564 *
Jeff Garzik780a87f2005-05-30 15:41:05 -04003565 * Allow low-level driver to filter ATA PACKET commands, returning
3566 * a status indicating whether or not it is OK to use DMA for the
3567 * supplied PACKET command.
3568 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07003569 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04003570 * spin_lock_irqsave(host lock)
Jeff Garzik0cba6322005-05-30 19:49:12 -04003571 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07003572 * RETURNS: 0 when ATAPI DMA can be used
3573 * nonzero otherwise
3574 */
3575int ata_check_atapi_dma(struct ata_queued_cmd *qc)
3576{
3577 struct ata_port *ap = qc->ap;
3578 int rc = 0; /* Assume ATAPI DMA is OK by default */
3579
3580 if (ap->ops->check_atapi_dma)
3581 rc = ap->ops->check_atapi_dma(qc);
3582
3583 return rc;
3584}
3585/**
3586 * ata_qc_prep - Prepare taskfile for submission
3587 * @qc: Metadata associated with taskfile to be prepared
3588 *
Jeff Garzik780a87f2005-05-30 15:41:05 -04003589 * Prepare ATA taskfile for submission.
3590 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07003591 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04003592 * spin_lock_irqsave(host lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003593 */
3594void ata_qc_prep(struct ata_queued_cmd *qc)
3595{
3596 if (!(qc->flags & ATA_QCFLAG_DMAMAP))
3597 return;
3598
3599 ata_fill_sg(qc);
3600}
3601
Brian Kinge46834c2006-03-17 17:04:03 -06003602void ata_noop_qc_prep(struct ata_queued_cmd *qc) { }
3603
Jeff Garzik0cba6322005-05-30 19:49:12 -04003604/**
3605 * ata_sg_init_one - Associate command with memory buffer
3606 * @qc: Command to be associated
3607 * @buf: Memory buffer
3608 * @buflen: Length of memory buffer, in bytes.
3609 *
3610 * Initialize the data-related elements of queued_cmd @qc
3611 * to point to a single memory buffer, @buf of byte length @buflen.
3612 *
3613 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04003614 * spin_lock_irqsave(host lock)
Jeff Garzik0cba6322005-05-30 19:49:12 -04003615 */
3616
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617void ata_sg_init_one(struct ata_queued_cmd *qc, void *buf, unsigned int buflen)
3618{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619 qc->flags |= ATA_QCFLAG_SINGLE;
3620
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003621 qc->__sg = &qc->sgent;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003622 qc->n_elem = 1;
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003623 qc->orig_n_elem = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003624 qc->buf_virt = buf;
Brian King233277c2006-06-07 11:25:31 -05003625 qc->nbytes = buflen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003626
Tejun Heo61c05962006-11-14 22:35:43 +09003627 sg_init_one(&qc->sgent, buf, buflen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003628}
3629
Jeff Garzik0cba6322005-05-30 19:49:12 -04003630/**
3631 * ata_sg_init - Associate command with scatter-gather table.
3632 * @qc: Command to be associated
3633 * @sg: Scatter-gather table.
3634 * @n_elem: Number of elements in s/g table.
3635 *
3636 * Initialize the data-related elements of queued_cmd @qc
3637 * to point to a scatter-gather table @sg, containing @n_elem
3638 * elements.
3639 *
3640 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04003641 * spin_lock_irqsave(host lock)
Jeff Garzik0cba6322005-05-30 19:49:12 -04003642 */
3643
Linus Torvalds1da177e2005-04-16 15:20:36 -07003644void ata_sg_init(struct ata_queued_cmd *qc, struct scatterlist *sg,
3645 unsigned int n_elem)
3646{
3647 qc->flags |= ATA_QCFLAG_SG;
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003648 qc->__sg = sg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649 qc->n_elem = n_elem;
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003650 qc->orig_n_elem = n_elem;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651}
3652
3653/**
Jeff Garzik0cba6322005-05-30 19:49:12 -04003654 * ata_sg_setup_one - DMA-map the memory buffer associated with a command.
3655 * @qc: Command with memory buffer to be mapped.
3656 *
3657 * DMA-map the memory buffer associated with queued_cmd @qc.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658 *
3659 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04003660 * spin_lock_irqsave(host lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661 *
3662 * RETURNS:
Jeff Garzik0cba6322005-05-30 19:49:12 -04003663 * Zero on success, negative on error.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003664 */
3665
3666static int ata_sg_setup_one(struct ata_queued_cmd *qc)
3667{
3668 struct ata_port *ap = qc->ap;
3669 int dir = qc->dma_dir;
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003670 struct scatterlist *sg = qc->__sg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003671 dma_addr_t dma_address;
Tejun Heo2e242fa2006-02-20 23:48:38 +09003672 int trim_sg = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003673
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003674 /* we must lengthen transfers to end on a 32-bit boundary */
3675 qc->pad_len = sg->length & 3;
3676 if (qc->pad_len) {
3677 void *pad_buf = ap->pad + (qc->tag * ATA_DMA_PAD_SZ);
3678 struct scatterlist *psg = &qc->pad_sgent;
3679
Tejun Heoa4631472006-02-11 19:11:13 +09003680 WARN_ON(qc->dev->class != ATA_DEV_ATAPI);
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003681
3682 memset(pad_buf, 0, ATA_DMA_PAD_SZ);
3683
3684 if (qc->tf.flags & ATA_TFLAG_WRITE)
3685 memcpy(pad_buf, qc->buf_virt + sg->length - qc->pad_len,
3686 qc->pad_len);
3687
3688 sg_dma_address(psg) = ap->pad_dma + (qc->tag * ATA_DMA_PAD_SZ);
3689 sg_dma_len(psg) = ATA_DMA_PAD_SZ;
3690 /* trim sg */
3691 sg->length -= qc->pad_len;
Tejun Heo2e242fa2006-02-20 23:48:38 +09003692 if (sg->length == 0)
3693 trim_sg = 1;
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003694
3695 DPRINTK("padding done, sg->length=%u pad_len=%u\n",
3696 sg->length, qc->pad_len);
3697 }
3698
Tejun Heo2e242fa2006-02-20 23:48:38 +09003699 if (trim_sg) {
3700 qc->n_elem--;
Jeff Garzike1410f22005-11-14 14:06:26 -05003701 goto skip_map;
3702 }
3703
Brian King2f1f6102006-03-23 17:30:15 -06003704 dma_address = dma_map_single(ap->dev, qc->buf_virt,
Albert Lee32529e02005-05-26 03:49:42 -04003705 sg->length, dir);
Tejun Heo537a95d2005-11-05 14:29:01 -05003706 if (dma_mapping_error(dma_address)) {
3707 /* restore sg */
3708 sg->length += qc->pad_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003709 return -1;
Tejun Heo537a95d2005-11-05 14:29:01 -05003710 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711
3712 sg_dma_address(sg) = dma_address;
Albert Lee32529e02005-05-26 03:49:42 -04003713 sg_dma_len(sg) = sg->length;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714
Tejun Heo2e242fa2006-02-20 23:48:38 +09003715skip_map:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716 DPRINTK("mapped buffer of %d bytes for %s\n", sg_dma_len(sg),
3717 qc->tf.flags & ATA_TFLAG_WRITE ? "write" : "read");
3718
3719 return 0;
3720}
3721
3722/**
Jeff Garzik0cba6322005-05-30 19:49:12 -04003723 * ata_sg_setup - DMA-map the scatter-gather table associated with a command.
3724 * @qc: Command with scatter-gather table to be mapped.
3725 *
3726 * DMA-map the scatter-gather table associated with queued_cmd @qc.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003727 *
3728 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04003729 * spin_lock_irqsave(host lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003730 *
3731 * RETURNS:
Jeff Garzik0cba6322005-05-30 19:49:12 -04003732 * Zero on success, negative on error.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733 *
3734 */
3735
3736static int ata_sg_setup(struct ata_queued_cmd *qc)
3737{
3738 struct ata_port *ap = qc->ap;
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003739 struct scatterlist *sg = qc->__sg;
3740 struct scatterlist *lsg = &sg[qc->n_elem - 1];
Jeff Garzike1410f22005-11-14 14:06:26 -05003741 int n_elem, pre_n_elem, dir, trim_sg = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742
3743 VPRINTK("ENTER, ata%u\n", ap->id);
Tejun Heoa4631472006-02-11 19:11:13 +09003744 WARN_ON(!(qc->flags & ATA_QCFLAG_SG));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003745
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003746 /* we must lengthen transfers to end on a 32-bit boundary */
3747 qc->pad_len = lsg->length & 3;
3748 if (qc->pad_len) {
3749 void *pad_buf = ap->pad + (qc->tag * ATA_DMA_PAD_SZ);
3750 struct scatterlist *psg = &qc->pad_sgent;
3751 unsigned int offset;
3752
Tejun Heoa4631472006-02-11 19:11:13 +09003753 WARN_ON(qc->dev->class != ATA_DEV_ATAPI);
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003754
3755 memset(pad_buf, 0, ATA_DMA_PAD_SZ);
3756
3757 /*
3758 * psg->page/offset are used to copy to-be-written
3759 * data in this function or read data in ata_sg_clean.
3760 */
3761 offset = lsg->offset + lsg->length - qc->pad_len;
3762 psg->page = nth_page(lsg->page, offset >> PAGE_SHIFT);
3763 psg->offset = offset_in_page(offset);
3764
3765 if (qc->tf.flags & ATA_TFLAG_WRITE) {
3766 void *addr = kmap_atomic(psg->page, KM_IRQ0);
3767 memcpy(pad_buf, addr + psg->offset, qc->pad_len);
Mark Lorddfa15982005-12-12 23:19:28 -05003768 kunmap_atomic(addr, KM_IRQ0);
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003769 }
3770
3771 sg_dma_address(psg) = ap->pad_dma + (qc->tag * ATA_DMA_PAD_SZ);
3772 sg_dma_len(psg) = ATA_DMA_PAD_SZ;
3773 /* trim last sg */
3774 lsg->length -= qc->pad_len;
Jeff Garzike1410f22005-11-14 14:06:26 -05003775 if (lsg->length == 0)
3776 trim_sg = 1;
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003777
3778 DPRINTK("padding done, sg[%d].length=%u pad_len=%u\n",
3779 qc->n_elem - 1, lsg->length, qc->pad_len);
3780 }
3781
Jeff Garzike1410f22005-11-14 14:06:26 -05003782 pre_n_elem = qc->n_elem;
3783 if (trim_sg && pre_n_elem)
3784 pre_n_elem--;
3785
3786 if (!pre_n_elem) {
3787 n_elem = 0;
3788 goto skip_map;
3789 }
3790
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791 dir = qc->dma_dir;
Brian King2f1f6102006-03-23 17:30:15 -06003792 n_elem = dma_map_sg(ap->dev, sg, pre_n_elem, dir);
Tejun Heo537a95d2005-11-05 14:29:01 -05003793 if (n_elem < 1) {
3794 /* restore last sg */
3795 lsg->length += qc->pad_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796 return -1;
Tejun Heo537a95d2005-11-05 14:29:01 -05003797 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798
3799 DPRINTK("%d sg elements mapped\n", n_elem);
3800
Jeff Garzike1410f22005-11-14 14:06:26 -05003801skip_map:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003802 qc->n_elem = n_elem;
3803
3804 return 0;
3805}
3806
3807/**
Randy Dunlapc893a3a2006-01-28 13:15:32 -05003808 * swap_buf_le16 - swap halves of 16-bit words in place
Edward Falk0baab862005-06-02 18:17:13 -04003809 * @buf: Buffer to swap
3810 * @buf_words: Number of 16-bit words in buffer.
3811 *
3812 * Swap halves of 16-bit words if needed to convert from
3813 * little-endian byte order to native cpu byte order, or
3814 * vice-versa.
3815 *
3816 * LOCKING:
Randy Dunlap6f0ef4f2005-10-25 01:44:30 -04003817 * Inherited from caller.
Edward Falk0baab862005-06-02 18:17:13 -04003818 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003819void swap_buf_le16(u16 *buf, unsigned int buf_words)
3820{
3821#ifdef __BIG_ENDIAN
3822 unsigned int i;
3823
3824 for (i = 0; i < buf_words; i++)
3825 buf[i] = le16_to_cpu(buf[i]);
3826#endif /* __BIG_ENDIAN */
3827}
3828
Albert Lee6ae4cfb2005-08-12 14:15:34 +08003829/**
Tejun Heo0d5ff562007-02-01 15:06:36 +09003830 * ata_data_xfer - Transfer data by PIO
Alan Coxa6b2c5d2006-05-22 16:59:59 +01003831 * @adev: device to target
Albert Lee6ae4cfb2005-08-12 14:15:34 +08003832 * @buf: data buffer
3833 * @buflen: buffer length
Jeff Garzik344baba2005-09-07 01:15:17 -04003834 * @write_data: read/write
Albert Lee6ae4cfb2005-08-12 14:15:34 +08003835 *
3836 * Transfer data from/to the device data register by PIO.
3837 *
3838 * LOCKING:
3839 * Inherited from caller.
Albert Lee6ae4cfb2005-08-12 14:15:34 +08003840 */
Tejun Heo0d5ff562007-02-01 15:06:36 +09003841void ata_data_xfer(struct ata_device *adev, unsigned char *buf,
3842 unsigned int buflen, int write_data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843{
Alan Coxa6b2c5d2006-05-22 16:59:59 +01003844 struct ata_port *ap = adev->ap;
Albert Lee6ae4cfb2005-08-12 14:15:34 +08003845 unsigned int words = buflen >> 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003846
Albert Lee6ae4cfb2005-08-12 14:15:34 +08003847 /* Transfer multiple of 2 bytes */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848 if (write_data)
Tejun Heo0d5ff562007-02-01 15:06:36 +09003849 iowrite16_rep(ap->ioaddr.data_addr, buf, words);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850 else
Tejun Heo0d5ff562007-02-01 15:06:36 +09003851 ioread16_rep(ap->ioaddr.data_addr, buf, words);
Albert Lee6ae4cfb2005-08-12 14:15:34 +08003852
3853 /* Transfer trailing 1 byte, if any. */
3854 if (unlikely(buflen & 0x01)) {
3855 u16 align_buf[1] = { 0 };
3856 unsigned char *trailing_buf = buf + buflen - 1;
3857
3858 if (write_data) {
3859 memcpy(align_buf, trailing_buf, 1);
Tejun Heo0d5ff562007-02-01 15:06:36 +09003860 iowrite16(le16_to_cpu(align_buf[0]), ap->ioaddr.data_addr);
Albert Lee6ae4cfb2005-08-12 14:15:34 +08003861 } else {
Tejun Heo0d5ff562007-02-01 15:06:36 +09003862 align_buf[0] = cpu_to_le16(ioread16(ap->ioaddr.data_addr));
Albert Lee6ae4cfb2005-08-12 14:15:34 +08003863 memcpy(trailing_buf, align_buf, 1);
3864 }
3865 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866}
3867
Albert Lee6ae4cfb2005-08-12 14:15:34 +08003868/**
Tejun Heo0d5ff562007-02-01 15:06:36 +09003869 * ata_data_xfer_noirq - Transfer data by PIO
Alan Cox75e99582006-05-24 14:14:41 +01003870 * @adev: device to target
3871 * @buf: data buffer
3872 * @buflen: buffer length
3873 * @write_data: read/write
3874 *
Tejun Heo88574552006-06-25 20:00:35 +09003875 * Transfer data from/to the device data register by PIO. Do the
Alan Cox75e99582006-05-24 14:14:41 +01003876 * transfer with interrupts disabled.
3877 *
3878 * LOCKING:
3879 * Inherited from caller.
3880 */
Tejun Heo0d5ff562007-02-01 15:06:36 +09003881void ata_data_xfer_noirq(struct ata_device *adev, unsigned char *buf,
3882 unsigned int buflen, int write_data)
Alan Cox75e99582006-05-24 14:14:41 +01003883{
3884 unsigned long flags;
3885 local_irq_save(flags);
Tejun Heo0d5ff562007-02-01 15:06:36 +09003886 ata_data_xfer(adev, buf, buflen, write_data);
Alan Cox75e99582006-05-24 14:14:41 +01003887 local_irq_restore(flags);
3888}
3889
3890
3891/**
Albert Lee6ae4cfb2005-08-12 14:15:34 +08003892 * ata_pio_sector - Transfer ATA_SECT_SIZE (512 bytes) of data.
3893 * @qc: Command on going
3894 *
3895 * Transfer ATA_SECT_SIZE of data from/to the ATA device.
3896 *
3897 * LOCKING:
3898 * Inherited from caller.
3899 */
3900
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901static void ata_pio_sector(struct ata_queued_cmd *qc)
3902{
3903 int do_write = (qc->tf.flags & ATA_TFLAG_WRITE);
Jeff Garzikcedc9a42005-10-05 07:13:30 -04003904 struct scatterlist *sg = qc->__sg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905 struct ata_port *ap = qc->ap;
3906 struct page *page;
3907 unsigned int offset;
3908 unsigned char *buf;
3909
Tejun Heo726f0782007-01-03 17:30:39 +09003910 if (qc->curbytes == qc->nbytes - ATA_SECT_SIZE)
Albert Lee14be71f2005-09-27 17:36:35 +08003911 ap->hsm_task_state = HSM_ST_LAST;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003912
3913 page = sg[qc->cursg].page;
Tejun Heo726f0782007-01-03 17:30:39 +09003914 offset = sg[qc->cursg].offset + qc->cursg_ofs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915
3916 /* get the current page and offset */
3917 page = nth_page(page, (offset >> PAGE_SHIFT));
3918 offset %= PAGE_SIZE;
3919
Albert Lee7282aa42005-10-09 09:46:07 -04003920 DPRINTK("data %s\n", qc->tf.flags & ATA_TFLAG_WRITE ? "write" : "read");
3921
Albert Lee91b8b312005-10-09 09:48:44 -04003922 if (PageHighMem(page)) {
3923 unsigned long flags;
Albert Lee7282aa42005-10-09 09:46:07 -04003924
Alan Coxa6b2c5d2006-05-22 16:59:59 +01003925 /* FIXME: use a bounce buffer */
Albert Lee91b8b312005-10-09 09:48:44 -04003926 local_irq_save(flags);
3927 buf = kmap_atomic(page, KM_IRQ0);
Albert Lee083958d2005-10-09 09:47:31 -04003928
Albert Lee91b8b312005-10-09 09:48:44 -04003929 /* do the actual data transfer */
Alan Coxa6b2c5d2006-05-22 16:59:59 +01003930 ap->ops->data_xfer(qc->dev, buf + offset, ATA_SECT_SIZE, do_write);
Albert Lee91b8b312005-10-09 09:48:44 -04003931
3932 kunmap_atomic(buf, KM_IRQ0);
3933 local_irq_restore(flags);
3934 } else {
3935 buf = page_address(page);
Alan Coxa6b2c5d2006-05-22 16:59:59 +01003936 ap->ops->data_xfer(qc->dev, buf + offset, ATA_SECT_SIZE, do_write);
Albert Lee91b8b312005-10-09 09:48:44 -04003937 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003938
Tejun Heo726f0782007-01-03 17:30:39 +09003939 qc->curbytes += ATA_SECT_SIZE;
3940 qc->cursg_ofs += ATA_SECT_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941
Tejun Heo726f0782007-01-03 17:30:39 +09003942 if (qc->cursg_ofs == (&sg[qc->cursg])->length) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003943 qc->cursg++;
3944 qc->cursg_ofs = 0;
3945 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003946}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947
Albert Lee6ae4cfb2005-08-12 14:15:34 +08003948/**
Albert Lee07f6f7d2005-11-01 19:33:20 +08003949 * ata_pio_sectors - Transfer one or many 512-byte sectors.
3950 * @qc: Command on going
3951 *
Jeff Garzikc81e29b2006-05-24 01:49:12 -04003952 * Transfer one or many ATA_SECT_SIZE of data from/to the
Albert Lee07f6f7d2005-11-01 19:33:20 +08003953 * ATA device for the DRQ request.
3954 *
3955 * LOCKING:
3956 * Inherited from caller.
3957 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003958
Albert Lee07f6f7d2005-11-01 19:33:20 +08003959static void ata_pio_sectors(struct ata_queued_cmd *qc)
3960{
3961 if (is_multi_taskfile(&qc->tf)) {
3962 /* READ/WRITE MULTIPLE */
3963 unsigned int nsect;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964
Jeff Garzik587005d2006-02-11 18:17:32 -05003965 WARN_ON(qc->dev->multi_count == 0);
Albert Lee07f6f7d2005-11-01 19:33:20 +08003966
Tejun Heo726f0782007-01-03 17:30:39 +09003967 nsect = min((qc->nbytes - qc->curbytes) / ATA_SECT_SIZE,
3968 qc->dev->multi_count);
Albert Lee07f6f7d2005-11-01 19:33:20 +08003969 while (nsect--)
3970 ata_pio_sector(qc);
3971 } else
3972 ata_pio_sector(qc);
3973}
3974
3975/**
Albert Leec71c1852005-10-04 06:03:45 -04003976 * atapi_send_cdb - Write CDB bytes to hardware
3977 * @ap: Port to which ATAPI device is attached.
3978 * @qc: Taskfile currently active
3979 *
3980 * When device has indicated its readiness to accept
3981 * a CDB, this function is called. Send the CDB.
3982 *
3983 * LOCKING:
3984 * caller.
3985 */
3986
3987static void atapi_send_cdb(struct ata_port *ap, struct ata_queued_cmd *qc)
3988{
3989 /* send SCSI cdb */
3990 DPRINTK("send cdb\n");
Jeff Garzikdb024d52006-02-13 00:23:57 -05003991 WARN_ON(qc->dev->cdb_len < 12);
Albert Leec71c1852005-10-04 06:03:45 -04003992
Alan Coxa6b2c5d2006-05-22 16:59:59 +01003993 ap->ops->data_xfer(qc->dev, qc->cdb, qc->dev->cdb_len, 1);
Albert Leec71c1852005-10-04 06:03:45 -04003994 ata_altstatus(ap); /* flush */
3995
3996 switch (qc->tf.protocol) {
3997 case ATA_PROT_ATAPI:
3998 ap->hsm_task_state = HSM_ST;
3999 break;
4000 case ATA_PROT_ATAPI_NODATA:
4001 ap->hsm_task_state = HSM_ST_LAST;
4002 break;
4003 case ATA_PROT_ATAPI_DMA:
4004 ap->hsm_task_state = HSM_ST_LAST;
4005 /* initiate bmdma */
4006 ap->ops->bmdma_start(qc);
4007 break;
4008 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004009}
4010
Albert Lee6ae4cfb2005-08-12 14:15:34 +08004011/**
4012 * __atapi_pio_bytes - Transfer data from/to the ATAPI device.
4013 * @qc: Command on going
4014 * @bytes: number of bytes
4015 *
4016 * Transfer Transfer data from/to the ATAPI device.
4017 *
4018 * LOCKING:
4019 * Inherited from caller.
4020 *
4021 */
4022
Linus Torvalds1da177e2005-04-16 15:20:36 -07004023static void __atapi_pio_bytes(struct ata_queued_cmd *qc, unsigned int bytes)
4024{
4025 int do_write = (qc->tf.flags & ATA_TFLAG_WRITE);
Jeff Garzikcedc9a42005-10-05 07:13:30 -04004026 struct scatterlist *sg = qc->__sg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004027 struct ata_port *ap = qc->ap;
4028 struct page *page;
4029 unsigned char *buf;
4030 unsigned int offset, count;
4031
Albert Lee563a6e12005-08-12 14:17:50 +08004032 if (qc->curbytes + bytes >= qc->nbytes)
Albert Lee14be71f2005-09-27 17:36:35 +08004033 ap->hsm_task_state = HSM_ST_LAST;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004034
4035next_sg:
Albert Lee563a6e12005-08-12 14:17:50 +08004036 if (unlikely(qc->cursg >= qc->n_elem)) {
Jeff Garzik7fb6ec22005-09-16 06:01:48 -04004037 /*
Albert Lee563a6e12005-08-12 14:17:50 +08004038 * The end of qc->sg is reached and the device expects
4039 * more data to transfer. In order not to overrun qc->sg
4040 * and fulfill length specified in the byte count register,
4041 * - for read case, discard trailing data from the device
4042 * - for write case, padding zero data to the device
4043 */
4044 u16 pad_buf[1] = { 0 };
4045 unsigned int words = bytes >> 1;
4046 unsigned int i;
4047
4048 if (words) /* warning if bytes > 1 */
Tejun Heof15a1da2006-05-15 20:57:56 +09004049 ata_dev_printk(qc->dev, KERN_WARNING,
4050 "%u bytes trailing data\n", bytes);
Albert Lee563a6e12005-08-12 14:17:50 +08004051
4052 for (i = 0; i < words; i++)
Alan Coxa6b2c5d2006-05-22 16:59:59 +01004053 ap->ops->data_xfer(qc->dev, (unsigned char*)pad_buf, 2, do_write);
Albert Lee563a6e12005-08-12 14:17:50 +08004054
Albert Lee14be71f2005-09-27 17:36:35 +08004055 ap->hsm_task_state = HSM_ST_LAST;
Albert Lee563a6e12005-08-12 14:17:50 +08004056 return;
4057 }
4058
Jeff Garzikcedc9a42005-10-05 07:13:30 -04004059 sg = &qc->__sg[qc->cursg];
Linus Torvalds1da177e2005-04-16 15:20:36 -07004060
Linus Torvalds1da177e2005-04-16 15:20:36 -07004061 page = sg->page;
4062 offset = sg->offset + qc->cursg_ofs;
4063
4064 /* get the current page and offset */
4065 page = nth_page(page, (offset >> PAGE_SHIFT));
4066 offset %= PAGE_SIZE;
4067
Albert Lee6952df02005-06-06 15:56:03 +08004068 /* don't overrun current sg */
Albert Lee32529e02005-05-26 03:49:42 -04004069 count = min(sg->length - qc->cursg_ofs, bytes);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004070
4071 /* don't cross page boundaries */
4072 count = min(count, (unsigned int)PAGE_SIZE - offset);
4073
Albert Lee7282aa42005-10-09 09:46:07 -04004074 DPRINTK("data %s\n", qc->tf.flags & ATA_TFLAG_WRITE ? "write" : "read");
4075
Albert Lee91b8b312005-10-09 09:48:44 -04004076 if (PageHighMem(page)) {
4077 unsigned long flags;
Albert Lee7282aa42005-10-09 09:46:07 -04004078
Alan Coxa6b2c5d2006-05-22 16:59:59 +01004079 /* FIXME: use bounce buffer */
Albert Lee91b8b312005-10-09 09:48:44 -04004080 local_irq_save(flags);
4081 buf = kmap_atomic(page, KM_IRQ0);
Albert Lee083958d2005-10-09 09:47:31 -04004082
Albert Lee91b8b312005-10-09 09:48:44 -04004083 /* do the actual data transfer */
Alan Coxa6b2c5d2006-05-22 16:59:59 +01004084 ap->ops->data_xfer(qc->dev, buf + offset, count, do_write);
Albert Lee91b8b312005-10-09 09:48:44 -04004085
4086 kunmap_atomic(buf, KM_IRQ0);
4087 local_irq_restore(flags);
4088 } else {
4089 buf = page_address(page);
Alan Coxa6b2c5d2006-05-22 16:59:59 +01004090 ap->ops->data_xfer(qc->dev, buf + offset, count, do_write);
Albert Lee91b8b312005-10-09 09:48:44 -04004091 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092
4093 bytes -= count;
4094 qc->curbytes += count;
4095 qc->cursg_ofs += count;
4096
Albert Lee32529e02005-05-26 03:49:42 -04004097 if (qc->cursg_ofs == sg->length) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004098 qc->cursg++;
4099 qc->cursg_ofs = 0;
4100 }
4101
Albert Lee563a6e12005-08-12 14:17:50 +08004102 if (bytes)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004103 goto next_sg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004104}
4105
Albert Lee6ae4cfb2005-08-12 14:15:34 +08004106/**
4107 * atapi_pio_bytes - Transfer data from/to the ATAPI device.
4108 * @qc: Command on going
4109 *
4110 * Transfer Transfer data from/to the ATAPI device.
4111 *
4112 * LOCKING:
4113 * Inherited from caller.
Albert Lee6ae4cfb2005-08-12 14:15:34 +08004114 */
4115
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116static void atapi_pio_bytes(struct ata_queued_cmd *qc)
4117{
4118 struct ata_port *ap = qc->ap;
4119 struct ata_device *dev = qc->dev;
4120 unsigned int ireason, bc_lo, bc_hi, bytes;
4121 int i_write, do_write = (qc->tf.flags & ATA_TFLAG_WRITE) ? 1 : 0;
4122
Albert Leeeec4c3f2006-05-18 17:51:10 +08004123 /* Abuse qc->result_tf for temp storage of intermediate TF
4124 * here to save some kernel stack usage.
4125 * For normal completion, qc->result_tf is not relevant. For
4126 * error, qc->result_tf is later overwritten by ata_qc_complete().
4127 * So, the correctness of qc->result_tf is not affected.
4128 */
4129 ap->ops->tf_read(ap, &qc->result_tf);
4130 ireason = qc->result_tf.nsect;
4131 bc_lo = qc->result_tf.lbam;
4132 bc_hi = qc->result_tf.lbah;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133 bytes = (bc_hi << 8) | bc_lo;
4134
4135 /* shall be cleared to zero, indicating xfer of data */
4136 if (ireason & (1 << 0))
4137 goto err_out;
4138
4139 /* make sure transfer direction matches expected */
4140 i_write = ((ireason & (1 << 1)) == 0) ? 1 : 0;
4141 if (do_write != i_write)
4142 goto err_out;
4143
Albert Lee312f7da2005-09-27 17:38:03 +08004144 VPRINTK("ata%u: xfering %d bytes\n", ap->id, bytes);
4145
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146 __atapi_pio_bytes(qc, bytes);
4147
4148 return;
4149
4150err_out:
Tejun Heof15a1da2006-05-15 20:57:56 +09004151 ata_dev_printk(dev, KERN_INFO, "ATAPI check failed\n");
Tejun Heo11a56d22006-01-23 13:09:36 +09004152 qc->err_mask |= AC_ERR_HSM;
Albert Lee14be71f2005-09-27 17:36:35 +08004153 ap->hsm_task_state = HSM_ST_ERR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004154}
4155
4156/**
Albert Leec234fb02006-03-25 17:58:38 +08004157 * ata_hsm_ok_in_wq - Check if the qc can be handled in the workqueue.
4158 * @ap: the target ata_port
4159 * @qc: qc on going
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160 *
Albert Leec234fb02006-03-25 17:58:38 +08004161 * RETURNS:
4162 * 1 if ok in workqueue, 0 otherwise.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163 */
Albert Leec234fb02006-03-25 17:58:38 +08004164
4165static inline int ata_hsm_ok_in_wq(struct ata_port *ap, struct ata_queued_cmd *qc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004166{
Albert Leec234fb02006-03-25 17:58:38 +08004167 if (qc->tf.flags & ATA_TFLAG_POLLING)
4168 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169
Albert Leec234fb02006-03-25 17:58:38 +08004170 if (ap->hsm_task_state == HSM_ST_FIRST) {
4171 if (qc->tf.protocol == ATA_PROT_PIO &&
4172 (qc->tf.flags & ATA_TFLAG_WRITE))
4173 return 1;
4174
4175 if (is_atapi_taskfile(&qc->tf) &&
4176 !(qc->dev->flags & ATA_DFLAG_CDB_INTR))
4177 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178 }
4179
Albert Leec234fb02006-03-25 17:58:38 +08004180 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004181}
4182
Albert Leec234fb02006-03-25 17:58:38 +08004183/**
Tejun Heoc17ea202006-05-15 20:59:29 +09004184 * ata_hsm_qc_complete - finish a qc running on standard HSM
4185 * @qc: Command to complete
4186 * @in_wq: 1 if called from workqueue, 0 otherwise
4187 *
4188 * Finish @qc which is running on standard HSM.
4189 *
4190 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04004191 * If @in_wq is zero, spin_lock_irqsave(host lock).
Tejun Heoc17ea202006-05-15 20:59:29 +09004192 * Otherwise, none on entry and grabs host lock.
4193 */
4194static void ata_hsm_qc_complete(struct ata_queued_cmd *qc, int in_wq)
4195{
4196 struct ata_port *ap = qc->ap;
4197 unsigned long flags;
4198
4199 if (ap->ops->error_handler) {
4200 if (in_wq) {
Jeff Garzikba6a1302006-06-22 23:46:10 -04004201 spin_lock_irqsave(ap->lock, flags);
Tejun Heoc17ea202006-05-15 20:59:29 +09004202
Jeff Garzikcca39742006-08-24 03:19:22 -04004203 /* EH might have kicked in while host lock is
4204 * released.
Tejun Heoc17ea202006-05-15 20:59:29 +09004205 */
4206 qc = ata_qc_from_tag(ap, qc->tag);
4207 if (qc) {
4208 if (likely(!(qc->err_mask & AC_ERR_HSM))) {
Akira Iguchi83625002007-01-26 16:27:32 +09004209 ap->ops->irq_on(ap);
Tejun Heoc17ea202006-05-15 20:59:29 +09004210 ata_qc_complete(qc);
4211 } else
4212 ata_port_freeze(ap);
4213 }
4214
Jeff Garzikba6a1302006-06-22 23:46:10 -04004215 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heoc17ea202006-05-15 20:59:29 +09004216 } else {
4217 if (likely(!(qc->err_mask & AC_ERR_HSM)))
4218 ata_qc_complete(qc);
4219 else
4220 ata_port_freeze(ap);
4221 }
4222 } else {
4223 if (in_wq) {
Jeff Garzikba6a1302006-06-22 23:46:10 -04004224 spin_lock_irqsave(ap->lock, flags);
Akira Iguchi83625002007-01-26 16:27:32 +09004225 ap->ops->irq_on(ap);
Tejun Heoc17ea202006-05-15 20:59:29 +09004226 ata_qc_complete(qc);
Jeff Garzikba6a1302006-06-22 23:46:10 -04004227 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heoc17ea202006-05-15 20:59:29 +09004228 } else
4229 ata_qc_complete(qc);
4230 }
Jeff Garzikc81e29b2006-05-24 01:49:12 -04004231
4232 ata_altstatus(ap); /* flush */
Tejun Heoc17ea202006-05-15 20:59:29 +09004233}
4234
4235/**
Albert Leebb5cb292006-03-25 17:48:02 +08004236 * ata_hsm_move - move the HSM to the next state.
4237 * @ap: the target ata_port
4238 * @qc: qc on going
4239 * @status: current device status
4240 * @in_wq: 1 if called from workqueue, 0 otherwise
4241 *
4242 * RETURNS:
4243 * 1 when poll next status needed, 0 otherwise.
4244 */
Tejun Heo9a1004d2006-05-31 18:27:52 +09004245int ata_hsm_move(struct ata_port *ap, struct ata_queued_cmd *qc,
4246 u8 status, int in_wq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004247{
Albert Leebb5cb292006-03-25 17:48:02 +08004248 unsigned long flags = 0;
4249 int poll_next;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250
Albert Lee6912ccd2006-03-25 17:45:49 +08004251 WARN_ON((qc->flags & ATA_QCFLAG_ACTIVE) == 0);
Albert Lee0565c262006-02-13 18:55:25 +08004252
Albert Leebb5cb292006-03-25 17:48:02 +08004253 /* Make sure ata_qc_issue_prot() does not throw things
4254 * like DMA polling into the workqueue. Notice that
4255 * in_wq is not equivalent to (qc->tf.flags & ATA_TFLAG_POLLING).
Albert Lee1c848982005-12-05 15:40:15 +08004256 */
Albert Leec234fb02006-03-25 17:58:38 +08004257 WARN_ON(in_wq != ata_hsm_ok_in_wq(ap, qc));
Albert Lee1c848982005-12-05 15:40:15 +08004258
Albert Leee2cec772006-03-25 17:43:49 +08004259fsm_start:
Albert Lee999bb6f2006-03-25 18:07:48 +08004260 DPRINTK("ata%u: protocol %d task_state %d (dev_stat 0x%X)\n",
4261 ap->id, qc->tf.protocol, ap->hsm_task_state, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004262
Albert Leee2cec772006-03-25 17:43:49 +08004263 switch (ap->hsm_task_state) {
4264 case HSM_ST_FIRST:
Albert Leebb5cb292006-03-25 17:48:02 +08004265 /* Send first data block or PACKET CDB */
4266
4267 /* If polling, we will stay in the work queue after
4268 * sending the data. Otherwise, interrupt handler
4269 * takes over after sending the data.
4270 */
4271 poll_next = (qc->tf.flags & ATA_TFLAG_POLLING);
4272
Albert Leee2cec772006-03-25 17:43:49 +08004273 /* check device status */
Albert Lee3655d1d2006-05-19 11:43:04 +08004274 if (unlikely((status & ATA_DRQ) == 0)) {
4275 /* handle BSY=0, DRQ=0 as error */
4276 if (likely(status & (ATA_ERR | ATA_DF)))
4277 /* device stops HSM for abort/error */
4278 qc->err_mask |= AC_ERR_DEV;
4279 else
4280 /* HSM violation. Let EH handle this */
4281 qc->err_mask |= AC_ERR_HSM;
4282
Albert Leee2cec772006-03-25 17:43:49 +08004283 ap->hsm_task_state = HSM_ST_ERR;
4284 goto fsm_start;
4285 }
4286
Albert Lee71601952006-03-25 18:11:12 +08004287 /* Device should not ask for data transfer (DRQ=1)
4288 * when it finds something wrong.
Albert Leeeee6c322006-04-01 17:38:43 +08004289 * We ignore DRQ here and stop the HSM by
4290 * changing hsm_task_state to HSM_ST_ERR and
4291 * let the EH abort the command or reset the device.
Albert Lee71601952006-03-25 18:11:12 +08004292 */
4293 if (unlikely(status & (ATA_ERR | ATA_DF))) {
4294 printk(KERN_WARNING "ata%d: DRQ=1 with device error, dev_stat 0x%X\n",
4295 ap->id, status);
Albert Lee3655d1d2006-05-19 11:43:04 +08004296 qc->err_mask |= AC_ERR_HSM;
Albert Leeeee6c322006-04-01 17:38:43 +08004297 ap->hsm_task_state = HSM_ST_ERR;
4298 goto fsm_start;
Albert Lee71601952006-03-25 18:11:12 +08004299 }
4300
Albert Leebb5cb292006-03-25 17:48:02 +08004301 /* Send the CDB (atapi) or the first data block (ata pio out).
4302 * During the state transition, interrupt handler shouldn't
4303 * be invoked before the data transfer is complete and
4304 * hsm_task_state is changed. Hence, the following locking.
4305 */
4306 if (in_wq)
Jeff Garzikba6a1302006-06-22 23:46:10 -04004307 spin_lock_irqsave(ap->lock, flags);
Albert Leee2cec772006-03-25 17:43:49 +08004308
Albert Leebb5cb292006-03-25 17:48:02 +08004309 if (qc->tf.protocol == ATA_PROT_PIO) {
4310 /* PIO data out protocol.
4311 * send first data block.
4312 */
4313
4314 /* ata_pio_sectors() might change the state
4315 * to HSM_ST_LAST. so, the state is changed here
4316 * before ata_pio_sectors().
4317 */
4318 ap->hsm_task_state = HSM_ST;
4319 ata_pio_sectors(qc);
4320 ata_altstatus(ap); /* flush */
4321 } else
4322 /* send CDB */
4323 atapi_send_cdb(ap, qc);
4324
4325 if (in_wq)
Jeff Garzikba6a1302006-06-22 23:46:10 -04004326 spin_unlock_irqrestore(ap->lock, flags);
Albert Leebb5cb292006-03-25 17:48:02 +08004327
4328 /* if polling, ata_pio_task() handles the rest.
4329 * otherwise, interrupt handler takes over from here.
4330 */
Albert Leee2cec772006-03-25 17:43:49 +08004331 break;
4332
4333 case HSM_ST:
4334 /* complete command or read/write the data register */
4335 if (qc->tf.protocol == ATA_PROT_ATAPI) {
4336 /* ATAPI PIO protocol */
4337 if ((status & ATA_DRQ) == 0) {
Albert Lee3655d1d2006-05-19 11:43:04 +08004338 /* No more data to transfer or device error.
4339 * Device error will be tagged in HSM_ST_LAST.
4340 */
Albert Leee2cec772006-03-25 17:43:49 +08004341 ap->hsm_task_state = HSM_ST_LAST;
4342 goto fsm_start;
4343 }
4344
Albert Lee71601952006-03-25 18:11:12 +08004345 /* Device should not ask for data transfer (DRQ=1)
4346 * when it finds something wrong.
Albert Leeeee6c322006-04-01 17:38:43 +08004347 * We ignore DRQ here and stop the HSM by
4348 * changing hsm_task_state to HSM_ST_ERR and
4349 * let the EH abort the command or reset the device.
Albert Lee71601952006-03-25 18:11:12 +08004350 */
4351 if (unlikely(status & (ATA_ERR | ATA_DF))) {
4352 printk(KERN_WARNING "ata%d: DRQ=1 with device error, dev_stat 0x%X\n",
4353 ap->id, status);
Albert Lee3655d1d2006-05-19 11:43:04 +08004354 qc->err_mask |= AC_ERR_HSM;
Albert Leeeee6c322006-04-01 17:38:43 +08004355 ap->hsm_task_state = HSM_ST_ERR;
4356 goto fsm_start;
Albert Lee71601952006-03-25 18:11:12 +08004357 }
4358
Albert Leee2cec772006-03-25 17:43:49 +08004359 atapi_pio_bytes(qc);
4360
4361 if (unlikely(ap->hsm_task_state == HSM_ST_ERR))
4362 /* bad ireason reported by device */
4363 goto fsm_start;
4364
4365 } else {
4366 /* ATA PIO protocol */
4367 if (unlikely((status & ATA_DRQ) == 0)) {
4368 /* handle BSY=0, DRQ=0 as error */
Albert Lee3655d1d2006-05-19 11:43:04 +08004369 if (likely(status & (ATA_ERR | ATA_DF)))
4370 /* device stops HSM for abort/error */
4371 qc->err_mask |= AC_ERR_DEV;
4372 else
Tejun Heo55a8e2c2006-11-10 18:08:10 +09004373 /* HSM violation. Let EH handle this.
4374 * Phantom devices also trigger this
4375 * condition. Mark hint.
4376 */
4377 qc->err_mask |= AC_ERR_HSM |
4378 AC_ERR_NODEV_HINT;
Albert Lee3655d1d2006-05-19 11:43:04 +08004379
Albert Leee2cec772006-03-25 17:43:49 +08004380 ap->hsm_task_state = HSM_ST_ERR;
4381 goto fsm_start;
4382 }
4383
Albert Leeeee6c322006-04-01 17:38:43 +08004384 /* For PIO reads, some devices may ask for
4385 * data transfer (DRQ=1) alone with ERR=1.
4386 * We respect DRQ here and transfer one
4387 * block of junk data before changing the
4388 * hsm_task_state to HSM_ST_ERR.
4389 *
4390 * For PIO writes, ERR=1 DRQ=1 doesn't make
4391 * sense since the data block has been
4392 * transferred to the device.
Albert Lee71601952006-03-25 18:11:12 +08004393 */
4394 if (unlikely(status & (ATA_ERR | ATA_DF))) {
Albert Lee71601952006-03-25 18:11:12 +08004395 /* data might be corrputed */
4396 qc->err_mask |= AC_ERR_DEV;
Albert Leeeee6c322006-04-01 17:38:43 +08004397
4398 if (!(qc->tf.flags & ATA_TFLAG_WRITE)) {
4399 ata_pio_sectors(qc);
4400 ata_altstatus(ap);
4401 status = ata_wait_idle(ap);
4402 }
4403
Albert Lee3655d1d2006-05-19 11:43:04 +08004404 if (status & (ATA_BUSY | ATA_DRQ))
4405 qc->err_mask |= AC_ERR_HSM;
4406
Albert Leeeee6c322006-04-01 17:38:43 +08004407 /* ata_pio_sectors() might change the
4408 * state to HSM_ST_LAST. so, the state
4409 * is changed after ata_pio_sectors().
4410 */
4411 ap->hsm_task_state = HSM_ST_ERR;
4412 goto fsm_start;
Albert Lee71601952006-03-25 18:11:12 +08004413 }
4414
Albert Leee2cec772006-03-25 17:43:49 +08004415 ata_pio_sectors(qc);
4416
4417 if (ap->hsm_task_state == HSM_ST_LAST &&
4418 (!(qc->tf.flags & ATA_TFLAG_WRITE))) {
4419 /* all data read */
4420 ata_altstatus(ap);
Albert Lee52a32202006-03-25 18:18:15 +08004421 status = ata_wait_idle(ap);
Albert Leee2cec772006-03-25 17:43:49 +08004422 goto fsm_start;
4423 }
4424 }
4425
4426 ata_altstatus(ap); /* flush */
Albert Leebb5cb292006-03-25 17:48:02 +08004427 poll_next = 1;
Albert Leee2cec772006-03-25 17:43:49 +08004428 break;
4429
4430 case HSM_ST_LAST:
Albert Lee6912ccd2006-03-25 17:45:49 +08004431 if (unlikely(!ata_ok(status))) {
4432 qc->err_mask |= __ac_err_mask(status);
Albert Leee2cec772006-03-25 17:43:49 +08004433 ap->hsm_task_state = HSM_ST_ERR;
4434 goto fsm_start;
4435 }
4436
4437 /* no more data to transfer */
Albert Lee4332a772006-04-03 17:43:24 +08004438 DPRINTK("ata%u: dev %u command complete, drv_stat 0x%x\n",
4439 ap->id, qc->dev->devno, status);
Albert Leee2cec772006-03-25 17:43:49 +08004440
Albert Lee6912ccd2006-03-25 17:45:49 +08004441 WARN_ON(qc->err_mask);
4442
Albert Leee2cec772006-03-25 17:43:49 +08004443 ap->hsm_task_state = HSM_ST_IDLE;
4444
4445 /* complete taskfile transaction */
Tejun Heoc17ea202006-05-15 20:59:29 +09004446 ata_hsm_qc_complete(qc, in_wq);
Albert Leebb5cb292006-03-25 17:48:02 +08004447
4448 poll_next = 0;
Albert Leee2cec772006-03-25 17:43:49 +08004449 break;
4450
4451 case HSM_ST_ERR:
Albert Leee2cec772006-03-25 17:43:49 +08004452 /* make sure qc->err_mask is available to
4453 * know what's wrong and recover
4454 */
4455 WARN_ON(qc->err_mask == 0);
4456
4457 ap->hsm_task_state = HSM_ST_IDLE;
Albert Leebb5cb292006-03-25 17:48:02 +08004458
Albert Lee999bb6f2006-03-25 18:07:48 +08004459 /* complete taskfile transaction */
Tejun Heoc17ea202006-05-15 20:59:29 +09004460 ata_hsm_qc_complete(qc, in_wq);
Albert Leebb5cb292006-03-25 17:48:02 +08004461
4462 poll_next = 0;
Albert Leee2cec772006-03-25 17:43:49 +08004463 break;
4464 default:
Albert Leebb5cb292006-03-25 17:48:02 +08004465 poll_next = 0;
Albert Lee6912ccd2006-03-25 17:45:49 +08004466 BUG();
Albert Leee2cec772006-03-25 17:43:49 +08004467 }
4468
Albert Leebb5cb292006-03-25 17:48:02 +08004469 return poll_next;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004470}
4471
David Howells65f27f32006-11-22 14:55:48 +00004472static void ata_pio_task(struct work_struct *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004473{
David Howells65f27f32006-11-22 14:55:48 +00004474 struct ata_port *ap =
4475 container_of(work, struct ata_port, port_task.work);
4476 struct ata_queued_cmd *qc = ap->port_task_data;
Albert Leea1af3732006-03-25 17:50:15 +08004477 u8 status;
4478 int poll_next;
Jeff Garzik7fb6ec22005-09-16 06:01:48 -04004479
4480fsm_start:
Albert Leea1af3732006-03-25 17:50:15 +08004481 WARN_ON(ap->hsm_task_state == HSM_ST_IDLE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004482
Albert Leea1af3732006-03-25 17:50:15 +08004483 /*
4484 * This is purely heuristic. This is a fast path.
4485 * Sometimes when we enter, BSY will be cleared in
4486 * a chk-status or two. If not, the drive is probably seeking
4487 * or something. Snooze for a couple msecs, then
4488 * chk-status again. If still busy, queue delayed work.
4489 */
4490 status = ata_busy_wait(ap, ATA_BUSY, 5);
4491 if (status & ATA_BUSY) {
4492 msleep(2);
4493 status = ata_busy_wait(ap, ATA_BUSY, 10);
4494 if (status & ATA_BUSY) {
Albert Lee31ce6da2006-04-03 18:31:44 +08004495 ata_port_queue_task(ap, ata_pio_task, qc, ATA_SHORT_PAUSE);
Albert Leea1af3732006-03-25 17:50:15 +08004496 return;
4497 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004498 }
4499
Albert Leea1af3732006-03-25 17:50:15 +08004500 /* move the HSM */
4501 poll_next = ata_hsm_move(ap, qc, status, 1);
4502
4503 /* another command or interrupt handler
4504 * may be running at this point.
4505 */
4506 if (poll_next)
Jeff Garzik7fb6ec22005-09-16 06:01:48 -04004507 goto fsm_start;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508}
4509
Linus Torvalds1da177e2005-04-16 15:20:36 -07004510/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07004511 * ata_qc_new - Request an available ATA command, for queueing
4512 * @ap: Port associated with device @dev
4513 * @dev: Device from whom we request an available command structure
4514 *
4515 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04004516 * None.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004517 */
4518
4519static struct ata_queued_cmd *ata_qc_new(struct ata_port *ap)
4520{
4521 struct ata_queued_cmd *qc = NULL;
4522 unsigned int i;
4523
Tejun Heoe3180492006-05-15 20:58:09 +09004524 /* no command while frozen */
Tejun Heob51e9e52006-06-29 01:29:30 +09004525 if (unlikely(ap->pflags & ATA_PFLAG_FROZEN))
Tejun Heoe3180492006-05-15 20:58:09 +09004526 return NULL;
4527
Tejun Heo2ab7db12006-05-15 20:58:02 +09004528 /* the last tag is reserved for internal command. */
4529 for (i = 0; i < ATA_MAX_QUEUE - 1; i++)
Tejun Heo6cec4a32006-05-15 21:03:41 +09004530 if (!test_and_set_bit(i, &ap->qc_allocated)) {
Tejun Heof69499f2006-05-15 20:58:03 +09004531 qc = __ata_qc_from_tag(ap, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004532 break;
4533 }
4534
4535 if (qc)
4536 qc->tag = i;
4537
4538 return qc;
4539}
4540
4541/**
4542 * ata_qc_new_init - Request an available ATA command, and initialize it
Linus Torvalds1da177e2005-04-16 15:20:36 -07004543 * @dev: Device from whom we request an available command structure
4544 *
4545 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04004546 * None.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004547 */
4548
Tejun Heo3373efd2006-05-15 20:57:53 +09004549struct ata_queued_cmd *ata_qc_new_init(struct ata_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004550{
Tejun Heo3373efd2006-05-15 20:57:53 +09004551 struct ata_port *ap = dev->ap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004552 struct ata_queued_cmd *qc;
4553
4554 qc = ata_qc_new(ap);
4555 if (qc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556 qc->scsicmd = NULL;
4557 qc->ap = ap;
4558 qc->dev = dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004559
Jeff Garzik2c13b7c2005-11-14 14:14:16 -05004560 ata_qc_reinit(qc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004561 }
4562
4563 return qc;
4564}
4565
Linus Torvalds1da177e2005-04-16 15:20:36 -07004566/**
4567 * ata_qc_free - free unused ata_queued_cmd
4568 * @qc: Command to complete
4569 *
4570 * Designed to free unused ata_queued_cmd object
4571 * in case something prevents using it.
4572 *
4573 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04004574 * spin_lock_irqsave(host lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004575 */
4576void ata_qc_free(struct ata_queued_cmd *qc)
4577{
Tejun Heo4ba946e2006-01-23 13:09:36 +09004578 struct ata_port *ap = qc->ap;
4579 unsigned int tag;
4580
Tejun Heoa4631472006-02-11 19:11:13 +09004581 WARN_ON(qc == NULL); /* ata_qc_from_tag _might_ return NULL */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004582
Tejun Heo4ba946e2006-01-23 13:09:36 +09004583 qc->flags = 0;
4584 tag = qc->tag;
4585 if (likely(ata_tag_valid(tag))) {
Tejun Heo4ba946e2006-01-23 13:09:36 +09004586 qc->tag = ATA_TAG_POISON;
Tejun Heo6cec4a32006-05-15 21:03:41 +09004587 clear_bit(tag, &ap->qc_allocated);
Tejun Heo4ba946e2006-01-23 13:09:36 +09004588 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589}
4590
Tejun Heo76014422006-02-11 15:13:49 +09004591void __ata_qc_complete(struct ata_queued_cmd *qc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004592{
Tejun Heodedaf2b2006-05-15 21:03:43 +09004593 struct ata_port *ap = qc->ap;
4594
Tejun Heoa4631472006-02-11 19:11:13 +09004595 WARN_ON(qc == NULL); /* ata_qc_from_tag _might_ return NULL */
4596 WARN_ON(!(qc->flags & ATA_QCFLAG_ACTIVE));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004597
4598 if (likely(qc->flags & ATA_QCFLAG_DMAMAP))
4599 ata_sg_clean(qc);
4600
Tejun Heo7401abf2006-05-15 20:57:32 +09004601 /* command should be marked inactive atomically with qc completion */
Tejun Heodedaf2b2006-05-15 21:03:43 +09004602 if (qc->tf.protocol == ATA_PROT_NCQ)
4603 ap->sactive &= ~(1 << qc->tag);
4604 else
4605 ap->active_tag = ATA_TAG_POISON;
Tejun Heo7401abf2006-05-15 20:57:32 +09004606
Albert Lee3f3791d2005-08-16 14:25:38 +08004607 /* atapi: mark qc as inactive to prevent the interrupt handler
4608 * from completing the command twice later, before the error handler
4609 * is called. (when rc != 0 and atapi request sense is needed)
4610 */
4611 qc->flags &= ~ATA_QCFLAG_ACTIVE;
Tejun Heodedaf2b2006-05-15 21:03:43 +09004612 ap->qc_active &= ~(1 << qc->tag);
Albert Lee3f3791d2005-08-16 14:25:38 +08004613
Linus Torvalds1da177e2005-04-16 15:20:36 -07004614 /* call completion callback */
Tejun Heo77853bf2006-01-23 13:09:36 +09004615 qc->complete_fn(qc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004616}
4617
Tejun Heo39599a52006-11-14 22:37:35 +09004618static void fill_result_tf(struct ata_queued_cmd *qc)
4619{
4620 struct ata_port *ap = qc->ap;
4621
4622 ap->ops->tf_read(ap, &qc->result_tf);
4623 qc->result_tf.flags = qc->tf.flags;
4624}
4625
Tejun Heof686bcb2006-05-15 20:58:05 +09004626/**
4627 * ata_qc_complete - Complete an active ATA command
4628 * @qc: Command to complete
4629 * @err_mask: ATA Status register contents
4630 *
4631 * Indicate to the mid and upper layers that an ATA
4632 * command has completed, with either an ok or not-ok status.
4633 *
4634 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04004635 * spin_lock_irqsave(host lock)
Tejun Heof686bcb2006-05-15 20:58:05 +09004636 */
4637void ata_qc_complete(struct ata_queued_cmd *qc)
4638{
4639 struct ata_port *ap = qc->ap;
4640
4641 /* XXX: New EH and old EH use different mechanisms to
4642 * synchronize EH with regular execution path.
4643 *
4644 * In new EH, a failed qc is marked with ATA_QCFLAG_FAILED.
4645 * Normal execution path is responsible for not accessing a
4646 * failed qc. libata core enforces the rule by returning NULL
4647 * from ata_qc_from_tag() for failed qcs.
4648 *
4649 * Old EH depends on ata_qc_complete() nullifying completion
4650 * requests if ATA_QCFLAG_EH_SCHEDULED is set. Old EH does
4651 * not synchronize with interrupt handler. Only PIO task is
4652 * taken care of.
4653 */
4654 if (ap->ops->error_handler) {
Tejun Heob51e9e52006-06-29 01:29:30 +09004655 WARN_ON(ap->pflags & ATA_PFLAG_FROZEN);
Tejun Heof686bcb2006-05-15 20:58:05 +09004656
4657 if (unlikely(qc->err_mask))
4658 qc->flags |= ATA_QCFLAG_FAILED;
4659
4660 if (unlikely(qc->flags & ATA_QCFLAG_FAILED)) {
4661 if (!ata_tag_internal(qc->tag)) {
4662 /* always fill result TF for failed qc */
Tejun Heo39599a52006-11-14 22:37:35 +09004663 fill_result_tf(qc);
Tejun Heof686bcb2006-05-15 20:58:05 +09004664 ata_qc_schedule_eh(qc);
4665 return;
4666 }
4667 }
4668
4669 /* read result TF if requested */
4670 if (qc->flags & ATA_QCFLAG_RESULT_TF)
Tejun Heo39599a52006-11-14 22:37:35 +09004671 fill_result_tf(qc);
Tejun Heof686bcb2006-05-15 20:58:05 +09004672
4673 __ata_qc_complete(qc);
4674 } else {
4675 if (qc->flags & ATA_QCFLAG_EH_SCHEDULED)
4676 return;
4677
4678 /* read result TF if failed or requested */
4679 if (qc->err_mask || qc->flags & ATA_QCFLAG_RESULT_TF)
Tejun Heo39599a52006-11-14 22:37:35 +09004680 fill_result_tf(qc);
Tejun Heof686bcb2006-05-15 20:58:05 +09004681
4682 __ata_qc_complete(qc);
4683 }
4684}
4685
Tejun Heodedaf2b2006-05-15 21:03:43 +09004686/**
4687 * ata_qc_complete_multiple - Complete multiple qcs successfully
4688 * @ap: port in question
4689 * @qc_active: new qc_active mask
4690 * @finish_qc: LLDD callback invoked before completing a qc
4691 *
4692 * Complete in-flight commands. This functions is meant to be
4693 * called from low-level driver's interrupt routine to complete
4694 * requests normally. ap->qc_active and @qc_active is compared
4695 * and commands are completed accordingly.
4696 *
4697 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04004698 * spin_lock_irqsave(host lock)
Tejun Heodedaf2b2006-05-15 21:03:43 +09004699 *
4700 * RETURNS:
4701 * Number of completed commands on success, -errno otherwise.
4702 */
4703int ata_qc_complete_multiple(struct ata_port *ap, u32 qc_active,
4704 void (*finish_qc)(struct ata_queued_cmd *))
4705{
4706 int nr_done = 0;
4707 u32 done_mask;
4708 int i;
4709
4710 done_mask = ap->qc_active ^ qc_active;
4711
4712 if (unlikely(done_mask & qc_active)) {
4713 ata_port_printk(ap, KERN_ERR, "illegal qc_active transition "
4714 "(%08x->%08x)\n", ap->qc_active, qc_active);
4715 return -EINVAL;
4716 }
4717
4718 for (i = 0; i < ATA_MAX_QUEUE; i++) {
4719 struct ata_queued_cmd *qc;
4720
4721 if (!(done_mask & (1 << i)))
4722 continue;
4723
4724 if ((qc = ata_qc_from_tag(ap, i))) {
4725 if (finish_qc)
4726 finish_qc(qc);
4727 ata_qc_complete(qc);
4728 nr_done++;
4729 }
4730 }
4731
4732 return nr_done;
4733}
4734
Linus Torvalds1da177e2005-04-16 15:20:36 -07004735static inline int ata_should_dma_map(struct ata_queued_cmd *qc)
4736{
4737 struct ata_port *ap = qc->ap;
4738
4739 switch (qc->tf.protocol) {
Tejun Heo3dc1d882006-05-15 21:03:45 +09004740 case ATA_PROT_NCQ:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004741 case ATA_PROT_DMA:
4742 case ATA_PROT_ATAPI_DMA:
4743 return 1;
4744
4745 case ATA_PROT_ATAPI:
4746 case ATA_PROT_PIO:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004747 if (ap->flags & ATA_FLAG_PIO_DMA)
4748 return 1;
4749
4750 /* fall through */
4751
4752 default:
4753 return 0;
4754 }
4755
4756 /* never reached */
4757}
4758
4759/**
4760 * ata_qc_issue - issue taskfile to device
4761 * @qc: command to issue to device
4762 *
4763 * Prepare an ATA command to submission to device.
4764 * This includes mapping the data into a DMA-able
4765 * area, filling in the S/G table, and finally
4766 * writing the taskfile to hardware, starting the command.
4767 *
4768 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04004769 * spin_lock_irqsave(host lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004770 */
Tejun Heo8e0e6942006-03-31 20:41:11 +09004771void ata_qc_issue(struct ata_queued_cmd *qc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004772{
4773 struct ata_port *ap = qc->ap;
4774
Tejun Heodedaf2b2006-05-15 21:03:43 +09004775 /* Make sure only one non-NCQ command is outstanding. The
4776 * check is skipped for old EH because it reuses active qc to
4777 * request ATAPI sense.
4778 */
4779 WARN_ON(ap->ops->error_handler && ata_tag_valid(ap->active_tag));
4780
4781 if (qc->tf.protocol == ATA_PROT_NCQ) {
4782 WARN_ON(ap->sactive & (1 << qc->tag));
4783 ap->sactive |= 1 << qc->tag;
4784 } else {
4785 WARN_ON(ap->sactive);
4786 ap->active_tag = qc->tag;
4787 }
4788
Tejun Heoe4a70e72006-03-31 20:36:47 +09004789 qc->flags |= ATA_QCFLAG_ACTIVE;
Tejun Heodedaf2b2006-05-15 21:03:43 +09004790 ap->qc_active |= 1 << qc->tag;
Tejun Heoe4a70e72006-03-31 20:36:47 +09004791
Linus Torvalds1da177e2005-04-16 15:20:36 -07004792 if (ata_should_dma_map(qc)) {
4793 if (qc->flags & ATA_QCFLAG_SG) {
4794 if (ata_sg_setup(qc))
Tejun Heo8e436af2006-01-23 13:09:36 +09004795 goto sg_err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004796 } else if (qc->flags & ATA_QCFLAG_SINGLE) {
4797 if (ata_sg_setup_one(qc))
Tejun Heo8e436af2006-01-23 13:09:36 +09004798 goto sg_err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004799 }
4800 } else {
4801 qc->flags &= ~ATA_QCFLAG_DMAMAP;
4802 }
4803
4804 ap->ops->qc_prep(qc);
4805
Tejun Heo8e0e6942006-03-31 20:41:11 +09004806 qc->err_mask |= ap->ops->qc_issue(qc);
4807 if (unlikely(qc->err_mask))
4808 goto err;
4809 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004810
Tejun Heo8e436af2006-01-23 13:09:36 +09004811sg_err:
4812 qc->flags &= ~ATA_QCFLAG_DMAMAP;
Tejun Heo8e0e6942006-03-31 20:41:11 +09004813 qc->err_mask |= AC_ERR_SYSTEM;
4814err:
4815 ata_qc_complete(qc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004816}
4817
4818/**
4819 * ata_qc_issue_prot - issue taskfile to device in proto-dependent manner
4820 * @qc: command to issue to device
4821 *
4822 * Using various libata functions and hooks, this function
4823 * starts an ATA command. ATA commands are grouped into
4824 * classes called "protocols", and issuing each type of protocol
4825 * is slightly different.
4826 *
Edward Falk0baab862005-06-02 18:17:13 -04004827 * May be used as the qc_issue() entry in ata_port_operations.
4828 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07004829 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04004830 * spin_lock_irqsave(host lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004831 *
4832 * RETURNS:
Tejun Heo9a3d9eb2006-01-23 13:09:36 +09004833 * Zero on success, AC_ERR_* mask on failure
Linus Torvalds1da177e2005-04-16 15:20:36 -07004834 */
4835
Tejun Heo9a3d9eb2006-01-23 13:09:36 +09004836unsigned int ata_qc_issue_prot(struct ata_queued_cmd *qc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004837{
4838 struct ata_port *ap = qc->ap;
4839
Albert Leee50362e2005-09-27 17:39:50 +08004840 /* Use polling pio if the LLD doesn't handle
4841 * interrupt driven pio and atapi CDB interrupt.
4842 */
4843 if (ap->flags & ATA_FLAG_PIO_POLLING) {
4844 switch (qc->tf.protocol) {
4845 case ATA_PROT_PIO:
Albert Leee3472cb2006-12-07 11:37:58 +08004846 case ATA_PROT_NODATA:
Albert Leee50362e2005-09-27 17:39:50 +08004847 case ATA_PROT_ATAPI:
4848 case ATA_PROT_ATAPI_NODATA:
4849 qc->tf.flags |= ATA_TFLAG_POLLING;
4850 break;
4851 case ATA_PROT_ATAPI_DMA:
4852 if (qc->dev->flags & ATA_DFLAG_CDB_INTR)
Albert Lee3a778272006-06-22 13:00:25 +08004853 /* see ata_dma_blacklisted() */
Albert Leee50362e2005-09-27 17:39:50 +08004854 BUG();
4855 break;
4856 default:
4857 break;
4858 }
4859 }
4860
Tejun Heo3d3cca32006-11-16 10:50:50 +09004861 /* Some controllers show flaky interrupt behavior after
4862 * setting xfer mode. Use polling instead.
4863 */
4864 if (unlikely(qc->tf.command == ATA_CMD_SET_FEATURES &&
4865 qc->tf.feature == SETFEATURES_XFER) &&
4866 (ap->flags & ATA_FLAG_SETXFER_POLLING))
4867 qc->tf.flags |= ATA_TFLAG_POLLING;
4868
Albert Lee312f7da2005-09-27 17:38:03 +08004869 /* select the device */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004870 ata_dev_select(ap, qc->dev->devno, 1, 0);
4871
Albert Lee312f7da2005-09-27 17:38:03 +08004872 /* start the command */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004873 switch (qc->tf.protocol) {
4874 case ATA_PROT_NODATA:
Albert Lee312f7da2005-09-27 17:38:03 +08004875 if (qc->tf.flags & ATA_TFLAG_POLLING)
4876 ata_qc_set_polling(qc);
4877
Jeff Garzike5338252005-10-30 21:37:17 -05004878 ata_tf_to_host(ap, &qc->tf);
Albert Lee312f7da2005-09-27 17:38:03 +08004879 ap->hsm_task_state = HSM_ST_LAST;
4880
4881 if (qc->tf.flags & ATA_TFLAG_POLLING)
Albert Lee31ce6da2006-04-03 18:31:44 +08004882 ata_port_queue_task(ap, ata_pio_task, qc, 0);
Albert Lee312f7da2005-09-27 17:38:03 +08004883
Linus Torvalds1da177e2005-04-16 15:20:36 -07004884 break;
4885
4886 case ATA_PROT_DMA:
Jeff Garzik587005d2006-02-11 18:17:32 -05004887 WARN_ON(qc->tf.flags & ATA_TFLAG_POLLING);
Albert Lee312f7da2005-09-27 17:38:03 +08004888
Linus Torvalds1da177e2005-04-16 15:20:36 -07004889 ap->ops->tf_load(ap, &qc->tf); /* load tf registers */
4890 ap->ops->bmdma_setup(qc); /* set up bmdma */
4891 ap->ops->bmdma_start(qc); /* initiate bmdma */
Albert Lee312f7da2005-09-27 17:38:03 +08004892 ap->hsm_task_state = HSM_ST_LAST;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004893 break;
4894
Albert Lee312f7da2005-09-27 17:38:03 +08004895 case ATA_PROT_PIO:
4896 if (qc->tf.flags & ATA_TFLAG_POLLING)
4897 ata_qc_set_polling(qc);
4898
Jeff Garzike5338252005-10-30 21:37:17 -05004899 ata_tf_to_host(ap, &qc->tf);
Albert Lee312f7da2005-09-27 17:38:03 +08004900
Albert Lee54f00382005-09-30 19:14:19 +08004901 if (qc->tf.flags & ATA_TFLAG_WRITE) {
4902 /* PIO data out protocol */
4903 ap->hsm_task_state = HSM_ST_FIRST;
Albert Lee31ce6da2006-04-03 18:31:44 +08004904 ata_port_queue_task(ap, ata_pio_task, qc, 0);
Albert Lee54f00382005-09-30 19:14:19 +08004905
4906 /* always send first data block using
Albert Leee27486d2005-11-01 19:24:49 +08004907 * the ata_pio_task() codepath.
Albert Lee54f00382005-09-30 19:14:19 +08004908 */
Albert Lee312f7da2005-09-27 17:38:03 +08004909 } else {
Albert Lee54f00382005-09-30 19:14:19 +08004910 /* PIO data in protocol */
4911 ap->hsm_task_state = HSM_ST;
Albert Lee312f7da2005-09-27 17:38:03 +08004912
Albert Lee54f00382005-09-30 19:14:19 +08004913 if (qc->tf.flags & ATA_TFLAG_POLLING)
Albert Lee31ce6da2006-04-03 18:31:44 +08004914 ata_port_queue_task(ap, ata_pio_task, qc, 0);
Albert Lee312f7da2005-09-27 17:38:03 +08004915
Albert Lee54f00382005-09-30 19:14:19 +08004916 /* if polling, ata_pio_task() handles the rest.
4917 * otherwise, interrupt handler takes over from here.
4918 */
Albert Lee312f7da2005-09-27 17:38:03 +08004919 }
4920
Linus Torvalds1da177e2005-04-16 15:20:36 -07004921 break;
4922
4923 case ATA_PROT_ATAPI:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004924 case ATA_PROT_ATAPI_NODATA:
Albert Lee312f7da2005-09-27 17:38:03 +08004925 if (qc->tf.flags & ATA_TFLAG_POLLING)
4926 ata_qc_set_polling(qc);
4927
Jeff Garzike5338252005-10-30 21:37:17 -05004928 ata_tf_to_host(ap, &qc->tf);
Jeff Garzikf6ef65e2006-01-27 02:45:00 -05004929
Albert Lee312f7da2005-09-27 17:38:03 +08004930 ap->hsm_task_state = HSM_ST_FIRST;
4931
4932 /* send cdb by polling if no cdb interrupt */
4933 if ((!(qc->dev->flags & ATA_DFLAG_CDB_INTR)) ||
4934 (qc->tf.flags & ATA_TFLAG_POLLING))
Albert Lee31ce6da2006-04-03 18:31:44 +08004935 ata_port_queue_task(ap, ata_pio_task, qc, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004936 break;
4937
4938 case ATA_PROT_ATAPI_DMA:
Jeff Garzik587005d2006-02-11 18:17:32 -05004939 WARN_ON(qc->tf.flags & ATA_TFLAG_POLLING);
Albert Lee312f7da2005-09-27 17:38:03 +08004940
Linus Torvalds1da177e2005-04-16 15:20:36 -07004941 ap->ops->tf_load(ap, &qc->tf); /* load tf registers */
4942 ap->ops->bmdma_setup(qc); /* set up bmdma */
Albert Lee312f7da2005-09-27 17:38:03 +08004943 ap->hsm_task_state = HSM_ST_FIRST;
4944
4945 /* send cdb by polling if no cdb interrupt */
4946 if (!(qc->dev->flags & ATA_DFLAG_CDB_INTR))
Albert Lee31ce6da2006-04-03 18:31:44 +08004947 ata_port_queue_task(ap, ata_pio_task, qc, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004948 break;
4949
4950 default:
4951 WARN_ON(1);
Tejun Heo9a3d9eb2006-01-23 13:09:36 +09004952 return AC_ERR_SYSTEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004953 }
4954
4955 return 0;
4956}
4957
4958/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07004959 * ata_host_intr - Handle host interrupt for given (port, task)
4960 * @ap: Port on which interrupt arrived (possibly...)
4961 * @qc: Taskfile currently active in engine
4962 *
4963 * Handle host interrupt for given queued command. Currently,
4964 * only DMA interrupts are handled. All other commands are
4965 * handled via polling with interrupts disabled (nIEN bit).
4966 *
4967 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04004968 * spin_lock_irqsave(host lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004969 *
4970 * RETURNS:
4971 * One if interrupt was handled, zero if not (shared irq).
4972 */
4973
4974inline unsigned int ata_host_intr (struct ata_port *ap,
4975 struct ata_queued_cmd *qc)
4976{
Tejun Heoea547632006-11-17 12:06:21 +09004977 struct ata_eh_info *ehi = &ap->eh_info;
Albert Lee312f7da2005-09-27 17:38:03 +08004978 u8 status, host_stat = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004979
Albert Lee312f7da2005-09-27 17:38:03 +08004980 VPRINTK("ata%u: protocol %d task_state %d\n",
4981 ap->id, qc->tf.protocol, ap->hsm_task_state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004982
Albert Lee312f7da2005-09-27 17:38:03 +08004983 /* Check whether we are expecting interrupt in this state */
4984 switch (ap->hsm_task_state) {
4985 case HSM_ST_FIRST:
Albert Lee6912ccd2006-03-25 17:45:49 +08004986 /* Some pre-ATAPI-4 devices assert INTRQ
4987 * at this state when ready to receive CDB.
4988 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004989
Albert Lee312f7da2005-09-27 17:38:03 +08004990 /* Check the ATA_DFLAG_CDB_INTR flag is enough here.
4991 * The flag was turned on only for atapi devices.
4992 * No need to check is_atapi_taskfile(&qc->tf) again.
4993 */
4994 if (!(qc->dev->flags & ATA_DFLAG_CDB_INTR))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004995 goto idle_irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004996 break;
Albert Lee312f7da2005-09-27 17:38:03 +08004997 case HSM_ST_LAST:
4998 if (qc->tf.protocol == ATA_PROT_DMA ||
4999 qc->tf.protocol == ATA_PROT_ATAPI_DMA) {
5000 /* check status of DMA engine */
5001 host_stat = ap->ops->bmdma_status(ap);
5002 VPRINTK("ata%u: host_stat 0x%X\n", ap->id, host_stat);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005003
Albert Lee312f7da2005-09-27 17:38:03 +08005004 /* if it's not our irq... */
5005 if (!(host_stat & ATA_DMA_INTR))
5006 goto idle_irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005007
Albert Lee312f7da2005-09-27 17:38:03 +08005008 /* before we do anything else, clear DMA-Start bit */
5009 ap->ops->bmdma_stop(qc);
Albert Leea4f16612005-12-26 16:40:53 +08005010
5011 if (unlikely(host_stat & ATA_DMA_ERR)) {
5012 /* error when transfering data to/from memory */
5013 qc->err_mask |= AC_ERR_HOST_BUS;
5014 ap->hsm_task_state = HSM_ST_ERR;
5015 }
Albert Lee312f7da2005-09-27 17:38:03 +08005016 }
5017 break;
5018 case HSM_ST:
5019 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005020 default:
5021 goto idle_irq;
5022 }
5023
Albert Lee312f7da2005-09-27 17:38:03 +08005024 /* check altstatus */
5025 status = ata_altstatus(ap);
5026 if (status & ATA_BUSY)
5027 goto idle_irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005028
Albert Lee312f7da2005-09-27 17:38:03 +08005029 /* check main status, clearing INTRQ */
5030 status = ata_chk_status(ap);
5031 if (unlikely(status & ATA_BUSY))
5032 goto idle_irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005033
Albert Lee312f7da2005-09-27 17:38:03 +08005034 /* ack bmdma irq events */
5035 ap->ops->irq_clear(ap);
5036
Albert Leebb5cb292006-03-25 17:48:02 +08005037 ata_hsm_move(ap, qc, status, 0);
Tejun Heoea547632006-11-17 12:06:21 +09005038
5039 if (unlikely(qc->err_mask) && (qc->tf.protocol == ATA_PROT_DMA ||
5040 qc->tf.protocol == ATA_PROT_ATAPI_DMA))
5041 ata_ehi_push_desc(ehi, "BMDMA stat 0x%x", host_stat);
5042
Linus Torvalds1da177e2005-04-16 15:20:36 -07005043 return 1; /* irq handled */
5044
5045idle_irq:
5046 ap->stats.idle_irq++;
5047
5048#ifdef ATA_IRQ_TRAP
5049 if ((ap->stats.idle_irq % 1000) == 0) {
Akira Iguchi83625002007-01-26 16:27:32 +09005050 ap->ops->irq_ack(ap, 0); /* debug trap */
Tejun Heof15a1da2006-05-15 20:57:56 +09005051 ata_port_printk(ap, KERN_WARNING, "irq trap\n");
Alan Cox23cfce82006-03-21 16:06:53 +00005052 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005053 }
5054#endif
5055 return 0; /* irq not handled */
5056}
5057
5058/**
5059 * ata_interrupt - Default ATA host interrupt handler
Jeff Garzik0cba6322005-05-30 19:49:12 -04005060 * @irq: irq line (unused)
Jeff Garzikcca39742006-08-24 03:19:22 -04005061 * @dev_instance: pointer to our ata_host information structure
Linus Torvalds1da177e2005-04-16 15:20:36 -07005062 *
Jeff Garzik0cba6322005-05-30 19:49:12 -04005063 * Default interrupt handler for PCI IDE devices. Calls
5064 * ata_host_intr() for each port that is not disabled.
5065 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07005066 * LOCKING:
Jeff Garzikcca39742006-08-24 03:19:22 -04005067 * Obtains host lock during operation.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005068 *
5069 * RETURNS:
Jeff Garzik0cba6322005-05-30 19:49:12 -04005070 * IRQ_NONE or IRQ_HANDLED.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005071 */
5072
David Howells7d12e782006-10-05 14:55:46 +01005073irqreturn_t ata_interrupt (int irq, void *dev_instance)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005074{
Jeff Garzikcca39742006-08-24 03:19:22 -04005075 struct ata_host *host = dev_instance;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005076 unsigned int i;
5077 unsigned int handled = 0;
5078 unsigned long flags;
5079
5080 /* TODO: make _irqsave conditional on x86 PCI IDE legacy mode */
Jeff Garzikcca39742006-08-24 03:19:22 -04005081 spin_lock_irqsave(&host->lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005082
Jeff Garzikcca39742006-08-24 03:19:22 -04005083 for (i = 0; i < host->n_ports; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005084 struct ata_port *ap;
5085
Jeff Garzikcca39742006-08-24 03:19:22 -04005086 ap = host->ports[i];
Tejun Heoc1389502005-08-22 14:59:24 +09005087 if (ap &&
Jeff Garzik029f5462006-04-02 10:30:40 -04005088 !(ap->flags & ATA_FLAG_DISABLED)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005089 struct ata_queued_cmd *qc;
5090
5091 qc = ata_qc_from_tag(ap, ap->active_tag);
Albert Lee312f7da2005-09-27 17:38:03 +08005092 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING)) &&
Albert Lee21b1ed72005-04-29 17:34:59 +08005093 (qc->flags & ATA_QCFLAG_ACTIVE))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005094 handled |= ata_host_intr(ap, qc);
5095 }
5096 }
5097
Jeff Garzikcca39742006-08-24 03:19:22 -04005098 spin_unlock_irqrestore(&host->lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005099
5100 return IRQ_RETVAL(handled);
5101}
5102
Tejun Heo34bf2172006-05-15 20:57:46 +09005103/**
5104 * sata_scr_valid - test whether SCRs are accessible
5105 * @ap: ATA port to test SCR accessibility for
5106 *
5107 * Test whether SCRs are accessible for @ap.
5108 *
5109 * LOCKING:
5110 * None.
5111 *
5112 * RETURNS:
5113 * 1 if SCRs are accessible, 0 otherwise.
5114 */
5115int sata_scr_valid(struct ata_port *ap)
5116{
5117 return ap->cbl == ATA_CBL_SATA && ap->ops->scr_read;
5118}
5119
5120/**
5121 * sata_scr_read - read SCR register of the specified port
5122 * @ap: ATA port to read SCR for
5123 * @reg: SCR to read
5124 * @val: Place to store read value
5125 *
5126 * Read SCR register @reg of @ap into *@val. This function is
5127 * guaranteed to succeed if the cable type of the port is SATA
5128 * and the port implements ->scr_read.
5129 *
5130 * LOCKING:
5131 * None.
5132 *
5133 * RETURNS:
5134 * 0 on success, negative errno on failure.
5135 */
5136int sata_scr_read(struct ata_port *ap, int reg, u32 *val)
5137{
5138 if (sata_scr_valid(ap)) {
5139 *val = ap->ops->scr_read(ap, reg);
5140 return 0;
5141 }
5142 return -EOPNOTSUPP;
5143}
5144
5145/**
5146 * sata_scr_write - write SCR register of the specified port
5147 * @ap: ATA port to write SCR for
5148 * @reg: SCR to write
5149 * @val: value to write
5150 *
5151 * Write @val to SCR register @reg of @ap. This function is
5152 * guaranteed to succeed if the cable type of the port is SATA
5153 * and the port implements ->scr_read.
5154 *
5155 * LOCKING:
5156 * None.
5157 *
5158 * RETURNS:
5159 * 0 on success, negative errno on failure.
5160 */
5161int sata_scr_write(struct ata_port *ap, int reg, u32 val)
5162{
5163 if (sata_scr_valid(ap)) {
5164 ap->ops->scr_write(ap, reg, val);
5165 return 0;
5166 }
5167 return -EOPNOTSUPP;
5168}
5169
5170/**
5171 * sata_scr_write_flush - write SCR register of the specified port and flush
5172 * @ap: ATA port to write SCR for
5173 * @reg: SCR to write
5174 * @val: value to write
5175 *
5176 * This function is identical to sata_scr_write() except that this
5177 * function performs flush after writing to the register.
5178 *
5179 * LOCKING:
5180 * None.
5181 *
5182 * RETURNS:
5183 * 0 on success, negative errno on failure.
5184 */
5185int sata_scr_write_flush(struct ata_port *ap, int reg, u32 val)
5186{
5187 if (sata_scr_valid(ap)) {
5188 ap->ops->scr_write(ap, reg, val);
5189 ap->ops->scr_read(ap, reg);
5190 return 0;
5191 }
5192 return -EOPNOTSUPP;
5193}
5194
5195/**
5196 * ata_port_online - test whether the given port is online
5197 * @ap: ATA port to test
5198 *
5199 * Test whether @ap is online. Note that this function returns 0
5200 * if online status of @ap cannot be obtained, so
5201 * ata_port_online(ap) != !ata_port_offline(ap).
5202 *
5203 * LOCKING:
5204 * None.
5205 *
5206 * RETURNS:
5207 * 1 if the port online status is available and online.
5208 */
5209int ata_port_online(struct ata_port *ap)
5210{
5211 u32 sstatus;
5212
5213 if (!sata_scr_read(ap, SCR_STATUS, &sstatus) && (sstatus & 0xf) == 0x3)
5214 return 1;
5215 return 0;
5216}
5217
5218/**
5219 * ata_port_offline - test whether the given port is offline
5220 * @ap: ATA port to test
5221 *
5222 * Test whether @ap is offline. Note that this function returns
5223 * 0 if offline status of @ap cannot be obtained, so
5224 * ata_port_online(ap) != !ata_port_offline(ap).
5225 *
5226 * LOCKING:
5227 * None.
5228 *
5229 * RETURNS:
5230 * 1 if the port offline status is available and offline.
5231 */
5232int ata_port_offline(struct ata_port *ap)
5233{
5234 u32 sstatus;
5235
5236 if (!sata_scr_read(ap, SCR_STATUS, &sstatus) && (sstatus & 0xf) != 0x3)
5237 return 1;
5238 return 0;
5239}
Edward Falk0baab862005-06-02 18:17:13 -04005240
Tejun Heo77b08fb2006-06-24 20:30:19 +09005241int ata_flush_cache(struct ata_device *dev)
Jens Axboe9b847542006-01-06 09:28:07 +01005242{
Tejun Heo977e6b92006-06-24 20:30:19 +09005243 unsigned int err_mask;
Jens Axboe9b847542006-01-06 09:28:07 +01005244 u8 cmd;
5245
5246 if (!ata_try_flush_cache(dev))
5247 return 0;
5248
Tejun Heo6fc49ad2006-11-11 20:10:45 +09005249 if (dev->flags & ATA_DFLAG_FLUSH_EXT)
Jens Axboe9b847542006-01-06 09:28:07 +01005250 cmd = ATA_CMD_FLUSH_EXT;
5251 else
5252 cmd = ATA_CMD_FLUSH;
5253
Tejun Heo977e6b92006-06-24 20:30:19 +09005254 err_mask = ata_do_simple_cmd(dev, cmd);
5255 if (err_mask) {
5256 ata_dev_printk(dev, KERN_ERR, "failed to flush cache\n");
5257 return -EIO;
5258 }
5259
5260 return 0;
Jens Axboe9b847542006-01-06 09:28:07 +01005261}
5262
Jeff Garzikcca39742006-08-24 03:19:22 -04005263static int ata_host_request_pm(struct ata_host *host, pm_message_t mesg,
5264 unsigned int action, unsigned int ehi_flags,
5265 int wait)
Tejun Heo500530f2006-07-03 16:07:27 +09005266{
5267 unsigned long flags;
5268 int i, rc;
5269
Jeff Garzikcca39742006-08-24 03:19:22 -04005270 for (i = 0; i < host->n_ports; i++) {
5271 struct ata_port *ap = host->ports[i];
Tejun Heo500530f2006-07-03 16:07:27 +09005272
5273 /* Previous resume operation might still be in
5274 * progress. Wait for PM_PENDING to clear.
5275 */
5276 if (ap->pflags & ATA_PFLAG_PM_PENDING) {
5277 ata_port_wait_eh(ap);
5278 WARN_ON(ap->pflags & ATA_PFLAG_PM_PENDING);
5279 }
5280
5281 /* request PM ops to EH */
5282 spin_lock_irqsave(ap->lock, flags);
5283
5284 ap->pm_mesg = mesg;
5285 if (wait) {
5286 rc = 0;
5287 ap->pm_result = &rc;
5288 }
5289
5290 ap->pflags |= ATA_PFLAG_PM_PENDING;
5291 ap->eh_info.action |= action;
5292 ap->eh_info.flags |= ehi_flags;
5293
5294 ata_port_schedule_eh(ap);
5295
5296 spin_unlock_irqrestore(ap->lock, flags);
5297
5298 /* wait and check result */
5299 if (wait) {
5300 ata_port_wait_eh(ap);
5301 WARN_ON(ap->pflags & ATA_PFLAG_PM_PENDING);
5302 if (rc)
5303 return rc;
5304 }
5305 }
5306
5307 return 0;
5308}
5309
5310/**
Jeff Garzikcca39742006-08-24 03:19:22 -04005311 * ata_host_suspend - suspend host
5312 * @host: host to suspend
Tejun Heo500530f2006-07-03 16:07:27 +09005313 * @mesg: PM message
5314 *
Jeff Garzikcca39742006-08-24 03:19:22 -04005315 * Suspend @host. Actual operation is performed by EH. This
Tejun Heo500530f2006-07-03 16:07:27 +09005316 * function requests EH to perform PM operations and waits for EH
5317 * to finish.
5318 *
5319 * LOCKING:
5320 * Kernel thread context (may sleep).
5321 *
5322 * RETURNS:
5323 * 0 on success, -errno on failure.
5324 */
Jeff Garzikcca39742006-08-24 03:19:22 -04005325int ata_host_suspend(struct ata_host *host, pm_message_t mesg)
Tejun Heo500530f2006-07-03 16:07:27 +09005326{
5327 int i, j, rc;
5328
Jeff Garzikcca39742006-08-24 03:19:22 -04005329 rc = ata_host_request_pm(host, mesg, 0, ATA_EHI_QUIET, 1);
Tejun Heo500530f2006-07-03 16:07:27 +09005330 if (rc)
5331 goto fail;
5332
5333 /* EH is quiescent now. Fail if we have any ready device.
5334 * This happens if hotplug occurs between completion of device
5335 * suspension and here.
5336 */
Jeff Garzikcca39742006-08-24 03:19:22 -04005337 for (i = 0; i < host->n_ports; i++) {
5338 struct ata_port *ap = host->ports[i];
Tejun Heo500530f2006-07-03 16:07:27 +09005339
5340 for (j = 0; j < ATA_MAX_DEVICES; j++) {
5341 struct ata_device *dev = &ap->device[j];
5342
5343 if (ata_dev_ready(dev)) {
5344 ata_port_printk(ap, KERN_WARNING,
5345 "suspend failed, device %d "
5346 "still active\n", dev->devno);
5347 rc = -EBUSY;
5348 goto fail;
5349 }
5350 }
5351 }
5352
Jeff Garzikcca39742006-08-24 03:19:22 -04005353 host->dev->power.power_state = mesg;
Tejun Heo500530f2006-07-03 16:07:27 +09005354 return 0;
5355
5356 fail:
Jeff Garzikcca39742006-08-24 03:19:22 -04005357 ata_host_resume(host);
Tejun Heo500530f2006-07-03 16:07:27 +09005358 return rc;
5359}
5360
5361/**
Jeff Garzikcca39742006-08-24 03:19:22 -04005362 * ata_host_resume - resume host
5363 * @host: host to resume
Tejun Heo500530f2006-07-03 16:07:27 +09005364 *
Jeff Garzikcca39742006-08-24 03:19:22 -04005365 * Resume @host. Actual operation is performed by EH. This
Tejun Heo500530f2006-07-03 16:07:27 +09005366 * function requests EH to perform PM operations and returns.
5367 * Note that all resume operations are performed parallely.
5368 *
5369 * LOCKING:
5370 * Kernel thread context (may sleep).
5371 */
Jeff Garzikcca39742006-08-24 03:19:22 -04005372void ata_host_resume(struct ata_host *host)
Tejun Heo500530f2006-07-03 16:07:27 +09005373{
Jeff Garzikcca39742006-08-24 03:19:22 -04005374 ata_host_request_pm(host, PMSG_ON, ATA_EH_SOFTRESET,
5375 ATA_EHI_NO_AUTOPSY | ATA_EHI_QUIET, 0);
5376 host->dev->power.power_state = PMSG_ON;
Tejun Heo500530f2006-07-03 16:07:27 +09005377}
5378
Randy Dunlapc893a3a2006-01-28 13:15:32 -05005379/**
5380 * ata_port_start - Set port up for dma.
5381 * @ap: Port to initialize
5382 *
5383 * Called just after data structures for each port are
5384 * initialized. Allocates space for PRD table.
5385 *
5386 * May be used as the port_start() entry in ata_port_operations.
5387 *
5388 * LOCKING:
5389 * Inherited from caller.
5390 */
Tejun Heof0d36ef2007-01-20 16:00:28 +09005391int ata_port_start(struct ata_port *ap)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005392{
Brian King2f1f6102006-03-23 17:30:15 -06005393 struct device *dev = ap->dev;
Jeff Garzik6037d6b2005-11-04 22:08:00 -05005394 int rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005395
Tejun Heof0d36ef2007-01-20 16:00:28 +09005396 ap->prd = dmam_alloc_coherent(dev, ATA_PRD_TBL_SZ, &ap->prd_dma,
5397 GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005398 if (!ap->prd)
5399 return -ENOMEM;
5400
Jeff Garzik6037d6b2005-11-04 22:08:00 -05005401 rc = ata_pad_alloc(ap, dev);
Tejun Heof0d36ef2007-01-20 16:00:28 +09005402 if (rc)
Jeff Garzik6037d6b2005-11-04 22:08:00 -05005403 return rc;
Jeff Garzikcedc9a42005-10-05 07:13:30 -04005404
Tejun Heof0d36ef2007-01-20 16:00:28 +09005405 DPRINTK("prd alloc, virt %p, dma %llx\n", ap->prd,
5406 (unsigned long long)ap->prd_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005407 return 0;
5408}
5409
Edward Falk0baab862005-06-02 18:17:13 -04005410/**
Tejun Heo3ef3b432006-05-31 18:27:30 +09005411 * ata_dev_init - Initialize an ata_device structure
5412 * @dev: Device structure to initialize
5413 *
5414 * Initialize @dev in preparation for probing.
5415 *
5416 * LOCKING:
5417 * Inherited from caller.
5418 */
5419void ata_dev_init(struct ata_device *dev)
5420{
5421 struct ata_port *ap = dev->ap;
Tejun Heo72fa4b72006-05-31 18:27:32 +09005422 unsigned long flags;
Tejun Heo3ef3b432006-05-31 18:27:30 +09005423
Tejun Heo5a04bf42006-05-31 18:27:38 +09005424 /* SATA spd limit is bound to the first device */
5425 ap->sata_spd_limit = ap->hw_sata_spd_limit;
5426
Tejun Heo72fa4b72006-05-31 18:27:32 +09005427 /* High bits of dev->flags are used to record warm plug
5428 * requests which occur asynchronously. Synchronize using
Jeff Garzikcca39742006-08-24 03:19:22 -04005429 * host lock.
Tejun Heo72fa4b72006-05-31 18:27:32 +09005430 */
Jeff Garzikba6a1302006-06-22 23:46:10 -04005431 spin_lock_irqsave(ap->lock, flags);
Tejun Heo72fa4b72006-05-31 18:27:32 +09005432 dev->flags &= ~ATA_DFLAG_INIT_MASK;
Jeff Garzikba6a1302006-06-22 23:46:10 -04005433 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heo72fa4b72006-05-31 18:27:32 +09005434
5435 memset((void *)dev + ATA_DEVICE_CLEAR_OFFSET, 0,
5436 sizeof(*dev) - ATA_DEVICE_CLEAR_OFFSET);
Tejun Heo3ef3b432006-05-31 18:27:30 +09005437 dev->pio_mask = UINT_MAX;
5438 dev->mwdma_mask = UINT_MAX;
5439 dev->udma_mask = UINT_MAX;
5440}
5441
5442/**
Brian King155a8a92006-08-07 14:27:17 -05005443 * ata_port_init - Initialize an ata_port structure
Linus Torvalds1da177e2005-04-16 15:20:36 -07005444 * @ap: Structure to initialize
Jeff Garzikcca39742006-08-24 03:19:22 -04005445 * @host: Collection of hosts to which @ap belongs
Linus Torvalds1da177e2005-04-16 15:20:36 -07005446 * @ent: Probe information provided by low-level driver
5447 * @port_no: Port number associated with this ata_port
5448 *
Brian King155a8a92006-08-07 14:27:17 -05005449 * Initialize a new ata_port structure.
Jeff Garzik0cba6322005-05-30 19:49:12 -04005450 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07005451 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04005452 * Inherited from caller.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005453 */
Jeff Garzikcca39742006-08-24 03:19:22 -04005454void ata_port_init(struct ata_port *ap, struct ata_host *host,
Brian King155a8a92006-08-07 14:27:17 -05005455 const struct ata_probe_ent *ent, unsigned int port_no)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005456{
5457 unsigned int i;
5458
Jeff Garzikcca39742006-08-24 03:19:22 -04005459 ap->lock = &host->lock;
Tejun Heo198e0fe2006-04-02 18:51:52 +09005460 ap->flags = ATA_FLAG_DISABLED;
Brian King155a8a92006-08-07 14:27:17 -05005461 ap->id = ata_unique_id++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005462 ap->ctl = ATA_DEVCTL_OBS;
Jeff Garzikcca39742006-08-24 03:19:22 -04005463 ap->host = host;
Brian King2f1f6102006-03-23 17:30:15 -06005464 ap->dev = ent->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005465 ap->port_no = port_no;
Tejun Heofea63e32006-09-16 03:04:15 +09005466 if (port_no == 1 && ent->pinfo2) {
5467 ap->pio_mask = ent->pinfo2->pio_mask;
5468 ap->mwdma_mask = ent->pinfo2->mwdma_mask;
5469 ap->udma_mask = ent->pinfo2->udma_mask;
5470 ap->flags |= ent->pinfo2->flags;
5471 ap->ops = ent->pinfo2->port_ops;
5472 } else {
5473 ap->pio_mask = ent->pio_mask;
5474 ap->mwdma_mask = ent->mwdma_mask;
5475 ap->udma_mask = ent->udma_mask;
5476 ap->flags |= ent->port_flags;
5477 ap->ops = ent->port_ops;
5478 }
Tejun Heo5a04bf42006-05-31 18:27:38 +09005479 ap->hw_sata_spd_limit = UINT_MAX;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005480 ap->active_tag = ATA_TAG_POISON;
5481 ap->last_ctl = 0xFF;
Borislav Petkovbd5d8252006-06-11 23:17:01 -04005482
5483#if defined(ATA_VERBOSE_DEBUG)
5484 /* turn on all debugging levels */
5485 ap->msg_enable = 0x00FF;
5486#elif defined(ATA_DEBUG)
5487 ap->msg_enable = ATA_MSG_DRV | ATA_MSG_INFO | ATA_MSG_CTL | ATA_MSG_WARN | ATA_MSG_ERR;
Tejun Heo88574552006-06-25 20:00:35 +09005488#else
Borislav Petkov0dd4b212006-06-23 02:29:08 -04005489 ap->msg_enable = ATA_MSG_DRV | ATA_MSG_ERR | ATA_MSG_WARN;
Borislav Petkovbd5d8252006-06-11 23:17:01 -04005490#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07005491
David Howells65f27f32006-11-22 14:55:48 +00005492 INIT_DELAYED_WORK(&ap->port_task, NULL);
5493 INIT_DELAYED_WORK(&ap->hotplug_task, ata_scsi_hotplug);
5494 INIT_WORK(&ap->scsi_rescan_task, ata_scsi_dev_rescan);
Tejun Heoa72ec4c2006-01-23 13:09:37 +09005495 INIT_LIST_HEAD(&ap->eh_done_q);
Tejun Heoc6cf9e92006-05-31 18:27:27 +09005496 init_waitqueue_head(&ap->eh_wait_q);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005497
Tejun Heo838df622006-05-15 20:57:44 +09005498 /* set cable type */
5499 ap->cbl = ATA_CBL_NONE;
5500 if (ap->flags & ATA_FLAG_SATA)
5501 ap->cbl = ATA_CBL_SATA;
5502
Tejun Heoacf356b2006-03-24 14:07:50 +09005503 for (i = 0; i < ATA_MAX_DEVICES; i++) {
5504 struct ata_device *dev = &ap->device[i];
Tejun Heo38d87232006-05-15 20:57:51 +09005505 dev->ap = ap;
Tejun Heo72fa4b72006-05-31 18:27:32 +09005506 dev->devno = i;
Tejun Heo3ef3b432006-05-31 18:27:30 +09005507 ata_dev_init(dev);
Tejun Heoacf356b2006-03-24 14:07:50 +09005508 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005509
5510#ifdef ATA_IRQ_TRAP
5511 ap->stats.unhandled_irq = 1;
5512 ap->stats.idle_irq = 1;
5513#endif
5514
5515 memcpy(&ap->ioaddr, &ent->port[port_no], sizeof(struct ata_ioports));
5516}
5517
5518/**
Tejun Heo4608c162006-08-10 16:59:01 +09005519 * ata_port_init_shost - Initialize SCSI host associated with ATA port
5520 * @ap: ATA port to initialize SCSI host for
5521 * @shost: SCSI host associated with @ap
Brian King155a8a92006-08-07 14:27:17 -05005522 *
Tejun Heo4608c162006-08-10 16:59:01 +09005523 * Initialize SCSI host @shost associated with ATA port @ap.
Brian King155a8a92006-08-07 14:27:17 -05005524 *
5525 * LOCKING:
5526 * Inherited from caller.
5527 */
Tejun Heo4608c162006-08-10 16:59:01 +09005528static void ata_port_init_shost(struct ata_port *ap, struct Scsi_Host *shost)
Brian King155a8a92006-08-07 14:27:17 -05005529{
Jeff Garzikcca39742006-08-24 03:19:22 -04005530 ap->scsi_host = shost;
Brian King155a8a92006-08-07 14:27:17 -05005531
Tejun Heo4608c162006-08-10 16:59:01 +09005532 shost->unique_id = ap->id;
5533 shost->max_id = 16;
5534 shost->max_lun = 1;
5535 shost->max_channel = 1;
5536 shost->max_cmd_len = 12;
Brian King155a8a92006-08-07 14:27:17 -05005537}
5538
5539/**
Jeff Garzik996139f2006-08-10 16:59:03 +09005540 * ata_port_add - Attach low-level ATA driver to system
Linus Torvalds1da177e2005-04-16 15:20:36 -07005541 * @ent: Information provided by low-level driver
Jeff Garzikcca39742006-08-24 03:19:22 -04005542 * @host: Collections of ports to which we add
Linus Torvalds1da177e2005-04-16 15:20:36 -07005543 * @port_no: Port number associated with this host
5544 *
Jeff Garzik0cba6322005-05-30 19:49:12 -04005545 * Attach low-level ATA driver to system.
5546 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07005547 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04005548 * PCI/etc. bus probe sem.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005549 *
5550 * RETURNS:
Jeff Garzik0cba6322005-05-30 19:49:12 -04005551 * New ata_port on success, for NULL on error.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005552 */
Jeff Garzik996139f2006-08-10 16:59:03 +09005553static struct ata_port * ata_port_add(const struct ata_probe_ent *ent,
Jeff Garzikcca39742006-08-24 03:19:22 -04005554 struct ata_host *host,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005555 unsigned int port_no)
5556{
Jeff Garzik996139f2006-08-10 16:59:03 +09005557 struct Scsi_Host *shost;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005558 struct ata_port *ap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005559
5560 DPRINTK("ENTER\n");
Tejun Heoaec5c3c2006-03-25 01:33:34 +09005561
Tejun Heo52783c52006-05-31 18:28:22 +09005562 if (!ent->port_ops->error_handler &&
Jeff Garzikcca39742006-08-24 03:19:22 -04005563 !(ent->port_flags & (ATA_FLAG_SATA_RESET | ATA_FLAG_SRST))) {
Tejun Heoaec5c3c2006-03-25 01:33:34 +09005564 printk(KERN_ERR "ata%u: no reset mechanism available\n",
5565 port_no);
5566 return NULL;
5567 }
5568
Jeff Garzik996139f2006-08-10 16:59:03 +09005569 shost = scsi_host_alloc(ent->sht, sizeof(struct ata_port));
5570 if (!shost)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005571 return NULL;
5572
Jeff Garzik996139f2006-08-10 16:59:03 +09005573 shost->transportt = &ata_scsi_transport_template;
Tejun Heo30afc842006-03-18 18:40:14 +09005574
Jeff Garzik996139f2006-08-10 16:59:03 +09005575 ap = ata_shost_to_port(shost);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005576
Jeff Garzikcca39742006-08-24 03:19:22 -04005577 ata_port_init(ap, host, ent, port_no);
Jeff Garzik996139f2006-08-10 16:59:03 +09005578 ata_port_init_shost(ap, shost);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005579
Linus Torvalds1da177e2005-04-16 15:20:36 -07005580 return ap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005581}
5582
Tejun Heof0d36ef2007-01-20 16:00:28 +09005583static void ata_host_release(struct device *gendev, void *res)
5584{
5585 struct ata_host *host = dev_get_drvdata(gendev);
5586 int i;
5587
5588 for (i = 0; i < host->n_ports; i++) {
5589 struct ata_port *ap = host->ports[i];
5590
5591 if (!ap)
5592 continue;
5593
5594 if (ap->ops->port_stop)
5595 ap->ops->port_stop(ap);
5596
5597 scsi_host_put(ap->scsi_host);
5598 }
5599
5600 if (host->ops->host_stop)
5601 host->ops->host_stop(host);
5602}
5603
Linus Torvalds1da177e2005-04-16 15:20:36 -07005604/**
Jeff Garzikcca39742006-08-24 03:19:22 -04005605 * ata_sas_host_init - Initialize a host struct
5606 * @host: host to initialize
5607 * @dev: device host is attached to
5608 * @flags: host flags
5609 * @ops: port_ops
Brian Kingb03732f2006-08-07 14:27:10 -05005610 *
5611 * LOCKING:
5612 * PCI/etc. bus probe sem.
5613 *
5614 */
5615
Jeff Garzikcca39742006-08-24 03:19:22 -04005616void ata_host_init(struct ata_host *host, struct device *dev,
5617 unsigned long flags, const struct ata_port_operations *ops)
Brian Kingb03732f2006-08-07 14:27:10 -05005618{
Jeff Garzikcca39742006-08-24 03:19:22 -04005619 spin_lock_init(&host->lock);
5620 host->dev = dev;
5621 host->flags = flags;
5622 host->ops = ops;
Brian Kingb03732f2006-08-07 14:27:10 -05005623}
5624
5625/**
Jeff Garzik0cba6322005-05-30 19:49:12 -04005626 * ata_device_add - Register hardware device with ATA and SCSI layers
5627 * @ent: Probe information describing hardware device to be registered
5628 *
5629 * This function processes the information provided in the probe
5630 * information struct @ent, allocates the necessary ATA and SCSI
5631 * host information structures, initializes them, and registers
5632 * everything with requisite kernel subsystems.
5633 *
5634 * This function requests irqs, probes the ATA bus, and probes
5635 * the SCSI bus.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005636 *
5637 * LOCKING:
Jeff Garzik0cba6322005-05-30 19:49:12 -04005638 * PCI/etc. bus probe sem.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005639 *
5640 * RETURNS:
Jeff Garzik0cba6322005-05-30 19:49:12 -04005641 * Number of ports registered. Zero on error (no ports registered).
Linus Torvalds1da177e2005-04-16 15:20:36 -07005642 */
Jeff Garzik057ace52005-10-22 14:27:05 -04005643int ata_device_add(const struct ata_probe_ent *ent)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005644{
Jeff Garzik6d0500d2006-08-10 16:59:05 +09005645 unsigned int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005646 struct device *dev = ent->dev;
Jeff Garzikcca39742006-08-24 03:19:22 -04005647 struct ata_host *host;
Jeff Garzik39b07ce2006-06-11 23:59:44 -04005648 int rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005649
5650 DPRINTK("ENTER\n");
Jeff Garzikf20b16f2006-12-11 11:14:06 -05005651
Alan Cox02f076a2006-09-26 17:35:32 +01005652 if (ent->irq == 0) {
5653 dev_printk(KERN_ERR, dev, "is not available: No interrupt assigned.\n");
5654 return 0;
5655 }
Tejun Heof0d36ef2007-01-20 16:00:28 +09005656
5657 if (!devres_open_group(dev, ata_device_add, GFP_KERNEL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005658 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005659
Tejun Heof0d36ef2007-01-20 16:00:28 +09005660 /* alloc a container for our list of ATA ports (buses) */
5661 host = devres_alloc(ata_host_release, sizeof(struct ata_host) +
5662 (ent->n_ports * sizeof(void *)), GFP_KERNEL);
5663 if (!host)
5664 goto err_out;
5665 devres_add(dev, host);
5666 dev_set_drvdata(dev, host);
5667
Jeff Garzikcca39742006-08-24 03:19:22 -04005668 ata_host_init(host, dev, ent->_host_flags, ent->port_ops);
5669 host->n_ports = ent->n_ports;
5670 host->irq = ent->irq;
5671 host->irq2 = ent->irq2;
Tejun Heo0d5ff562007-02-01 15:06:36 +09005672 host->iomap = ent->iomap;
Jeff Garzikcca39742006-08-24 03:19:22 -04005673 host->private_data = ent->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005674
5675 /* register each port bound to this device */
Jeff Garzikcca39742006-08-24 03:19:22 -04005676 for (i = 0; i < host->n_ports; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005677 struct ata_port *ap;
5678 unsigned long xfer_mode_mask;
Alan Cox2ec7df02006-08-10 16:59:10 +09005679 int irq_line = ent->irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005680
Jeff Garzikcca39742006-08-24 03:19:22 -04005681 ap = ata_port_add(ent, host, i);
Dave Jonesc38778c2006-09-26 23:52:50 -07005682 host->ports[i] = ap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005683 if (!ap)
5684 goto err_out;
5685
Tejun Heodd5b06c2006-08-10 16:59:12 +09005686 /* dummy? */
5687 if (ent->dummy_port_mask & (1 << i)) {
5688 ata_port_printk(ap, KERN_INFO, "DUMMY\n");
5689 ap->ops = &ata_dummy_port_ops;
5690 continue;
5691 }
5692
5693 /* start port */
5694 rc = ap->ops->port_start(ap);
5695 if (rc) {
Jeff Garzikcca39742006-08-24 03:19:22 -04005696 host->ports[i] = NULL;
5697 scsi_host_put(ap->scsi_host);
Tejun Heodd5b06c2006-08-10 16:59:12 +09005698 goto err_out;
5699 }
5700
Alan Cox2ec7df02006-08-10 16:59:10 +09005701 /* Report the secondary IRQ for second channel legacy */
5702 if (i == 1 && ent->irq2)
5703 irq_line = ent->irq2;
5704
Linus Torvalds1da177e2005-04-16 15:20:36 -07005705 xfer_mode_mask =(ap->udma_mask << ATA_SHIFT_UDMA) |
5706 (ap->mwdma_mask << ATA_SHIFT_MWDMA) |
5707 (ap->pio_mask << ATA_SHIFT_PIO);
5708
5709 /* print per-port info to dmesg */
Tejun Heo0d5ff562007-02-01 15:06:36 +09005710 ata_port_printk(ap, KERN_INFO, "%cATA max %s cmd 0x%p "
5711 "ctl 0x%p bmdma 0x%p irq %d\n",
Tejun Heof15a1da2006-05-15 20:57:56 +09005712 ap->flags & ATA_FLAG_SATA ? 'S' : 'P',
5713 ata_mode_string(xfer_mode_mask),
5714 ap->ioaddr.cmd_addr,
5715 ap->ioaddr.ctl_addr,
5716 ap->ioaddr.bmdma_addr,
Alan Cox2ec7df02006-08-10 16:59:10 +09005717 irq_line);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005718
Tejun Heo0f0a3ad2006-11-17 12:24:22 +09005719 /* freeze port before requesting IRQ */
5720 ata_eh_freeze_port(ap);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005721 }
5722
Alan Cox2ec7df02006-08-10 16:59:10 +09005723 /* obtain irq, that may be shared between channels */
Tejun Heof0d36ef2007-01-20 16:00:28 +09005724 rc = devm_request_irq(dev, ent->irq, ent->port_ops->irq_handler,
5725 ent->irq_flags, DRV_NAME, host);
Jeff Garzik39b07ce2006-06-11 23:59:44 -04005726 if (rc) {
5727 dev_printk(KERN_ERR, dev, "irq %lu request failed: %d\n",
5728 ent->irq, rc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005729 goto err_out;
Jeff Garzik39b07ce2006-06-11 23:59:44 -04005730 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005731
Alan Cox2ec7df02006-08-10 16:59:10 +09005732 /* do we have a second IRQ for the other channel, eg legacy mode */
5733 if (ent->irq2) {
5734 /* We will get weird core code crashes later if this is true
5735 so trap it now */
5736 BUG_ON(ent->irq == ent->irq2);
5737
Tejun Heof0d36ef2007-01-20 16:00:28 +09005738 rc = devm_request_irq(dev, ent->irq2,
5739 ent->port_ops->irq_handler, ent->irq_flags,
5740 DRV_NAME, host);
Alan Cox2ec7df02006-08-10 16:59:10 +09005741 if (rc) {
5742 dev_printk(KERN_ERR, dev, "irq %lu request failed: %d\n",
5743 ent->irq2, rc);
Tejun Heof0d36ef2007-01-20 16:00:28 +09005744 goto err_out;
Alan Cox2ec7df02006-08-10 16:59:10 +09005745 }
5746 }
5747
Tejun Heof0d36ef2007-01-20 16:00:28 +09005748 /* resource acquisition complete */
Tejun Heob878ca52007-01-20 16:00:28 +09005749 devres_remove_group(dev, ata_device_add);
Tejun Heof0d36ef2007-01-20 16:00:28 +09005750
Linus Torvalds1da177e2005-04-16 15:20:36 -07005751 /* perform each probe synchronously */
5752 DPRINTK("probe begin\n");
Jeff Garzikcca39742006-08-24 03:19:22 -04005753 for (i = 0; i < host->n_ports; i++) {
5754 struct ata_port *ap = host->ports[i];
Tejun Heo5a04bf42006-05-31 18:27:38 +09005755 u32 scontrol;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005756 int rc;
5757
Tejun Heo5a04bf42006-05-31 18:27:38 +09005758 /* init sata_spd_limit to the current value */
5759 if (sata_scr_read(ap, SCR_CONTROL, &scontrol) == 0) {
5760 int spd = (scontrol >> 4) & 0xf;
5761 ap->hw_sata_spd_limit &= (1 << spd) - 1;
5762 }
5763 ap->sata_spd_limit = ap->hw_sata_spd_limit;
5764
Jeff Garzikcca39742006-08-24 03:19:22 -04005765 rc = scsi_add_host(ap->scsi_host, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005766 if (rc) {
Tejun Heof15a1da2006-05-15 20:57:56 +09005767 ata_port_printk(ap, KERN_ERR, "scsi_add_host failed\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07005768 /* FIXME: do something useful here */
5769 /* FIXME: handle unconditional calls to
5770 * scsi_scan_host and ata_host_remove, below,
5771 * at the very least
5772 */
5773 }
Tejun Heo3e706392006-05-31 18:28:11 +09005774
Tejun Heo52783c52006-05-31 18:28:22 +09005775 if (ap->ops->error_handler) {
Tejun Heo1cdaf532006-07-03 16:07:26 +09005776 struct ata_eh_info *ehi = &ap->eh_info;
Tejun Heo3e706392006-05-31 18:28:11 +09005777 unsigned long flags;
5778
5779 ata_port_probe(ap);
5780
5781 /* kick EH for boot probing */
Jeff Garzikba6a1302006-06-22 23:46:10 -04005782 spin_lock_irqsave(ap->lock, flags);
Tejun Heo3e706392006-05-31 18:28:11 +09005783
Tejun Heo1cdaf532006-07-03 16:07:26 +09005784 ehi->probe_mask = (1 << ATA_MAX_DEVICES) - 1;
5785 ehi->action |= ATA_EH_SOFTRESET;
5786 ehi->flags |= ATA_EHI_NO_AUTOPSY | ATA_EHI_QUIET;
Tejun Heo3e706392006-05-31 18:28:11 +09005787
Tejun Heob51e9e52006-06-29 01:29:30 +09005788 ap->pflags |= ATA_PFLAG_LOADING;
Tejun Heo3e706392006-05-31 18:28:11 +09005789 ata_port_schedule_eh(ap);
5790
Jeff Garzikba6a1302006-06-22 23:46:10 -04005791 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heo3e706392006-05-31 18:28:11 +09005792
5793 /* wait for EH to finish */
5794 ata_port_wait_eh(ap);
5795 } else {
5796 DPRINTK("ata%u: bus probe begin\n", ap->id);
5797 rc = ata_bus_probe(ap);
5798 DPRINTK("ata%u: bus probe end\n", ap->id);
5799
5800 if (rc) {
5801 /* FIXME: do something useful here?
5802 * Current libata behavior will
5803 * tear down everything when
5804 * the module is removed
5805 * or the h/w is unplugged.
5806 */
5807 }
5808 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005809 }
5810
5811 /* probes are done, now scan each port's disk(s) */
Randy Dunlapc893a3a2006-01-28 13:15:32 -05005812 DPRINTK("host probe begin\n");
Jeff Garzikcca39742006-08-24 03:19:22 -04005813 for (i = 0; i < host->n_ports; i++) {
5814 struct ata_port *ap = host->ports[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07005815
Jeff Garzik644dd0c2005-10-03 15:55:19 -04005816 ata_scsi_scan_host(ap);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005817 }
5818
Linus Torvalds1da177e2005-04-16 15:20:36 -07005819 VPRINTK("EXIT, returning %u\n", ent->n_ports);
5820 return ent->n_ports; /* success */
5821
Tejun Heof0d36ef2007-01-20 16:00:28 +09005822 err_out:
5823 devres_release_group(dev, ata_device_add);
5824 dev_set_drvdata(dev, NULL);
5825 VPRINTK("EXIT, returning %d\n", rc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005826 return 0;
5827}
5828
5829/**
Tejun Heo720ba122006-05-31 18:28:13 +09005830 * ata_port_detach - Detach ATA port in prepration of device removal
5831 * @ap: ATA port to be detached
5832 *
5833 * Detach all ATA devices and the associated SCSI devices of @ap;
5834 * then, remove the associated SCSI host. @ap is guaranteed to
5835 * be quiescent on return from this function.
5836 *
5837 * LOCKING:
5838 * Kernel thread context (may sleep).
5839 */
5840void ata_port_detach(struct ata_port *ap)
5841{
5842 unsigned long flags;
5843 int i;
5844
5845 if (!ap->ops->error_handler)
Tejun Heoc3cf30a2006-08-05 03:59:11 +09005846 goto skip_eh;
Tejun Heo720ba122006-05-31 18:28:13 +09005847
5848 /* tell EH we're leaving & flush EH */
Jeff Garzikba6a1302006-06-22 23:46:10 -04005849 spin_lock_irqsave(ap->lock, flags);
Tejun Heob51e9e52006-06-29 01:29:30 +09005850 ap->pflags |= ATA_PFLAG_UNLOADING;
Jeff Garzikba6a1302006-06-22 23:46:10 -04005851 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heo720ba122006-05-31 18:28:13 +09005852
5853 ata_port_wait_eh(ap);
5854
5855 /* EH is now guaranteed to see UNLOADING, so no new device
5856 * will be attached. Disable all existing devices.
5857 */
Jeff Garzikba6a1302006-06-22 23:46:10 -04005858 spin_lock_irqsave(ap->lock, flags);
Tejun Heo720ba122006-05-31 18:28:13 +09005859
5860 for (i = 0; i < ATA_MAX_DEVICES; i++)
5861 ata_dev_disable(&ap->device[i]);
5862
Jeff Garzikba6a1302006-06-22 23:46:10 -04005863 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heo720ba122006-05-31 18:28:13 +09005864
5865 /* Final freeze & EH. All in-flight commands are aborted. EH
5866 * will be skipped and retrials will be terminated with bad
5867 * target.
5868 */
Jeff Garzikba6a1302006-06-22 23:46:10 -04005869 spin_lock_irqsave(ap->lock, flags);
Tejun Heo720ba122006-05-31 18:28:13 +09005870 ata_port_freeze(ap); /* won't be thawed */
Jeff Garzikba6a1302006-06-22 23:46:10 -04005871 spin_unlock_irqrestore(ap->lock, flags);
Tejun Heo720ba122006-05-31 18:28:13 +09005872
5873 ata_port_wait_eh(ap);
5874
5875 /* Flush hotplug task. The sequence is similar to
5876 * ata_port_flush_task().
5877 */
5878 flush_workqueue(ata_aux_wq);
5879 cancel_delayed_work(&ap->hotplug_task);
5880 flush_workqueue(ata_aux_wq);
5881
Tejun Heoc3cf30a2006-08-05 03:59:11 +09005882 skip_eh:
Tejun Heo720ba122006-05-31 18:28:13 +09005883 /* remove the associated SCSI host */
Jeff Garzikcca39742006-08-24 03:19:22 -04005884 scsi_remove_host(ap->scsi_host);
Tejun Heo720ba122006-05-31 18:28:13 +09005885}
5886
5887/**
Tejun Heo0529c152007-01-20 16:00:26 +09005888 * ata_host_detach - Detach all ports of an ATA host
5889 * @host: Host to detach
5890 *
5891 * Detach all ports of @host.
5892 *
5893 * LOCKING:
5894 * Kernel thread context (may sleep).
5895 */
5896void ata_host_detach(struct ata_host *host)
5897{
5898 int i;
5899
5900 for (i = 0; i < host->n_ports; i++)
5901 ata_port_detach(host->ports[i]);
5902}
5903
Brian Kingf6d950e2006-08-07 14:27:24 -05005904struct ata_probe_ent *
5905ata_probe_ent_alloc(struct device *dev, const struct ata_port_info *port)
5906{
5907 struct ata_probe_ent *probe_ent;
5908
Tejun Heof0d36ef2007-01-20 16:00:28 +09005909 /* XXX - the following if can go away once all LLDs are managed */
5910 if (!list_empty(&dev->devres_head))
5911 probe_ent = devm_kzalloc(dev, sizeof(*probe_ent), GFP_KERNEL);
5912 else
5913 probe_ent = kzalloc(sizeof(*probe_ent), GFP_KERNEL);
Brian Kingf6d950e2006-08-07 14:27:24 -05005914 if (!probe_ent) {
5915 printk(KERN_ERR DRV_NAME "(%s): out of memory\n",
5916 kobject_name(&(dev->kobj)));
5917 return NULL;
5918 }
5919
5920 INIT_LIST_HEAD(&probe_ent->node);
5921 probe_ent->dev = dev;
5922
5923 probe_ent->sht = port->sht;
Jeff Garzikcca39742006-08-24 03:19:22 -04005924 probe_ent->port_flags = port->flags;
Brian Kingf6d950e2006-08-07 14:27:24 -05005925 probe_ent->pio_mask = port->pio_mask;
5926 probe_ent->mwdma_mask = port->mwdma_mask;
5927 probe_ent->udma_mask = port->udma_mask;
5928 probe_ent->port_ops = port->port_ops;
Jeff Garzikd639ca92006-09-28 03:48:18 -04005929 probe_ent->private_data = port->private_data;
Brian Kingf6d950e2006-08-07 14:27:24 -05005930
5931 return probe_ent;
5932}
5933
Linus Torvalds1da177e2005-04-16 15:20:36 -07005934/**
5935 * ata_std_ports - initialize ioaddr with standard port offsets.
5936 * @ioaddr: IO address structure to be initialized
Edward Falk0baab862005-06-02 18:17:13 -04005937 *
5938 * Utility function which initializes data_addr, error_addr,
5939 * feature_addr, nsect_addr, lbal_addr, lbam_addr, lbah_addr,
5940 * device_addr, status_addr, and command_addr to standard offsets
5941 * relative to cmd_addr.
5942 *
5943 * Does not set ctl_addr, altstatus_addr, bmdma_addr, or scr_addr.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005944 */
Edward Falk0baab862005-06-02 18:17:13 -04005945
Linus Torvalds1da177e2005-04-16 15:20:36 -07005946void ata_std_ports(struct ata_ioports *ioaddr)
5947{
5948 ioaddr->data_addr = ioaddr->cmd_addr + ATA_REG_DATA;
5949 ioaddr->error_addr = ioaddr->cmd_addr + ATA_REG_ERR;
5950 ioaddr->feature_addr = ioaddr->cmd_addr + ATA_REG_FEATURE;
5951 ioaddr->nsect_addr = ioaddr->cmd_addr + ATA_REG_NSECT;
5952 ioaddr->lbal_addr = ioaddr->cmd_addr + ATA_REG_LBAL;
5953 ioaddr->lbam_addr = ioaddr->cmd_addr + ATA_REG_LBAM;
5954 ioaddr->lbah_addr = ioaddr->cmd_addr + ATA_REG_LBAH;
5955 ioaddr->device_addr = ioaddr->cmd_addr + ATA_REG_DEVICE;
5956 ioaddr->status_addr = ioaddr->cmd_addr + ATA_REG_STATUS;
5957 ioaddr->command_addr = ioaddr->cmd_addr + ATA_REG_CMD;
5958}
5959
Edward Falk0baab862005-06-02 18:17:13 -04005960
Jeff Garzik374b1872005-08-30 05:42:52 -04005961#ifdef CONFIG_PCI
5962
Edward Falk0baab862005-06-02 18:17:13 -04005963/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07005964 * ata_pci_remove_one - PCI layer callback for device removal
5965 * @pdev: PCI device that was removed
5966 *
Tejun Heob878ca52007-01-20 16:00:28 +09005967 * PCI layer indicates to libata via this hook that hot-unplug or
5968 * module unload event has occurred. Detach all ports. Resource
5969 * release is handled via devres.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005970 *
5971 * LOCKING:
5972 * Inherited from PCI layer (may sleep).
5973 */
Tejun Heof0d36ef2007-01-20 16:00:28 +09005974void ata_pci_remove_one(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005975{
5976 struct device *dev = pci_dev_to_dev(pdev);
Jeff Garzikcca39742006-08-24 03:19:22 -04005977 struct ata_host *host = dev_get_drvdata(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005978
Tejun Heob878ca52007-01-20 16:00:28 +09005979 ata_host_detach(host);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005980}
5981
5982/* move to PCI subsystem */
Jeff Garzik057ace52005-10-22 14:27:05 -04005983int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005984{
5985 unsigned long tmp = 0;
5986
5987 switch (bits->width) {
5988 case 1: {
5989 u8 tmp8 = 0;
5990 pci_read_config_byte(pdev, bits->reg, &tmp8);
5991 tmp = tmp8;
5992 break;
5993 }
5994 case 2: {
5995 u16 tmp16 = 0;
5996 pci_read_config_word(pdev, bits->reg, &tmp16);
5997 tmp = tmp16;
5998 break;
5999 }
6000 case 4: {
6001 u32 tmp32 = 0;
6002 pci_read_config_dword(pdev, bits->reg, &tmp32);
6003 tmp = tmp32;
6004 break;
6005 }
6006
6007 default:
6008 return -EINVAL;
6009 }
6010
6011 tmp &= bits->mask;
6012
6013 return (tmp == bits->val) ? 1 : 0;
6014}
Jens Axboe9b847542006-01-06 09:28:07 +01006015
Tejun Heo3c5100c2006-07-26 16:58:33 +09006016void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg)
Jens Axboe9b847542006-01-06 09:28:07 +01006017{
6018 pci_save_state(pdev);
Tejun Heo500530f2006-07-03 16:07:27 +09006019
Tejun Heo3c5100c2006-07-26 16:58:33 +09006020 if (mesg.event == PM_EVENT_SUSPEND) {
Tejun Heo500530f2006-07-03 16:07:27 +09006021 pci_disable_device(pdev);
6022 pci_set_power_state(pdev, PCI_D3hot);
6023 }
Jens Axboe9b847542006-01-06 09:28:07 +01006024}
6025
Tejun Heo553c4aa2006-12-26 19:39:50 +09006026int ata_pci_device_do_resume(struct pci_dev *pdev)
Jens Axboe9b847542006-01-06 09:28:07 +01006027{
Tejun Heo553c4aa2006-12-26 19:39:50 +09006028 int rc;
6029
Jens Axboe9b847542006-01-06 09:28:07 +01006030 pci_set_power_state(pdev, PCI_D0);
6031 pci_restore_state(pdev);
Tejun Heo553c4aa2006-12-26 19:39:50 +09006032
Tejun Heob878ca52007-01-20 16:00:28 +09006033 rc = pcim_enable_device(pdev);
Tejun Heo553c4aa2006-12-26 19:39:50 +09006034 if (rc) {
6035 dev_printk(KERN_ERR, &pdev->dev,
6036 "failed to enable device after resume (%d)\n", rc);
6037 return rc;
6038 }
6039
Jens Axboe9b847542006-01-06 09:28:07 +01006040 pci_set_master(pdev);
Tejun Heo553c4aa2006-12-26 19:39:50 +09006041 return 0;
Tejun Heo500530f2006-07-03 16:07:27 +09006042}
6043
Tejun Heo3c5100c2006-07-26 16:58:33 +09006044int ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg)
Tejun Heo500530f2006-07-03 16:07:27 +09006045{
Jeff Garzikcca39742006-08-24 03:19:22 -04006046 struct ata_host *host = dev_get_drvdata(&pdev->dev);
Tejun Heo500530f2006-07-03 16:07:27 +09006047 int rc = 0;
6048
Jeff Garzikcca39742006-08-24 03:19:22 -04006049 rc = ata_host_suspend(host, mesg);
Tejun Heo500530f2006-07-03 16:07:27 +09006050 if (rc)
6051 return rc;
6052
Tejun Heo3c5100c2006-07-26 16:58:33 +09006053 ata_pci_device_do_suspend(pdev, mesg);
Tejun Heo500530f2006-07-03 16:07:27 +09006054
6055 return 0;
6056}
6057
6058int ata_pci_device_resume(struct pci_dev *pdev)
6059{
Jeff Garzikcca39742006-08-24 03:19:22 -04006060 struct ata_host *host = dev_get_drvdata(&pdev->dev);
Tejun Heo553c4aa2006-12-26 19:39:50 +09006061 int rc;
Tejun Heo500530f2006-07-03 16:07:27 +09006062
Tejun Heo553c4aa2006-12-26 19:39:50 +09006063 rc = ata_pci_device_do_resume(pdev);
6064 if (rc == 0)
6065 ata_host_resume(host);
6066 return rc;
Jens Axboe9b847542006-01-06 09:28:07 +01006067}
Linus Torvalds1da177e2005-04-16 15:20:36 -07006068#endif /* CONFIG_PCI */
6069
6070
Linus Torvalds1da177e2005-04-16 15:20:36 -07006071static int __init ata_init(void)
6072{
Andrew Mortona8601e52006-06-25 01:36:52 -07006073 ata_probe_timeout *= HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006074 ata_wq = create_workqueue("ata");
6075 if (!ata_wq)
6076 return -ENOMEM;
6077
Tejun Heo453b07a2006-05-31 18:27:42 +09006078 ata_aux_wq = create_singlethread_workqueue("ata_aux");
6079 if (!ata_aux_wq) {
6080 destroy_workqueue(ata_wq);
6081 return -ENOMEM;
6082 }
6083
Linus Torvalds1da177e2005-04-16 15:20:36 -07006084 printk(KERN_DEBUG "libata version " DRV_VERSION " loaded.\n");
6085 return 0;
6086}
6087
6088static void __exit ata_exit(void)
6089{
6090 destroy_workqueue(ata_wq);
Tejun Heo453b07a2006-05-31 18:27:42 +09006091 destroy_workqueue(ata_aux_wq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006092}
6093
Brian Kinga4625082006-11-13 16:32:36 -06006094subsys_initcall(ata_init);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006095module_exit(ata_exit);
6096
Jeff Garzik67846b32005-10-05 02:58:32 -04006097static unsigned long ratelimit_time;
Ingo Molnar34af9462006-06-27 02:53:55 -07006098static DEFINE_SPINLOCK(ata_ratelimit_lock);
Jeff Garzik67846b32005-10-05 02:58:32 -04006099
6100int ata_ratelimit(void)
6101{
6102 int rc;
6103 unsigned long flags;
6104
6105 spin_lock_irqsave(&ata_ratelimit_lock, flags);
6106
6107 if (time_after(jiffies, ratelimit_time)) {
6108 rc = 1;
6109 ratelimit_time = jiffies + (HZ/5);
6110 } else
6111 rc = 0;
6112
6113 spin_unlock_irqrestore(&ata_ratelimit_lock, flags);
6114
6115 return rc;
6116}
6117
Tejun Heoc22daff2006-04-11 22:22:29 +09006118/**
6119 * ata_wait_register - wait until register value changes
6120 * @reg: IO-mapped register
6121 * @mask: Mask to apply to read register value
6122 * @val: Wait condition
6123 * @interval_msec: polling interval in milliseconds
6124 * @timeout_msec: timeout in milliseconds
6125 *
6126 * Waiting for some bits of register to change is a common
6127 * operation for ATA controllers. This function reads 32bit LE
6128 * IO-mapped register @reg and tests for the following condition.
6129 *
6130 * (*@reg & mask) != val
6131 *
6132 * If the condition is met, it returns; otherwise, the process is
6133 * repeated after @interval_msec until timeout.
6134 *
6135 * LOCKING:
6136 * Kernel thread context (may sleep)
6137 *
6138 * RETURNS:
6139 * The final register value.
6140 */
6141u32 ata_wait_register(void __iomem *reg, u32 mask, u32 val,
6142 unsigned long interval_msec,
6143 unsigned long timeout_msec)
6144{
6145 unsigned long timeout;
6146 u32 tmp;
6147
6148 tmp = ioread32(reg);
6149
6150 /* Calculate timeout _after_ the first read to make sure
6151 * preceding writes reach the controller before starting to
6152 * eat away the timeout.
6153 */
6154 timeout = jiffies + (timeout_msec * HZ) / 1000;
6155
6156 while ((tmp & mask) == val && time_before(jiffies, timeout)) {
6157 msleep(interval_msec);
6158 tmp = ioread32(reg);
6159 }
6160
6161 return tmp;
6162}
6163
Linus Torvalds1da177e2005-04-16 15:20:36 -07006164/*
Tejun Heodd5b06c2006-08-10 16:59:12 +09006165 * Dummy port_ops
6166 */
6167static void ata_dummy_noret(struct ata_port *ap) { }
6168static int ata_dummy_ret0(struct ata_port *ap) { return 0; }
6169static void ata_dummy_qc_noret(struct ata_queued_cmd *qc) { }
6170
6171static u8 ata_dummy_check_status(struct ata_port *ap)
6172{
6173 return ATA_DRDY;
6174}
6175
6176static unsigned int ata_dummy_qc_issue(struct ata_queued_cmd *qc)
6177{
6178 return AC_ERR_SYSTEM;
6179}
6180
6181const struct ata_port_operations ata_dummy_port_ops = {
6182 .port_disable = ata_port_disable,
6183 .check_status = ata_dummy_check_status,
6184 .check_altstatus = ata_dummy_check_status,
6185 .dev_select = ata_noop_dev_select,
6186 .qc_prep = ata_noop_qc_prep,
6187 .qc_issue = ata_dummy_qc_issue,
6188 .freeze = ata_dummy_noret,
6189 .thaw = ata_dummy_noret,
6190 .error_handler = ata_dummy_noret,
6191 .post_internal_cmd = ata_dummy_qc_noret,
6192 .irq_clear = ata_dummy_noret,
6193 .port_start = ata_dummy_ret0,
6194 .port_stop = ata_dummy_noret,
6195};
6196
6197/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006198 * libata is essentially a library of internal helper functions for
6199 * low-level ATA host controller drivers. As such, the API/ABI is
6200 * likely to change as new drivers are added and updated.
6201 * Do not depend on ABI/API stability.
6202 */
6203
Tejun Heoe9c83912006-07-03 16:07:26 +09006204EXPORT_SYMBOL_GPL(sata_deb_timing_normal);
6205EXPORT_SYMBOL_GPL(sata_deb_timing_hotplug);
6206EXPORT_SYMBOL_GPL(sata_deb_timing_long);
Tejun Heodd5b06c2006-08-10 16:59:12 +09006207EXPORT_SYMBOL_GPL(ata_dummy_port_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006208EXPORT_SYMBOL_GPL(ata_std_bios_param);
6209EXPORT_SYMBOL_GPL(ata_std_ports);
Jeff Garzikcca39742006-08-24 03:19:22 -04006210EXPORT_SYMBOL_GPL(ata_host_init);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006211EXPORT_SYMBOL_GPL(ata_device_add);
Tejun Heo0529c152007-01-20 16:00:26 +09006212EXPORT_SYMBOL_GPL(ata_host_detach);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006213EXPORT_SYMBOL_GPL(ata_sg_init);
6214EXPORT_SYMBOL_GPL(ata_sg_init_one);
Tejun Heo9a1004d2006-05-31 18:27:52 +09006215EXPORT_SYMBOL_GPL(ata_hsm_move);
Tejun Heof686bcb2006-05-15 20:58:05 +09006216EXPORT_SYMBOL_GPL(ata_qc_complete);
Tejun Heodedaf2b2006-05-15 21:03:43 +09006217EXPORT_SYMBOL_GPL(ata_qc_complete_multiple);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006218EXPORT_SYMBOL_GPL(ata_qc_issue_prot);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006219EXPORT_SYMBOL_GPL(ata_tf_load);
6220EXPORT_SYMBOL_GPL(ata_tf_read);
6221EXPORT_SYMBOL_GPL(ata_noop_dev_select);
6222EXPORT_SYMBOL_GPL(ata_std_dev_select);
6223EXPORT_SYMBOL_GPL(ata_tf_to_fis);
6224EXPORT_SYMBOL_GPL(ata_tf_from_fis);
6225EXPORT_SYMBOL_GPL(ata_check_status);
6226EXPORT_SYMBOL_GPL(ata_altstatus);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006227EXPORT_SYMBOL_GPL(ata_exec_command);
6228EXPORT_SYMBOL_GPL(ata_port_start);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006229EXPORT_SYMBOL_GPL(ata_interrupt);
Tejun Heo0d5ff562007-02-01 15:06:36 +09006230EXPORT_SYMBOL_GPL(ata_data_xfer);
6231EXPORT_SYMBOL_GPL(ata_data_xfer_noirq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006232EXPORT_SYMBOL_GPL(ata_qc_prep);
Brian Kinge46834c2006-03-17 17:04:03 -06006233EXPORT_SYMBOL_GPL(ata_noop_qc_prep);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006234EXPORT_SYMBOL_GPL(ata_bmdma_setup);
6235EXPORT_SYMBOL_GPL(ata_bmdma_start);
6236EXPORT_SYMBOL_GPL(ata_bmdma_irq_clear);
6237EXPORT_SYMBOL_GPL(ata_bmdma_status);
6238EXPORT_SYMBOL_GPL(ata_bmdma_stop);
Tejun Heo6d97dbd2006-05-15 20:58:24 +09006239EXPORT_SYMBOL_GPL(ata_bmdma_freeze);
6240EXPORT_SYMBOL_GPL(ata_bmdma_thaw);
6241EXPORT_SYMBOL_GPL(ata_bmdma_drive_eh);
6242EXPORT_SYMBOL_GPL(ata_bmdma_error_handler);
6243EXPORT_SYMBOL_GPL(ata_bmdma_post_internal_cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006244EXPORT_SYMBOL_GPL(ata_port_probe);
Tejun Heo3c567b72006-05-15 20:57:23 +09006245EXPORT_SYMBOL_GPL(sata_set_spd);
Tejun Heod7bb4cc2006-05-31 18:27:46 +09006246EXPORT_SYMBOL_GPL(sata_phy_debounce);
6247EXPORT_SYMBOL_GPL(sata_phy_resume);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006248EXPORT_SYMBOL_GPL(sata_phy_reset);
6249EXPORT_SYMBOL_GPL(__sata_phy_reset);
6250EXPORT_SYMBOL_GPL(ata_bus_reset);
Tejun Heof5914a42006-05-31 18:27:48 +09006251EXPORT_SYMBOL_GPL(ata_std_prereset);
Tejun Heoc2bd5802006-01-24 17:05:22 +09006252EXPORT_SYMBOL_GPL(ata_std_softreset);
Tejun Heob6103f62006-11-01 17:59:53 +09006253EXPORT_SYMBOL_GPL(sata_port_hardreset);
Tejun Heoc2bd5802006-01-24 17:05:22 +09006254EXPORT_SYMBOL_GPL(sata_std_hardreset);
6255EXPORT_SYMBOL_GPL(ata_std_postreset);
Jeff Garzik2e9edbf2006-03-24 09:56:57 -05006256EXPORT_SYMBOL_GPL(ata_dev_classify);
6257EXPORT_SYMBOL_GPL(ata_dev_pair);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006258EXPORT_SYMBOL_GPL(ata_port_disable);
Jeff Garzik67846b32005-10-05 02:58:32 -04006259EXPORT_SYMBOL_GPL(ata_ratelimit);
Tejun Heoc22daff2006-04-11 22:22:29 +09006260EXPORT_SYMBOL_GPL(ata_wait_register);
Tejun Heo6f8b9952006-01-24 17:05:21 +09006261EXPORT_SYMBOL_GPL(ata_busy_sleep);
Tejun Heo86e45b62006-03-05 15:29:09 +09006262EXPORT_SYMBOL_GPL(ata_port_queue_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006263EXPORT_SYMBOL_GPL(ata_scsi_ioctl);
6264EXPORT_SYMBOL_GPL(ata_scsi_queuecmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006265EXPORT_SYMBOL_GPL(ata_scsi_slave_config);
Tejun Heo83c47bc2006-05-31 18:28:07 +09006266EXPORT_SYMBOL_GPL(ata_scsi_slave_destroy);
Tejun Heoa6e6ce82006-05-15 21:03:48 +09006267EXPORT_SYMBOL_GPL(ata_scsi_change_queue_depth);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006268EXPORT_SYMBOL_GPL(ata_host_intr);
Tejun Heo34bf2172006-05-15 20:57:46 +09006269EXPORT_SYMBOL_GPL(sata_scr_valid);
6270EXPORT_SYMBOL_GPL(sata_scr_read);
6271EXPORT_SYMBOL_GPL(sata_scr_write);
6272EXPORT_SYMBOL_GPL(sata_scr_write_flush);
6273EXPORT_SYMBOL_GPL(ata_port_online);
6274EXPORT_SYMBOL_GPL(ata_port_offline);
Jeff Garzikcca39742006-08-24 03:19:22 -04006275EXPORT_SYMBOL_GPL(ata_host_suspend);
6276EXPORT_SYMBOL_GPL(ata_host_resume);
Tejun Heo6a62a042006-02-13 10:02:46 +09006277EXPORT_SYMBOL_GPL(ata_id_string);
6278EXPORT_SYMBOL_GPL(ata_id_c_string);
Alan Cox6919a0a2006-10-27 19:08:46 -07006279EXPORT_SYMBOL_GPL(ata_device_blacklisted);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006280EXPORT_SYMBOL_GPL(ata_scsi_simulate);
6281
Alan Cox1bc4ccf2006-01-09 17:18:14 +00006282EXPORT_SYMBOL_GPL(ata_pio_need_iordy);
Alan Cox452503f2005-10-21 19:01:32 -04006283EXPORT_SYMBOL_GPL(ata_timing_compute);
6284EXPORT_SYMBOL_GPL(ata_timing_merge);
6285
Linus Torvalds1da177e2005-04-16 15:20:36 -07006286#ifdef CONFIG_PCI
6287EXPORT_SYMBOL_GPL(pci_test_config_bits);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006288EXPORT_SYMBOL_GPL(ata_pci_init_native_mode);
6289EXPORT_SYMBOL_GPL(ata_pci_init_one);
6290EXPORT_SYMBOL_GPL(ata_pci_remove_one);
Tejun Heo500530f2006-07-03 16:07:27 +09006291EXPORT_SYMBOL_GPL(ata_pci_device_do_suspend);
6292EXPORT_SYMBOL_GPL(ata_pci_device_do_resume);
Jens Axboe9b847542006-01-06 09:28:07 +01006293EXPORT_SYMBOL_GPL(ata_pci_device_suspend);
6294EXPORT_SYMBOL_GPL(ata_pci_device_resume);
Alan Cox67951ad2006-03-22 15:55:54 +00006295EXPORT_SYMBOL_GPL(ata_pci_default_filter);
6296EXPORT_SYMBOL_GPL(ata_pci_clear_simplex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006297#endif /* CONFIG_PCI */
Jens Axboe9b847542006-01-06 09:28:07 +01006298
Jens Axboe9b847542006-01-06 09:28:07 +01006299EXPORT_SYMBOL_GPL(ata_scsi_device_suspend);
6300EXPORT_SYMBOL_GPL(ata_scsi_device_resume);
Tejun Heoece1d632006-04-02 18:51:53 +09006301
Tejun Heoece1d632006-04-02 18:51:53 +09006302EXPORT_SYMBOL_GPL(ata_eng_timeout);
Tejun Heo7b70fc02006-05-15 20:58:07 +09006303EXPORT_SYMBOL_GPL(ata_port_schedule_eh);
6304EXPORT_SYMBOL_GPL(ata_port_abort);
Tejun Heoe3180492006-05-15 20:58:09 +09006305EXPORT_SYMBOL_GPL(ata_port_freeze);
6306EXPORT_SYMBOL_GPL(ata_eh_freeze_port);
6307EXPORT_SYMBOL_GPL(ata_eh_thaw_port);
Tejun Heoece1d632006-04-02 18:51:53 +09006308EXPORT_SYMBOL_GPL(ata_eh_qc_complete);
6309EXPORT_SYMBOL_GPL(ata_eh_qc_retry);
Tejun Heo022bdb02006-05-15 20:58:22 +09006310EXPORT_SYMBOL_GPL(ata_do_eh);
Akira Iguchi83625002007-01-26 16:27:32 +09006311EXPORT_SYMBOL_GPL(ata_irq_on);
6312EXPORT_SYMBOL_GPL(ata_dummy_irq_on);
6313EXPORT_SYMBOL_GPL(ata_irq_ack);
6314EXPORT_SYMBOL_GPL(ata_dummy_irq_ack);