vserver 1.9.3
[linux-2.6.git] / drivers / ide / ide-dma.c
1 /*
2  *  linux/drivers/ide/ide-dma.c         Version 4.10    June 9, 2000
3  *
4  *  Copyright (c) 1999-2000     Andre Hedrick <andre@linux-ide.org>
5  *  May be copied or modified under the terms of the GNU General Public License
6  */
7
8 /*
9  *  Special Thanks to Mark for his Six years of work.
10  *
11  *  Copyright (c) 1995-1998  Mark Lord
12  *  May be copied or modified under the terms of the GNU General Public License
13  */
14
15 /*
16  * This module provides support for the bus-master IDE DMA functions
17  * of various PCI chipsets, including the Intel PIIX (i82371FB for
18  * the 430 FX chipset), the PIIX3 (i82371SB for the 430 HX/VX and 
19  * 440 chipsets), and the PIIX4 (i82371AB for the 430 TX chipset)
20  * ("PIIX" stands for "PCI ISA IDE Xcellerator").
21  *
22  * Pretty much the same code works for other IDE PCI bus-mastering chipsets.
23  *
24  * DMA is supported for all IDE devices (disk drives, cdroms, tapes, floppies).
25  *
26  * By default, DMA support is prepared for use, but is currently enabled only
27  * for drives which already have DMA enabled (UltraDMA or mode 2 multi/single),
28  * or which are recognized as "good" (see table below).  Drives with only mode0
29  * or mode1 (multi/single) DMA should also work with this chipset/driver
30  * (eg. MC2112A) but are not enabled by default.
31  *
32  * Use "hdparm -i" to view modes supported by a given drive.
33  *
34  * The hdparm-3.5 (or later) utility can be used for manually enabling/disabling
35  * DMA support, but must be (re-)compiled against this kernel version or later.
36  *
37  * To enable DMA, use "hdparm -d1 /dev/hd?" on a per-drive basis after booting.
38  * If problems arise, ide.c will disable DMA operation after a few retries.
39  * This error recovery mechanism works and has been extremely well exercised.
40  *
41  * IDE drives, depending on their vintage, may support several different modes
42  * of DMA operation.  The boot-time modes are indicated with a "*" in
43  * the "hdparm -i" listing, and can be changed with *knowledgeable* use of
44  * the "hdparm -X" feature.  There is seldom a need to do this, as drives
45  * normally power-up with their "best" PIO/DMA modes enabled.
46  *
47  * Testing has been done with a rather extensive number of drives,
48  * with Quantum & Western Digital models generally outperforming the pack,
49  * and Fujitsu & Conner (and some Seagate which are really Conner) drives
50  * showing more lackluster throughput.
51  *
52  * Keep an eye on /var/adm/messages for "DMA disabled" messages.
53  *
54  * Some people have reported trouble with Intel Zappa motherboards.
55  * This can be fixed by upgrading the AMI BIOS to version 1.00.04.BS0,
56  * available from ftp://ftp.intel.com/pub/bios/10004bs0.exe
57  * (thanks to Glen Morrell <glen@spin.Stanford.edu> for researching this).
58  *
59  * Thanks to "Christopher J. Reimer" <reimer@doe.carleton.ca> for
60  * fixing the problem with the BIOS on some Acer motherboards.
61  *
62  * Thanks to "Benoit Poulot-Cazajous" <poulot@chorus.fr> for testing
63  * "TX" chipset compatibility and for providing patches for the "TX" chipset.
64  *
65  * Thanks to Christian Brunner <chb@muc.de> for taking a good first crack
66  * at generic DMA -- his patches were referred to when preparing this code.
67  *
68  * Most importantly, thanks to Robert Bringman <rob@mars.trion.com>
69  * for supplying a Promise UDMA board & WD UDMA drive for this work!
70  *
71  * And, yes, Intel Zappa boards really *do* use both PIIX IDE ports.
72  *
73  * ATA-66/100 and recovery functions, I forgot the rest......
74  *
75  */
76
77 #include <linux/config.h>
78 #include <linux/module.h>
79 #include <linux/types.h>
80 #include <linux/kernel.h>
81 #include <linux/timer.h>
82 #include <linux/mm.h>
83 #include <linux/interrupt.h>
84 #include <linux/pci.h>
85 #include <linux/init.h>
86 #include <linux/ide.h>
87 #include <linux/delay.h>
88
89 #include <asm/io.h>
90 #include <asm/irq.h>
91
92 struct drive_list_entry {
93         const char *id_model;
94         const char *id_firmware;
95 };
96
97 static const struct drive_list_entry drive_whitelist [] = {
98
99         { "Micropolis 2112A"    ,       "ALL"           },
100         { "CONNER CTMA 4000"    ,       "ALL"           },
101         { "CONNER CTT8000-A"    ,       "ALL"           },
102         { "ST34342A"            ,       "ALL"           },
103         { NULL                  ,       NULL            }
104 };
105
106 static const struct drive_list_entry drive_blacklist [] = {
107
108         { "WDC AC11000H"        ,       "ALL"           },
109         { "WDC AC22100H"        ,       "ALL"           },
110         { "WDC AC32500H"        ,       "ALL"           },
111         { "WDC AC33100H"        ,       "ALL"           },
112         { "WDC AC31600H"        ,       "ALL"           },
113         { "WDC AC32100H"        ,       "24.09P07"      },
114         { "WDC AC23200L"        ,       "21.10N21"      },
115         { "Compaq CRD-8241B"    ,       "ALL"           },
116         { "CRD-8400B"           ,       "ALL"           },
117         { "CRD-8480B",                  "ALL"           },
118         { "CRD-8480C",                  "ALL"           },
119         { "CRD-8482B",                  "ALL"           },
120         { "CRD-84"              ,       "ALL"           },
121         { "SanDisk SDP3B"       ,       "ALL"           },
122         { "SanDisk SDP3B-64"    ,       "ALL"           },
123         { "SANYO CD-ROM CRD"    ,       "ALL"           },
124         { "HITACHI CDR-8"       ,       "ALL"           },
125         { "HITACHI CDR-8335"    ,       "ALL"           },
126         { "HITACHI CDR-8435"    ,       "ALL"           },
127         { "Toshiba CD-ROM XM-6202B"     ,       "ALL"           },
128         { "CD-532E-A"           ,       "ALL"           },
129         { "E-IDE CD-ROM CR-840",        "ALL"           },
130         { "CD-ROM Drive/F5A",   "ALL"           },
131         { "RICOH CD-R/RW MP7083A",      "ALL"           },
132         { "WPI CDD-820",                "ALL"           },
133         { "SAMSUNG CD-ROM SC-148C",     "ALL"           },
134         { "SAMSUNG CD-ROM SC-148F",     "ALL"           },
135         { "SAMSUNG CD-ROM SC",  "ALL"           },
136         { "SanDisk SDP3B-64"    ,       "ALL"           },
137         { "SAMSUNG CD-ROM SN-124",      "ALL"           },
138         { "PLEXTOR CD-R PX-W8432T",     "ALL"           },
139         { "ATAPI CD-ROM DRIVE 40X MAXIMUM",     "ALL"           },
140         { "_NEC DV5800A",               "ALL"           },  
141         { NULL                  ,       NULL            }
142
143 };
144
145 /**
146  *      in_drive_list   -       look for drive in black/white list
147  *      @id: drive identifier
148  *      @drive_table: list to inspect
149  *
150  *      Look for a drive in the blacklist and the whitelist tables
151  *      Returns 1 if the drive is found in the table.
152  */
153
154 static int in_drive_list(struct hd_driveid *id, const struct drive_list_entry *drive_table)
155 {
156         for ( ; drive_table->id_model ; drive_table++)
157                 if ((!strcmp(drive_table->id_model, id->model)) &&
158                     ((strstr(drive_table->id_firmware, id->fw_rev)) ||
159                      (!strcmp(drive_table->id_firmware, "ALL"))))
160                         return 1;
161         return 0;
162 }
163
164 #ifdef CONFIG_BLK_DEV_IDEDMA_PCI
165 /**
166  *      ide_dma_intr    -       IDE DMA interrupt handler
167  *      @drive: the drive the interrupt is for
168  *
169  *      Handle an interrupt completing a read/write DMA transfer on an 
170  *      IDE device
171  */
172  
173 ide_startstop_t ide_dma_intr (ide_drive_t *drive)
174 {
175         u8 stat = 0, dma_stat = 0;
176
177         dma_stat = HWIF(drive)->ide_dma_end(drive);
178         stat = HWIF(drive)->INB(IDE_STATUS_REG);        /* get drive status */
179         if (OK_STAT(stat,DRIVE_READY,drive->bad_wstat|DRQ_STAT)) {
180                 if (!dma_stat) {
181                         struct request *rq = HWGROUP(drive)->rq;
182
183                         DRIVER(drive)->end_request(drive, 1, rq->nr_sectors);
184                         return ide_stopped;
185                 }
186                 printk(KERN_ERR "%s: dma_intr: bad DMA status (dma_stat=%x)\n", 
187                        drive->name, dma_stat);
188         }
189         return DRIVER(drive)->error(drive, "dma_intr", stat);
190 }
191
192 EXPORT_SYMBOL_GPL(ide_dma_intr);
193
194 /**
195  *      ide_build_sglist        -       map IDE scatter gather for DMA I/O
196  *      @drive: the drive to build the DMA table for
197  *      @rq: the request holding the sg list
198  *
199  *      Perform the PCI mapping magic necessary to access the source or
200  *      target buffers of a request via PCI DMA. The lower layers of the
201  *      kernel provide the necessary cache management so that we can
202  *      operate in a portable fashion
203  */
204
205 int ide_build_sglist(ide_drive_t *drive, struct request *rq)
206 {
207         ide_hwif_t *hwif = HWIF(drive);
208         struct scatterlist *sg = hwif->sg_table;
209         int nents;
210
211         nents = blk_rq_map_sg(drive->queue, rq, hwif->sg_table);
212                 
213         if (rq_data_dir(rq) == READ)
214                 hwif->sg_dma_direction = PCI_DMA_FROMDEVICE;
215         else
216                 hwif->sg_dma_direction = PCI_DMA_TODEVICE;
217
218         return pci_map_sg(hwif->pci_dev, sg, nents, hwif->sg_dma_direction);
219 }
220
221 EXPORT_SYMBOL_GPL(ide_build_sglist);
222
223 /**
224  *      ide_raw_build_sglist    -       map IDE scatter gather for DMA
225  *      @drive: the drive to build the DMA table for
226  *      @rq: the request holding the sg list
227  *
228  *      Perform the PCI mapping magic necessary to access the source or
229  *      target buffers of a taskfile request via PCI DMA. The lower layers 
230  *      of the  kernel provide the necessary cache management so that we can
231  *      operate in a portable fashion
232  */
233
234 int ide_raw_build_sglist(ide_drive_t *drive, struct request *rq)
235 {
236         ide_hwif_t *hwif = HWIF(drive);
237         struct scatterlist *sg = hwif->sg_table;
238         int nents = 0;
239         ide_task_t *args = rq->special;
240         u8 *virt_addr = rq->buffer;
241         int sector_count = rq->nr_sectors;
242
243         if (args->command_type == IDE_DRIVE_TASK_RAW_WRITE)
244                 hwif->sg_dma_direction = PCI_DMA_TODEVICE;
245         else
246                 hwif->sg_dma_direction = PCI_DMA_FROMDEVICE;
247
248 #if 1
249         if (sector_count > 256)
250                 BUG();
251
252         if (sector_count > 128) {
253 #else
254         while (sector_count > 128) {
255 #endif
256                 memset(&sg[nents], 0, sizeof(*sg));
257                 sg[nents].page = virt_to_page(virt_addr);
258                 sg[nents].offset = offset_in_page(virt_addr);
259                 sg[nents].length = 128  * SECTOR_SIZE;
260                 nents++;
261                 virt_addr = virt_addr + (128 * SECTOR_SIZE);
262                 sector_count -= 128;
263         }
264         memset(&sg[nents], 0, sizeof(*sg));
265         sg[nents].page = virt_to_page(virt_addr);
266         sg[nents].offset = offset_in_page(virt_addr);
267         sg[nents].length =  sector_count  * SECTOR_SIZE;
268         nents++;
269
270         return pci_map_sg(hwif->pci_dev, sg, nents, hwif->sg_dma_direction);
271 }
272
273 EXPORT_SYMBOL_GPL(ide_raw_build_sglist);
274
275 /**
276  *      ide_build_dmatable      -       build IDE DMA table
277  *
278  *      ide_build_dmatable() prepares a dma request. We map the command
279  *      to get the pci bus addresses of the buffers and then build up
280  *      the PRD table that the IDE layer wants to be fed. The code
281  *      knows about the 64K wrap bug in the CS5530.
282  *
283  *      Returns 0 if all went okay, returns 1 otherwise.
284  *      May also be invoked from trm290.c
285  */
286  
287 int ide_build_dmatable (ide_drive_t *drive, struct request *rq)
288 {
289         ide_hwif_t *hwif        = HWIF(drive);
290         unsigned int *table     = hwif->dmatable_cpu;
291         unsigned int is_trm290  = (hwif->chipset == ide_trm290) ? 1 : 0;
292         unsigned int count = 0;
293         int i;
294         struct scatterlist *sg;
295
296         if (HWGROUP(drive)->rq->flags & REQ_DRIVE_TASKFILE)
297                 hwif->sg_nents = i = ide_raw_build_sglist(drive, rq);
298         else
299                 hwif->sg_nents = i = ide_build_sglist(drive, rq);
300
301         if (!i)
302                 return 0;
303
304         sg = hwif->sg_table;
305         while (i) {
306                 u32 cur_addr;
307                 u32 cur_len;
308
309                 cur_addr = sg_dma_address(sg);
310                 cur_len = sg_dma_len(sg);
311
312                 /*
313                  * Fill in the dma table, without crossing any 64kB boundaries.
314                  * Most hardware requires 16-bit alignment of all blocks,
315                  * but the trm290 requires 32-bit alignment.
316                  */
317
318                 while (cur_len) {
319                         if (count++ >= PRD_ENTRIES) {
320                                 printk(KERN_ERR "%s: DMA table too small\n", drive->name);
321                                 goto use_pio_instead;
322                         } else {
323                                 u32 xcount, bcount = 0x10000 - (cur_addr & 0xffff);
324
325                                 if (bcount > cur_len)
326                                         bcount = cur_len;
327                                 *table++ = cpu_to_le32(cur_addr);
328                                 xcount = bcount & 0xffff;
329                                 if (is_trm290)
330                                         xcount = ((xcount >> 2) - 1) << 16;
331                                 if (xcount == 0x0000) {
332         /* 
333          * Most chipsets correctly interpret a length of 0x0000 as 64KB,
334          * but at least one (e.g. CS5530) misinterprets it as zero (!).
335          * So here we break the 64KB entry into two 32KB entries instead.
336          */
337                                         if (count++ >= PRD_ENTRIES) {
338                                                 printk(KERN_ERR "%s: DMA table too small\n", drive->name);
339                                                 goto use_pio_instead;
340                                         }
341                                         *table++ = cpu_to_le32(0x8000);
342                                         *table++ = cpu_to_le32(cur_addr + 0x8000);
343                                         xcount = 0x8000;
344                                 }
345                                 *table++ = cpu_to_le32(xcount);
346                                 cur_addr += bcount;
347                                 cur_len -= bcount;
348                         }
349                 }
350
351                 sg++;
352                 i--;
353         }
354
355         if (count) {
356                 if (!is_trm290)
357                         *--table |= cpu_to_le32(0x80000000);
358                 return count;
359         }
360         printk(KERN_ERR "%s: empty DMA table?\n", drive->name);
361 use_pio_instead:
362         pci_unmap_sg(hwif->pci_dev,
363                      hwif->sg_table,
364                      hwif->sg_nents,
365                      hwif->sg_dma_direction);
366         return 0; /* revert to PIO for this request */
367 }
368
369 EXPORT_SYMBOL_GPL(ide_build_dmatable);
370
371 /**
372  *      ide_destroy_dmatable    -       clean up DMA mapping
373  *      @drive: The drive to unmap
374  *
375  *      Teardown mappings after DMA has completed. This must be called
376  *      after the completion of each use of ide_build_dmatable and before
377  *      the next use of ide_build_dmatable. Failure to do so will cause
378  *      an oops as only one mapping can be live for each target at a given
379  *      time.
380  */
381  
382 void ide_destroy_dmatable (ide_drive_t *drive)
383 {
384         struct pci_dev *dev = HWIF(drive)->pci_dev;
385         struct scatterlist *sg = HWIF(drive)->sg_table;
386         int nents = HWIF(drive)->sg_nents;
387
388         pci_unmap_sg(dev, sg, nents, HWIF(drive)->sg_dma_direction);
389 }
390
391 EXPORT_SYMBOL_GPL(ide_destroy_dmatable);
392
393 /**
394  *      config_drive_for_dma    -       attempt to activate IDE DMA
395  *      @drive: the drive to place in DMA mode
396  *
397  *      If the drive supports at least mode 2 DMA or UDMA of any kind
398  *      then attempt to place it into DMA mode. Drives that are known to
399  *      support DMA but predate the DMA properties or that are known
400  *      to have DMA handling bugs are also set up appropriately based
401  *      on the good/bad drive lists.
402  */
403  
404 static int config_drive_for_dma (ide_drive_t *drive)
405 {
406         struct hd_driveid *id = drive->id;
407         ide_hwif_t *hwif = HWIF(drive);
408
409         if ((id->capability & 1) && hwif->autodma) {
410                 /*
411                  * Enable DMA on any drive that has
412                  * UltraDMA (mode 0/1/2/3/4/5/6) enabled
413                  */
414                 if ((id->field_valid & 4) && ((id->dma_ultra >> 8) & 0x7f))
415                         return hwif->ide_dma_on(drive);
416                 /*
417                  * Enable DMA on any drive that has mode2 DMA
418                  * (multi or single) enabled
419                  */
420                 if (id->field_valid & 2)        /* regular DMA */
421                         if ((id->dma_mword & 0x404) == 0x404 ||
422                             (id->dma_1word & 0x404) == 0x404)
423                                 return hwif->ide_dma_on(drive);
424
425                 /* Consult the list of known "good" drives */
426                 if (__ide_dma_good_drive(drive))
427                         return hwif->ide_dma_on(drive);
428         }
429 //      if (hwif->tuneproc != NULL) hwif->tuneproc(drive, 255);
430         return hwif->ide_dma_off_quietly(drive);
431 }
432
433 /**
434  *      dma_timer_expiry        -       handle a DMA timeout
435  *      @drive: Drive that timed out
436  *
437  *      An IDE DMA transfer timed out. In the event of an error we ask
438  *      the driver to resolve the problem, if a DMA transfer is still
439  *      in progress we continue to wait (arguably we need to add a 
440  *      secondary 'I don't care what the drive thinks' timeout here)
441  *      Finally if we have an interrupt we let it complete the I/O.
442  *      But only one time - we clear expiry and if it's still not
443  *      completed after WAIT_CMD, we error and retry in PIO.
444  *      This can occur if an interrupt is lost or due to hang or bugs.
445  */
446  
447 static int dma_timer_expiry (ide_drive_t *drive)
448 {
449         ide_hwif_t *hwif        = HWIF(drive);
450         u8 dma_stat             = hwif->INB(hwif->dma_status);
451
452         printk(KERN_WARNING "%s: dma_timer_expiry: dma status == 0x%02x\n",
453                 drive->name, dma_stat);
454
455         if ((dma_stat & 0x18) == 0x18)  /* BUSY Stupid Early Timer !! */
456                 return WAIT_CMD;
457
458         HWGROUP(drive)->expiry = NULL;  /* one free ride for now */
459
460         /* 1 dmaing, 2 error, 4 intr */
461         if (dma_stat & 2)       /* ERROR */
462                 return -1;
463
464         if (dma_stat & 1)       /* DMAing */
465                 return WAIT_CMD;
466
467         if (dma_stat & 4)       /* Got an Interrupt */
468                 return WAIT_CMD;
469
470         return 0;       /* Status is unknown -- reset the bus */
471 }
472
473 /**
474  *      __ide_dma_host_off      -       Generic DMA kill
475  *      @drive: drive to control
476  *
477  *      Perform the generic IDE controller DMA off operation. This
478  *      works for most IDE bus mastering controllers
479  */
480
481 int __ide_dma_host_off (ide_drive_t *drive)
482 {
483         ide_hwif_t *hwif        = HWIF(drive);
484         u8 unit                 = (drive->select.b.unit & 0x01);
485         u8 dma_stat             = hwif->INB(hwif->dma_status);
486
487         hwif->OUTB((dma_stat & ~(1<<(5+unit))), hwif->dma_status);
488         return 0;
489 }
490
491 EXPORT_SYMBOL(__ide_dma_host_off);
492
493 /**
494  *      __ide_dma_host_off_quietly      -       Generic DMA kill
495  *      @drive: drive to control
496  *
497  *      Turn off the current DMA on this IDE controller. 
498  */
499
500 int __ide_dma_off_quietly (ide_drive_t *drive)
501 {
502         drive->using_dma = 0;
503         ide_toggle_bounce(drive, 0);
504
505         if (HWIF(drive)->ide_dma_host_off(drive))
506                 return 1;
507
508         return 0;
509 }
510
511 EXPORT_SYMBOL(__ide_dma_off_quietly);
512 #endif /* CONFIG_BLK_DEV_IDEDMA_PCI */
513
514 /**
515  *      __ide_dma_off   -       disable DMA on a device
516  *      @drive: drive to disable DMA on
517  *
518  *      Disable IDE DMA for a device on this IDE controller.
519  *      Inform the user that DMA has been disabled.
520  */
521
522 int __ide_dma_off (ide_drive_t *drive)
523 {
524         printk(KERN_INFO "%s: DMA disabled\n", drive->name);
525         return HWIF(drive)->ide_dma_off_quietly(drive);
526 }
527
528 EXPORT_SYMBOL(__ide_dma_off);
529
530 #ifdef CONFIG_BLK_DEV_IDEDMA_PCI
531 /**
532  *      __ide_dma_host_on       -       Enable DMA on a host
533  *      @drive: drive to enable for DMA
534  *
535  *      Enable DMA on an IDE controller following generic bus mastering
536  *      IDE controller behaviour
537  */
538  
539 int __ide_dma_host_on (ide_drive_t *drive)
540 {
541         if (drive->using_dma) {
542                 ide_hwif_t *hwif        = HWIF(drive);
543                 u8 unit                 = (drive->select.b.unit & 0x01);
544                 u8 dma_stat             = hwif->INB(hwif->dma_status);
545
546                 hwif->OUTB((dma_stat|(1<<(5+unit))), hwif->dma_status);
547                 return 0;
548         }
549         return 1;
550 }
551
552 EXPORT_SYMBOL(__ide_dma_host_on);
553
554 /**
555  *      __ide_dma_on            -       Enable DMA on a device
556  *      @drive: drive to enable DMA on
557  *
558  *      Enable IDE DMA for a device on this IDE controller.
559  */
560  
561 int __ide_dma_on (ide_drive_t *drive)
562 {
563         /* consult the list of known "bad" drives */
564         if (__ide_dma_bad_drive(drive))
565                 return 1;
566
567         drive->using_dma = 1;
568         ide_toggle_bounce(drive, 1);
569
570         if (HWIF(drive)->ide_dma_host_on(drive))
571                 return 1;
572
573         return 0;
574 }
575
576 EXPORT_SYMBOL(__ide_dma_on);
577
578 /**
579  *      __ide_dma_check         -       check DMA setup
580  *      @drive: drive to check
581  *
582  *      Don't use - due for extermination
583  */
584  
585 int __ide_dma_check (ide_drive_t *drive)
586 {
587         return config_drive_for_dma(drive);
588 }
589
590 EXPORT_SYMBOL(__ide_dma_check);
591
592 /**
593  *      ide_start_dma   -       begin a DMA phase
594  *      @hwif: interface
595  *      @drive: target device
596  *      @reading: set if reading, clear if writing
597  *
598  *      Build an IDE DMA PRD (IDE speak for scatter gather table)
599  *      and then set up the DMA transfer registers for a device
600  *      that follows generic IDE PCI DMA behaviour. Controllers can
601  *      override this function if they need to
602  *
603  *      Returns 0 on success. If a PIO fallback is required then 1
604  *      is returned. 
605  */
606  
607 int ide_start_dma(ide_hwif_t *hwif, ide_drive_t *drive, int reading)
608 {
609         struct request *rq = HWGROUP(drive)->rq;
610         u8 dma_stat;
611
612         /* fall back to pio! */
613         if (!ide_build_dmatable(drive, rq))
614                 return 1;
615
616         /* PRD table */
617         hwif->OUTL(hwif->dmatable_dma, hwif->dma_prdtable);
618
619         /* specify r/w */
620         hwif->OUTB(reading, hwif->dma_command);
621
622         /* read dma_status for INTR & ERROR flags */
623         dma_stat = hwif->INB(hwif->dma_status);
624
625         /* clear INTR & ERROR flags */
626         hwif->OUTB(dma_stat|6, hwif->dma_status);
627         drive->waiting_for_dma = 1;
628         return 0;
629 }
630
631 EXPORT_SYMBOL(ide_start_dma);
632
633 int __ide_dma_read (ide_drive_t *drive /*, struct request *rq */)
634 {
635         ide_hwif_t *hwif        = HWIF(drive);
636         struct request *rq      = HWGROUP(drive)->rq;
637         unsigned int reading    = 1 << 3;
638         u8 lba48                = (drive->addressing == 1) ? 1 : 0;
639         task_ioreg_t command    = WIN_NOP;
640
641         /* try pio */
642         if (ide_start_dma(hwif, drive, reading))
643                 return 1;
644
645         if (drive->media != ide_disk)
646                 return 0;
647
648         command = (lba48) ? WIN_READDMA_EXT : WIN_READDMA;
649         
650         if (drive->vdma)
651                 command = (lba48) ? WIN_READ_EXT: WIN_READ;
652                 
653         if (rq->flags & REQ_DRIVE_TASKFILE) {
654                 ide_task_t *args = rq->special;
655                 command = args->tfRegister[IDE_COMMAND_OFFSET];
656         }
657
658         /* issue cmd to drive */
659         ide_execute_command(drive, command, &ide_dma_intr, 2*WAIT_CMD, dma_timer_expiry);
660         return hwif->ide_dma_begin(drive);
661 }
662
663 EXPORT_SYMBOL(__ide_dma_read);
664
665 int __ide_dma_write (ide_drive_t *drive /*, struct request *rq */)
666 {
667         ide_hwif_t *hwif        = HWIF(drive);
668         struct request *rq      = HWGROUP(drive)->rq;
669         unsigned int reading    = 0;
670         u8 lba48                = (drive->addressing == 1) ? 1 : 0;
671         task_ioreg_t command    = WIN_NOP;
672
673         /* try PIO instead of DMA */
674         if (ide_start_dma(hwif, drive, reading))
675                 return 1;
676
677         if (drive->media != ide_disk)
678                 return 0;
679
680         command = (lba48) ? WIN_WRITEDMA_EXT : WIN_WRITEDMA;
681         if (drive->vdma)
682                 command = (lba48) ? WIN_WRITE_EXT: WIN_WRITE;
683                 
684         if (rq->flags & REQ_DRIVE_TASKFILE) {
685                 ide_task_t *args = rq->special;
686                 command = args->tfRegister[IDE_COMMAND_OFFSET];
687         }
688
689         /* issue cmd to drive */
690         ide_execute_command(drive, command, &ide_dma_intr, 2*WAIT_CMD, dma_timer_expiry);
691
692         return hwif->ide_dma_begin(drive);
693 }
694
695 EXPORT_SYMBOL(__ide_dma_write);
696
697 int __ide_dma_begin (ide_drive_t *drive)
698 {
699         ide_hwif_t *hwif        = HWIF(drive);
700         u8 dma_cmd              = hwif->INB(hwif->dma_command);
701
702         /* Note that this is done *after* the cmd has
703          * been issued to the drive, as per the BM-IDE spec.
704          * The Promise Ultra33 doesn't work correctly when
705          * we do this part before issuing the drive cmd.
706          */
707         /* start DMA */
708         hwif->OUTB(dma_cmd|1, hwif->dma_command);
709         hwif->dma = 1;
710         wmb();
711         return 0;
712 }
713
714 EXPORT_SYMBOL(__ide_dma_begin);
715
716 /* returns 1 on error, 0 otherwise */
717 int __ide_dma_end (ide_drive_t *drive)
718 {
719         ide_hwif_t *hwif        = HWIF(drive);
720         u8 dma_stat = 0, dma_cmd = 0;
721
722         drive->waiting_for_dma = 0;
723         /* get dma_command mode */
724         dma_cmd = hwif->INB(hwif->dma_command);
725         /* stop DMA */
726         hwif->OUTB(dma_cmd&~1, hwif->dma_command);
727         /* get DMA status */
728         dma_stat = hwif->INB(hwif->dma_status);
729         /* clear the INTR & ERROR bits */
730         hwif->OUTB(dma_stat|6, hwif->dma_status);
731         /* purge DMA mappings */
732         ide_destroy_dmatable(drive);
733         /* verify good DMA status */
734         hwif->dma = 0;
735         wmb();
736         return (dma_stat & 7) != 4 ? (0x10 | dma_stat) : 0;
737 }
738
739 EXPORT_SYMBOL(__ide_dma_end);
740
741 /* returns 1 if dma irq issued, 0 otherwise */
742 int __ide_dma_test_irq (ide_drive_t *drive)
743 {
744         ide_hwif_t *hwif        = HWIF(drive);
745         u8 dma_stat             = hwif->INB(hwif->dma_status);
746
747 #if 0  /* do not set unless you know what you are doing */
748         if (dma_stat & 4) {
749                 u8 stat = hwif->INB(IDE_STATUS_REG);
750                 hwif->OUTB(hwif->dma_status, dma_stat & 0xE4);
751         }
752 #endif
753         /* return 1 if INTR asserted */
754         if ((dma_stat & 4) == 4)
755                 return 1;
756         if (!drive->waiting_for_dma)
757                 printk(KERN_WARNING "%s: (%s) called while not waiting\n",
758                         drive->name, __FUNCTION__);
759         return 0;
760 }
761
762 EXPORT_SYMBOL(__ide_dma_test_irq);
763 #endif /* CONFIG_BLK_DEV_IDEDMA_PCI */
764
765 int __ide_dma_bad_drive (ide_drive_t *drive)
766 {
767         struct hd_driveid *id = drive->id;
768
769         int blacklist = in_drive_list(id, drive_blacklist);
770         if (blacklist) {
771                 printk(KERN_WARNING "%s: Disabling (U)DMA for %s (blacklisted)\n",
772                                     drive->name, id->model);
773                 return blacklist;
774         }
775         return 0;
776 }
777
778 EXPORT_SYMBOL(__ide_dma_bad_drive);
779
780 int __ide_dma_good_drive (ide_drive_t *drive)
781 {
782         struct hd_driveid *id = drive->id;
783         return in_drive_list(id, drive_whitelist);
784 }
785
786 EXPORT_SYMBOL(__ide_dma_good_drive);
787
788 #ifdef CONFIG_BLK_DEV_IDEDMA_PCI
789 int __ide_dma_verbose (ide_drive_t *drive)
790 {
791         struct hd_driveid *id   = drive->id;
792         ide_hwif_t *hwif        = HWIF(drive);
793
794         if (id->field_valid & 4) {
795                 if ((id->dma_ultra >> 8) && (id->dma_mword >> 8)) {
796                         printk(", BUG DMA OFF");
797                         return hwif->ide_dma_off_quietly(drive);
798                 }
799                 if (id->dma_ultra & ((id->dma_ultra >> 8) & hwif->ultra_mask)) {
800                         if (((id->dma_ultra >> 11) & 0x1F) &&
801                             eighty_ninty_three(drive)) {
802                                 if ((id->dma_ultra >> 15) & 1) {
803                                         printk(", UDMA(mode 7)");
804                                 } else if ((id->dma_ultra >> 14) & 1) {
805                                         printk(", UDMA(133)");
806                                 } else if ((id->dma_ultra >> 13) & 1) {
807                                         printk(", UDMA(100)");
808                                 } else if ((id->dma_ultra >> 12) & 1) {
809                                         printk(", UDMA(66)");
810                                 } else if ((id->dma_ultra >> 11) & 1) {
811                                         printk(", UDMA(44)");
812                                 } else
813                                         goto mode_two;
814                         } else {
815                 mode_two:
816                                 if ((id->dma_ultra >> 10) & 1) {
817                                         printk(", UDMA(33)");
818                                 } else if ((id->dma_ultra >> 9) & 1) {
819                                         printk(", UDMA(25)");
820                                 } else if ((id->dma_ultra >> 8) & 1) {
821                                         printk(", UDMA(16)");
822                                 }
823                         }
824                 } else {
825                         printk(", (U)DMA");     /* Can be BIOS-enabled! */
826                 }
827         } else if (id->field_valid & 2) {
828                 if ((id->dma_mword >> 8) && (id->dma_1word >> 8)) {
829                         printk(", BUG DMA OFF");
830                         return hwif->ide_dma_off_quietly(drive);
831                 }
832                 printk(", DMA");
833         } else if (id->field_valid & 1) {
834                 printk(", BUG");
835         }
836         return 1;
837 }
838
839 EXPORT_SYMBOL(__ide_dma_verbose);
840
841 int __ide_dma_lostirq (ide_drive_t *drive)
842 {
843         printk("%s: DMA interrupt recovery\n", drive->name);
844         return 1;
845 }
846
847 EXPORT_SYMBOL(__ide_dma_lostirq);
848
849 int __ide_dma_timeout (ide_drive_t *drive)
850 {
851         printk(KERN_ERR "%s: timeout waiting for DMA\n", drive->name);
852         if (HWIF(drive)->ide_dma_test_irq(drive))
853                 return 0;
854
855         return HWIF(drive)->ide_dma_end(drive);
856 }
857
858 EXPORT_SYMBOL(__ide_dma_timeout);
859
860 /*
861  * Needed for allowing full modular support of ide-driver
862  */
863 int ide_release_dma_engine (ide_hwif_t *hwif)
864 {
865         if (hwif->dmatable_cpu) {
866                 pci_free_consistent(hwif->pci_dev,
867                                     PRD_ENTRIES * PRD_BYTES,
868                                     hwif->dmatable_cpu,
869                                     hwif->dmatable_dma);
870                 hwif->dmatable_cpu = NULL;
871         }
872         if (hwif->sg_table) {
873                 kfree(hwif->sg_table);
874                 hwif->sg_table = NULL;
875         }
876         return 1;
877 }
878
879 int ide_release_iomio_dma (ide_hwif_t *hwif)
880 {
881         if ((hwif->dma_extra) && (hwif->channel == 0))
882                 release_region((hwif->dma_base + 16), hwif->dma_extra);
883         release_region(hwif->dma_base, 8);
884         if (hwif->dma_base2)
885                 release_region(hwif->dma_base, 8);
886         return 1;
887 }
888
889 /*
890  * Needed for allowing full modular support of ide-driver
891  */
892 int ide_release_dma (ide_hwif_t *hwif)
893 {
894         if (hwif->mmio == 2)
895                 return 1;
896         if (hwif->chipset == ide_etrax100)
897                 return 1;
898
899         ide_release_dma_engine(hwif);
900         return ide_release_iomio_dma(hwif);
901 }
902
903 int ide_allocate_dma_engine (ide_hwif_t *hwif)
904 {
905         hwif->dmatable_cpu = pci_alloc_consistent(hwif->pci_dev,
906                                                   PRD_ENTRIES * PRD_BYTES,
907                                                   &hwif->dmatable_dma);
908         hwif->sg_table = kmalloc(sizeof(struct scatterlist) * PRD_ENTRIES,
909                                 GFP_KERNEL);
910
911         if ((hwif->dmatable_cpu) && (hwif->sg_table))
912                 return 0;
913
914         printk(KERN_ERR "%s: -- Error, unable to allocate%s%s table(s).\n",
915                 (hwif->dmatable_cpu == NULL) ? " CPU" : "",
916                 (hwif->sg_table == NULL) ?  " SG DMA" : " DMA",
917                 hwif->cds->name);
918
919         ide_release_dma_engine(hwif);
920         return 1;
921 }
922
923 int ide_mapped_mmio_dma (ide_hwif_t *hwif, unsigned long base, unsigned int ports)
924 {
925         printk(KERN_INFO "    %s: MMIO-DMA ", hwif->name);
926
927         hwif->dma_base = base;
928         if (hwif->cds->extra && hwif->channel == 0)
929                 hwif->dma_extra = hwif->cds->extra;
930
931         if(hwif->mate)
932                 hwif->dma_master = (hwif->channel) ? hwif->mate->dma_base : base;
933         else
934                 hwif->dma_master = base;
935         return 0;
936 }
937
938 int ide_iomio_dma (ide_hwif_t *hwif, unsigned long base, unsigned int ports)
939 {
940         printk(KERN_INFO "    %s: BM-DMA at 0x%04lx-0x%04lx",
941                 hwif->name, base, base + ports - 1);
942         if (!request_region(base, ports, hwif->name)) {
943                 printk(" -- Error, ports in use.\n");
944                 return 1;
945         }
946         hwif->dma_base = base;
947         if ((hwif->cds->extra) && (hwif->channel == 0)) {
948                 request_region(base+16, hwif->cds->extra, hwif->cds->name);
949                 hwif->dma_extra = hwif->cds->extra;
950         }
951         
952         if(hwif->mate)
953                 hwif->dma_master = (hwif->channel) ? hwif->mate->dma_base : base;
954         else
955                 hwif->dma_master = base;
956         if (hwif->dma_base2) {
957                 if (!request_region(hwif->dma_base2, ports, hwif->name))
958                 {
959                         printk(" -- Error, secondary ports in use.\n");
960                         release_region(base, ports);
961                         return 1;
962                 }
963         }
964         return 0;
965 }
966
967 /*
968  * 
969  */
970 int ide_dma_iobase (ide_hwif_t *hwif, unsigned long base, unsigned int ports)
971 {
972         if (hwif->mmio == 2)
973                 return ide_mapped_mmio_dma(hwif, base,ports);
974         BUG_ON(hwif->mmio == 1);
975         return ide_iomio_dma(hwif, base, ports);
976 }
977
978 /*
979  * This can be called for a dynamically installed interface. Don't __init it
980  */
981 void ide_setup_dma (ide_hwif_t *hwif, unsigned long dma_base, unsigned int num_ports)
982 {
983         if (ide_dma_iobase(hwif, dma_base, num_ports))
984                 return;
985
986         if (ide_allocate_dma_engine(hwif)) {
987                 ide_release_dma(hwif);
988                 return;
989         }
990
991         if (!(hwif->dma_command))
992                 hwif->dma_command       = hwif->dma_base;
993         if (!(hwif->dma_vendor1))
994                 hwif->dma_vendor1       = (hwif->dma_base + 1);
995         if (!(hwif->dma_status))
996                 hwif->dma_status        = (hwif->dma_base + 2);
997         if (!(hwif->dma_vendor3))
998                 hwif->dma_vendor3       = (hwif->dma_base + 3);
999         if (!(hwif->dma_prdtable))
1000                 hwif->dma_prdtable      = (hwif->dma_base + 4);
1001
1002         if (!hwif->ide_dma_off_quietly)
1003                 hwif->ide_dma_off_quietly = &__ide_dma_off_quietly;
1004         if (!hwif->ide_dma_host_off)
1005                 hwif->ide_dma_host_off = &__ide_dma_host_off;
1006         if (!hwif->ide_dma_on)
1007                 hwif->ide_dma_on = &__ide_dma_on;
1008         if (!hwif->ide_dma_host_on)
1009                 hwif->ide_dma_host_on = &__ide_dma_host_on;
1010         if (!hwif->ide_dma_check)
1011                 hwif->ide_dma_check = &__ide_dma_check;
1012         if (!hwif->ide_dma_read)
1013                 hwif->ide_dma_read = &__ide_dma_read;
1014         if (!hwif->ide_dma_write)
1015                 hwif->ide_dma_write = &__ide_dma_write;
1016         if (!hwif->ide_dma_begin)
1017                 hwif->ide_dma_begin = &__ide_dma_begin;
1018         if (!hwif->ide_dma_end)
1019                 hwif->ide_dma_end = &__ide_dma_end;
1020         if (!hwif->ide_dma_test_irq)
1021                 hwif->ide_dma_test_irq = &__ide_dma_test_irq;
1022         if (!hwif->ide_dma_verbose)
1023                 hwif->ide_dma_verbose = &__ide_dma_verbose;
1024         if (!hwif->ide_dma_timeout)
1025                 hwif->ide_dma_timeout = &__ide_dma_timeout;
1026         if (!hwif->ide_dma_lostirq)
1027                 hwif->ide_dma_lostirq = &__ide_dma_lostirq;
1028
1029         if (hwif->chipset != ide_trm290) {
1030                 u8 dma_stat = hwif->INB(hwif->dma_status);
1031                 printk(", BIOS settings: %s:%s, %s:%s",
1032                        hwif->drives[0].name, (dma_stat & 0x20) ? "DMA" : "pio",
1033                        hwif->drives[1].name, (dma_stat & 0x40) ? "DMA" : "pio");
1034         }
1035         printk("\n");
1036
1037         if (!(hwif->dma_master))
1038                 BUG();
1039 }
1040
1041 EXPORT_SYMBOL_GPL(ide_setup_dma);
1042 #endif /* CONFIG_BLK_DEV_IDEDMA_PCI */