patch-2_6_7-vs1_9_1_12
[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         { 0                     ,       0               }
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         { 0                     ,       0               }
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         if (hwif->sg_dma_active)
212                 BUG();
213
214         nents = blk_rq_map_sg(drive->queue, rq, hwif->sg_table);
215                 
216         if (rq_data_dir(rq) == READ)
217                 hwif->sg_dma_direction = PCI_DMA_FROMDEVICE;
218         else
219                 hwif->sg_dma_direction = PCI_DMA_TODEVICE;
220
221         return pci_map_sg(hwif->pci_dev, sg, nents, hwif->sg_dma_direction);
222 }
223
224 EXPORT_SYMBOL_GPL(ide_build_sglist);
225
226 /**
227  *      ide_raw_build_sglist    -       map IDE scatter gather for DMA
228  *      @drive: the drive to build the DMA table for
229  *      @rq: the request holding the sg list
230  *
231  *      Perform the PCI mapping magic necessary to access the source or
232  *      target buffers of a taskfile request via PCI DMA. The lower layers 
233  *      of the  kernel provide the necessary cache management so that we can
234  *      operate in a portable fashion
235  */
236
237 int ide_raw_build_sglist(ide_drive_t *drive, struct request *rq)
238 {
239         ide_hwif_t *hwif = HWIF(drive);
240         struct scatterlist *sg = hwif->sg_table;
241         int nents = 0;
242         ide_task_t *args = rq->special;
243         u8 *virt_addr = rq->buffer;
244         int sector_count = rq->nr_sectors;
245
246         if (args->command_type == IDE_DRIVE_TASK_RAW_WRITE)
247                 hwif->sg_dma_direction = PCI_DMA_TODEVICE;
248         else
249                 hwif->sg_dma_direction = PCI_DMA_FROMDEVICE;
250
251 #if 1
252         if (sector_count > 256)
253                 BUG();
254
255         if (sector_count > 128) {
256 #else
257         while (sector_count > 128) {
258 #endif
259                 memset(&sg[nents], 0, sizeof(*sg));
260                 sg[nents].page = virt_to_page(virt_addr);
261                 sg[nents].offset = offset_in_page(virt_addr);
262                 sg[nents].length = 128  * SECTOR_SIZE;
263                 nents++;
264                 virt_addr = virt_addr + (128 * SECTOR_SIZE);
265                 sector_count -= 128;
266         }
267         memset(&sg[nents], 0, sizeof(*sg));
268         sg[nents].page = virt_to_page(virt_addr);
269         sg[nents].offset = offset_in_page(virt_addr);
270         sg[nents].length =  sector_count  * SECTOR_SIZE;
271         nents++;
272
273         return pci_map_sg(hwif->pci_dev, sg, nents, hwif->sg_dma_direction);
274 }
275
276 EXPORT_SYMBOL_GPL(ide_raw_build_sglist);
277
278 /**
279  *      ide_build_dmatable      -       build IDE DMA table
280  *
281  *      ide_build_dmatable() prepares a dma request. We map the command
282  *      to get the pci bus addresses of the buffers and then build up
283  *      the PRD table that the IDE layer wants to be fed. The code
284  *      knows about the 64K wrap bug in the CS5530.
285  *
286  *      Returns 0 if all went okay, returns 1 otherwise.
287  *      May also be invoked from trm290.c
288  */
289  
290 int ide_build_dmatable (ide_drive_t *drive, struct request *rq)
291 {
292         ide_hwif_t *hwif        = HWIF(drive);
293         unsigned int *table     = hwif->dmatable_cpu;
294         unsigned int is_trm290  = (hwif->chipset == ide_trm290) ? 1 : 0;
295         unsigned int count = 0;
296         int i;
297         struct scatterlist *sg;
298
299         if (HWGROUP(drive)->rq->flags & REQ_DRIVE_TASKFILE)
300                 hwif->sg_nents = i = ide_raw_build_sglist(drive, rq);
301         else
302                 hwif->sg_nents = i = ide_build_sglist(drive, rq);
303
304         if (!i)
305                 return 0;
306
307         sg = hwif->sg_table;
308         while (i) {
309                 u32 cur_addr;
310                 u32 cur_len;
311
312                 cur_addr = sg_dma_address(sg);
313                 cur_len = sg_dma_len(sg);
314
315                 /*
316                  * Fill in the dma table, without crossing any 64kB boundaries.
317                  * Most hardware requires 16-bit alignment of all blocks,
318                  * but the trm290 requires 32-bit alignment.
319                  */
320
321                 while (cur_len) {
322                         if (count++ >= PRD_ENTRIES) {
323                                 printk(KERN_ERR "%s: DMA table too small\n", drive->name);
324                                 goto use_pio_instead;
325                         } else {
326                                 u32 xcount, bcount = 0x10000 - (cur_addr & 0xffff);
327
328                                 if (bcount > cur_len)
329                                         bcount = cur_len;
330                                 *table++ = cpu_to_le32(cur_addr);
331                                 xcount = bcount & 0xffff;
332                                 if (is_trm290)
333                                         xcount = ((xcount >> 2) - 1) << 16;
334                                 if (xcount == 0x0000) {
335         /* 
336          * Most chipsets correctly interpret a length of 0x0000 as 64KB,
337          * but at least one (e.g. CS5530) misinterprets it as zero (!).
338          * So here we break the 64KB entry into two 32KB entries instead.
339          */
340                                         if (count++ >= PRD_ENTRIES) {
341                                                 printk(KERN_ERR "%s: DMA table too small\n", drive->name);
342                                                 goto use_pio_instead;
343                                         }
344                                         *table++ = cpu_to_le32(0x8000);
345                                         *table++ = cpu_to_le32(cur_addr + 0x8000);
346                                         xcount = 0x8000;
347                                 }
348                                 *table++ = cpu_to_le32(xcount);
349                                 cur_addr += bcount;
350                                 cur_len -= bcount;
351                         }
352                 }
353
354                 sg++;
355                 i--;
356         }
357
358         if (count) {
359                 if (!is_trm290)
360                         *--table |= cpu_to_le32(0x80000000);
361                 return count;
362         }
363         printk(KERN_ERR "%s: empty DMA table?\n", drive->name);
364 use_pio_instead:
365         pci_unmap_sg(hwif->pci_dev,
366                      hwif->sg_table,
367                      hwif->sg_nents,
368                      hwif->sg_dma_direction);
369         hwif->sg_dma_active = 0;
370         return 0; /* revert to PIO for this request */
371 }
372
373 EXPORT_SYMBOL_GPL(ide_build_dmatable);
374
375 /**
376  *      ide_destroy_dmatable    -       clean up DMA mapping
377  *      @drive: The drive to unmap
378  *
379  *      Teardown mappings after DMA has completed. This must be called
380  *      after the completion of each use of ide_build_dmatable and before
381  *      the next use of ide_build_dmatable. Failure to do so will cause
382  *      an oops as only one mapping can be live for each target at a given
383  *      time.
384  */
385  
386 void ide_destroy_dmatable (ide_drive_t *drive)
387 {
388         struct pci_dev *dev = HWIF(drive)->pci_dev;
389         struct scatterlist *sg = HWIF(drive)->sg_table;
390         int nents = HWIF(drive)->sg_nents;
391
392         pci_unmap_sg(dev, sg, nents, HWIF(drive)->sg_dma_direction);
393         HWIF(drive)->sg_dma_active = 0;
394 }
395
396 EXPORT_SYMBOL_GPL(ide_destroy_dmatable);
397
398 /**
399  *      config_drive_for_dma    -       attempt to activate IDE DMA
400  *      @drive: the drive to place in DMA mode
401  *
402  *      If the drive supports at least mode 2 DMA or UDMA of any kind
403  *      then attempt to place it into DMA mode. Drives that are known to
404  *      support DMA but predate the DMA properties or that are known
405  *      to have DMA handling bugs are also set up appropriately based
406  *      on the good/bad drive lists.
407  */
408  
409 static int config_drive_for_dma (ide_drive_t *drive)
410 {
411         struct hd_driveid *id = drive->id;
412         ide_hwif_t *hwif = HWIF(drive);
413
414         if ((id->capability & 1) && hwif->autodma) {
415                 /* Consult the list of known "bad" drives */
416                 if (__ide_dma_bad_drive(drive))
417                         return __ide_dma_off(drive);
418
419                 /*
420                  * Enable DMA on any drive that has
421                  * UltraDMA (mode 0/1/2/3/4/5/6) enabled
422                  */
423                 if ((id->field_valid & 4) && ((id->dma_ultra >> 8) & 0x7f))
424                         return hwif->ide_dma_on(drive);
425                 /*
426                  * Enable DMA on any drive that has mode2 DMA
427                  * (multi or single) enabled
428                  */
429                 if (id->field_valid & 2)        /* regular DMA */
430                         if ((id->dma_mword & 0x404) == 0x404 ||
431                             (id->dma_1word & 0x404) == 0x404)
432                                 return hwif->ide_dma_on(drive);
433
434                 /* Consult the list of known "good" drives */
435                 if (__ide_dma_good_drive(drive))
436                         return hwif->ide_dma_on(drive);
437         }
438 //      if (hwif->tuneproc != NULL) hwif->tuneproc(drive, 255);
439         return hwif->ide_dma_off_quietly(drive);
440 }
441
442 /**
443  *      dma_timer_expiry        -       handle a DMA timeout
444  *      @drive: Drive that timed out
445  *
446  *      An IDE DMA transfer timed out. In the event of an error we ask
447  *      the driver to resolve the problem, if a DMA transfer is still
448  *      in progress we continue to wait (arguably we need to add a 
449  *      secondary 'I don't care what the drive thinks' timeout here)
450  *      Finally if we have an interrupt we let it complete the I/O.
451  *      But only one time - we clear expiry and if it's still not
452  *      completed after WAIT_CMD, we error and retry in PIO.
453  *      This can occur if an interrupt is lost or due to hang or bugs.
454  */
455  
456 static int dma_timer_expiry (ide_drive_t *drive)
457 {
458         ide_hwif_t *hwif        = HWIF(drive);
459         u8 dma_stat             = hwif->INB(hwif->dma_status);
460
461         printk(KERN_WARNING "%s: dma_timer_expiry: dma status == 0x%02x\n",
462                 drive->name, dma_stat);
463
464         if ((dma_stat & 0x18) == 0x18)  /* BUSY Stupid Early Timer !! */
465                 return WAIT_CMD;
466
467         HWGROUP(drive)->expiry = NULL;  /* one free ride for now */
468
469         /* 1 dmaing, 2 error, 4 intr */
470         if (dma_stat & 2)       /* ERROR */
471                 return -1;
472
473         if (dma_stat & 1)       /* DMAing */
474                 return WAIT_CMD;
475
476         if (dma_stat & 4)       /* Got an Interrupt */
477                 return WAIT_CMD;
478
479         return 0;       /* Status is unknown -- reset the bus */
480 }
481
482 /**
483  *      __ide_dma_host_off      -       Generic DMA kill
484  *      @drive: drive to control
485  *
486  *      Perform the generic IDE controller DMA off operation. This
487  *      works for most IDE bus mastering controllers
488  */
489
490 int __ide_dma_host_off (ide_drive_t *drive)
491 {
492         ide_hwif_t *hwif        = HWIF(drive);
493         u8 unit                 = (drive->select.b.unit & 0x01);
494         u8 dma_stat             = hwif->INB(hwif->dma_status);
495
496         hwif->OUTB((dma_stat & ~(1<<(5+unit))), hwif->dma_status);
497         return 0;
498 }
499
500 EXPORT_SYMBOL(__ide_dma_host_off);
501
502 /**
503  *      __ide_dma_host_off_quietly      -       Generic DMA kill
504  *      @drive: drive to control
505  *
506  *      Turn off the current DMA on this IDE controller. 
507  */
508
509 int __ide_dma_off_quietly (ide_drive_t *drive)
510 {
511         drive->using_dma = 0;
512         ide_toggle_bounce(drive, 0);
513
514         if (HWIF(drive)->ide_dma_host_off(drive))
515                 return 1;
516
517         return 0;
518 }
519
520 EXPORT_SYMBOL(__ide_dma_off_quietly);
521 #endif /* CONFIG_BLK_DEV_IDEDMA_PCI */
522
523 /**
524  *      __ide_dma_off   -       disable DMA on a device
525  *      @drive: drive to disable DMA on
526  *
527  *      Disable IDE DMA for a device on this IDE controller.
528  *      Inform the user that DMA has been disabled.
529  */
530
531 int __ide_dma_off (ide_drive_t *drive)
532 {
533         printk(KERN_INFO "%s: DMA disabled\n", drive->name);
534         return HWIF(drive)->ide_dma_off_quietly(drive);
535 }
536
537 EXPORT_SYMBOL(__ide_dma_off);
538
539 #ifdef CONFIG_BLK_DEV_IDEDMA_PCI
540 /**
541  *      __ide_dma_host_on       -       Enable DMA on a host
542  *      @drive: drive to enable for DMA
543  *
544  *      Enable DMA on an IDE controller following generic bus mastering
545  *      IDE controller behaviour
546  */
547  
548 int __ide_dma_host_on (ide_drive_t *drive)
549 {
550         if (drive->using_dma) {
551                 ide_hwif_t *hwif        = HWIF(drive);
552                 u8 unit                 = (drive->select.b.unit & 0x01);
553                 u8 dma_stat             = hwif->INB(hwif->dma_status);
554
555                 hwif->OUTB((dma_stat|(1<<(5+unit))), hwif->dma_status);
556                 return 0;
557         }
558         return 1;
559 }
560
561 EXPORT_SYMBOL(__ide_dma_host_on);
562
563 /**
564  *      __ide_dma_on            -       Enable DMA on a device
565  *      @drive: drive to enable DMA on
566  *
567  *      Enable IDE DMA for a device on this IDE controller.
568  */
569  
570 int __ide_dma_on (ide_drive_t *drive)
571 {
572         drive->using_dma = 1;
573         ide_toggle_bounce(drive, 1);
574
575         if (HWIF(drive)->ide_dma_host_on(drive))
576                 return 1;
577
578         return 0;
579 }
580
581 EXPORT_SYMBOL(__ide_dma_on);
582
583 /**
584  *      __ide_dma_check         -       check DMA setup
585  *      @drive: drive to check
586  *
587  *      Don't use - due for extermination
588  */
589  
590 int __ide_dma_check (ide_drive_t *drive)
591 {
592         return config_drive_for_dma(drive);
593 }
594
595 EXPORT_SYMBOL(__ide_dma_check);
596
597 /**
598  *      ide_start_dma   -       begin a DMA phase
599  *      @hwif: interface
600  *      @drive: target device
601  *      @reading: set if reading, clear if writing
602  *
603  *      Build an IDE DMA PRD (IDE speak for scatter gather table)
604  *      and then set up the DMA transfer registers for a device
605  *      that follows generic IDE PCI DMA behaviour. Controllers can
606  *      override this function if they need to
607  *
608  *      Returns 0 on success. If a PIO fallback is required then 1
609  *      is returned. 
610  */
611  
612 int ide_start_dma(ide_hwif_t *hwif, ide_drive_t *drive, int reading)
613 {
614         struct request *rq = HWGROUP(drive)->rq;
615         u8 dma_stat;
616
617         /* fall back to pio! */
618         if (!ide_build_dmatable(drive, rq))
619                 return 1;
620
621         /* PRD table */
622         hwif->OUTL(hwif->dmatable_dma, hwif->dma_prdtable);
623
624         /* specify r/w */
625         hwif->OUTB(reading, hwif->dma_command);
626
627         /* read dma_status for INTR & ERROR flags */
628         dma_stat = hwif->INB(hwif->dma_status);
629
630         /* clear INTR & ERROR flags */
631         hwif->OUTB(dma_stat|6, hwif->dma_status);
632         drive->waiting_for_dma = 1;
633         return 0;
634 }
635
636 EXPORT_SYMBOL(ide_start_dma);
637
638 int __ide_dma_read (ide_drive_t *drive /*, struct request *rq */)
639 {
640         ide_hwif_t *hwif        = HWIF(drive);
641         struct request *rq      = HWGROUP(drive)->rq;
642         unsigned int reading    = 1 << 3;
643         u8 lba48                = (drive->addressing == 1) ? 1 : 0;
644         task_ioreg_t command    = WIN_NOP;
645
646         /* try pio */
647         if (ide_start_dma(hwif, drive, reading))
648                 return 1;
649
650         if (drive->media != ide_disk)
651                 return 0;
652
653         command = (lba48) ? WIN_READDMA_EXT : WIN_READDMA;
654         
655         if (drive->vdma)
656                 command = (lba48) ? WIN_READ_EXT: WIN_READ;
657                 
658         if (rq->flags & REQ_DRIVE_TASKFILE) {
659                 ide_task_t *args = rq->special;
660                 command = args->tfRegister[IDE_COMMAND_OFFSET];
661         }
662
663         /* issue cmd to drive */
664         ide_execute_command(drive, command, &ide_dma_intr, 2*WAIT_CMD, dma_timer_expiry);
665         return hwif->ide_dma_begin(drive);
666 }
667
668 EXPORT_SYMBOL(__ide_dma_read);
669
670 int __ide_dma_write (ide_drive_t *drive /*, struct request *rq */)
671 {
672         ide_hwif_t *hwif        = HWIF(drive);
673         struct request *rq      = HWGROUP(drive)->rq;
674         unsigned int reading    = 0;
675         u8 lba48                = (drive->addressing == 1) ? 1 : 0;
676         task_ioreg_t command    = WIN_NOP;
677
678         /* try PIO instead of DMA */
679         if (ide_start_dma(hwif, drive, reading))
680                 return 1;
681
682         if (drive->media != ide_disk)
683                 return 0;
684
685         command = (lba48) ? WIN_WRITEDMA_EXT : WIN_WRITEDMA;
686         if (drive->vdma)
687                 command = (lba48) ? WIN_WRITE_EXT: WIN_WRITE;
688                 
689         if (rq->flags & REQ_DRIVE_TASKFILE) {
690                 ide_task_t *args = rq->special;
691                 command = args->tfRegister[IDE_COMMAND_OFFSET];
692         }
693
694         /* issue cmd to drive */
695         ide_execute_command(drive, command, &ide_dma_intr, 2*WAIT_CMD, dma_timer_expiry);
696
697         return hwif->ide_dma_begin(drive);
698 }
699
700 EXPORT_SYMBOL(__ide_dma_write);
701
702 int __ide_dma_begin (ide_drive_t *drive)
703 {
704         ide_hwif_t *hwif        = HWIF(drive);
705         u8 dma_cmd              = hwif->INB(hwif->dma_command);
706
707         /* Note that this is done *after* the cmd has
708          * been issued to the drive, as per the BM-IDE spec.
709          * The Promise Ultra33 doesn't work correctly when
710          * we do this part before issuing the drive cmd.
711          */
712         /* start DMA */
713         hwif->OUTB(dma_cmd|1, hwif->dma_command);
714         hwif->dma = 1;
715         wmb();
716         return 0;
717 }
718
719 EXPORT_SYMBOL(__ide_dma_begin);
720
721 /* returns 1 on error, 0 otherwise */
722 int __ide_dma_end (ide_drive_t *drive)
723 {
724         ide_hwif_t *hwif        = HWIF(drive);
725         u8 dma_stat = 0, dma_cmd = 0;
726
727         drive->waiting_for_dma = 0;
728         /* get dma_command mode */
729         dma_cmd = hwif->INB(hwif->dma_command);
730         /* stop DMA */
731         hwif->OUTB(dma_cmd&~1, hwif->dma_command);
732         /* get DMA status */
733         dma_stat = hwif->INB(hwif->dma_status);
734         /* clear the INTR & ERROR bits */
735         hwif->OUTB(dma_stat|6, hwif->dma_status);
736         /* purge DMA mappings */
737         ide_destroy_dmatable(drive);
738         /* verify good DMA status */
739         hwif->dma = 0;
740         wmb();
741         return (dma_stat & 7) != 4 ? (0x10 | dma_stat) : 0;
742 }
743
744 EXPORT_SYMBOL(__ide_dma_end);
745
746 /* returns 1 if dma irq issued, 0 otherwise */
747 int __ide_dma_test_irq (ide_drive_t *drive)
748 {
749         ide_hwif_t *hwif        = HWIF(drive);
750         u8 dma_stat             = hwif->INB(hwif->dma_status);
751
752 #if 0  /* do not set unless you know what you are doing */
753         if (dma_stat & 4) {
754                 u8 stat = hwif->INB(IDE_STATUS_REG);
755                 hwif->OUTB(hwif->dma_status, dma_stat & 0xE4);
756         }
757 #endif
758         /* return 1 if INTR asserted */
759         if ((dma_stat & 4) == 4)
760                 return 1;
761         if (!drive->waiting_for_dma)
762                 printk(KERN_WARNING "%s: (%s) called while not waiting\n",
763                         drive->name, __FUNCTION__);
764         return 0;
765 }
766
767 EXPORT_SYMBOL(__ide_dma_test_irq);
768 #endif /* CONFIG_BLK_DEV_IDEDMA_PCI */
769
770 int __ide_dma_bad_drive (ide_drive_t *drive)
771 {
772         struct hd_driveid *id = drive->id;
773
774         int blacklist = in_drive_list(id, drive_blacklist);
775         if (blacklist) {
776                 printk(KERN_WARNING "%s: Disabling (U)DMA for %s (blacklisted)\n",
777                                     drive->name, id->model);
778                 return blacklist;
779         }
780         return 0;
781 }
782
783 EXPORT_SYMBOL(__ide_dma_bad_drive);
784
785 int __ide_dma_good_drive (ide_drive_t *drive)
786 {
787         struct hd_driveid *id = drive->id;
788         return in_drive_list(id, drive_whitelist);
789 }
790
791 EXPORT_SYMBOL(__ide_dma_good_drive);
792
793 #ifdef CONFIG_BLK_DEV_IDEDMA_PCI
794 int __ide_dma_verbose (ide_drive_t *drive)
795 {
796         struct hd_driveid *id   = drive->id;
797         ide_hwif_t *hwif        = HWIF(drive);
798
799         if (id->field_valid & 4) {
800                 if ((id->dma_ultra >> 8) && (id->dma_mword >> 8)) {
801                         printk(", BUG DMA OFF");
802                         return hwif->ide_dma_off_quietly(drive);
803                 }
804                 if (id->dma_ultra & ((id->dma_ultra >> 8) & hwif->ultra_mask)) {
805                         if (((id->dma_ultra >> 11) & 0x1F) &&
806                             eighty_ninty_three(drive)) {
807                                 if ((id->dma_ultra >> 15) & 1) {
808                                         printk(", UDMA(mode 7)");
809                                 } else if ((id->dma_ultra >> 14) & 1) {
810                                         printk(", UDMA(133)");
811                                 } else if ((id->dma_ultra >> 13) & 1) {
812                                         printk(", UDMA(100)");
813                                 } else if ((id->dma_ultra >> 12) & 1) {
814                                         printk(", UDMA(66)");
815                                 } else if ((id->dma_ultra >> 11) & 1) {
816                                         printk(", UDMA(44)");
817                                 } else
818                                         goto mode_two;
819                         } else {
820                 mode_two:
821                                 if ((id->dma_ultra >> 10) & 1) {
822                                         printk(", UDMA(33)");
823                                 } else if ((id->dma_ultra >> 9) & 1) {
824                                         printk(", UDMA(25)");
825                                 } else if ((id->dma_ultra >> 8) & 1) {
826                                         printk(", UDMA(16)");
827                                 }
828                         }
829                 } else {
830                         printk(", (U)DMA");     /* Can be BIOS-enabled! */
831                 }
832         } else if (id->field_valid & 2) {
833                 if ((id->dma_mword >> 8) && (id->dma_1word >> 8)) {
834                         printk(", BUG DMA OFF");
835                         return hwif->ide_dma_off_quietly(drive);
836                 }
837                 printk(", DMA");
838         } else if (id->field_valid & 1) {
839                 printk(", BUG");
840         }
841         return 1;
842 }
843
844 EXPORT_SYMBOL(__ide_dma_verbose);
845
846 int __ide_dma_lostirq (ide_drive_t *drive)
847 {
848         printk("%s: DMA interrupt recovery\n", drive->name);
849         return 1;
850 }
851
852 EXPORT_SYMBOL(__ide_dma_lostirq);
853
854 int __ide_dma_timeout (ide_drive_t *drive)
855 {
856         printk(KERN_ERR "%s: timeout waiting for DMA\n", drive->name);
857         if (HWIF(drive)->ide_dma_test_irq(drive))
858                 return 0;
859
860         return HWIF(drive)->ide_dma_end(drive);
861 }
862
863 EXPORT_SYMBOL(__ide_dma_timeout);
864
865 /*
866  * Needed for allowing full modular support of ide-driver
867  */
868 int ide_release_dma_engine (ide_hwif_t *hwif)
869 {
870         if (hwif->dmatable_cpu) {
871                 pci_free_consistent(hwif->pci_dev,
872                                     PRD_ENTRIES * PRD_BYTES,
873                                     hwif->dmatable_cpu,
874                                     hwif->dmatable_dma);
875                 hwif->dmatable_cpu = NULL;
876         }
877         if (hwif->sg_table) {
878                 kfree(hwif->sg_table);
879                 hwif->sg_table = NULL;
880         }
881         return 1;
882 }
883
884 int ide_release_iomio_dma (ide_hwif_t *hwif)
885 {
886         if ((hwif->dma_extra) && (hwif->channel == 0))
887                 release_region((hwif->dma_base + 16), hwif->dma_extra);
888         release_region(hwif->dma_base, 8);
889         if (hwif->dma_base2)
890                 release_region(hwif->dma_base, 8);
891         return 1;
892 }
893
894 /*
895  * Needed for allowing full modular support of ide-driver
896  */
897 int ide_release_dma (ide_hwif_t *hwif)
898 {
899         if (hwif->mmio == 2)
900                 return 1;
901         if (hwif->chipset == ide_etrax100)
902                 return 1;
903
904         ide_release_dma_engine(hwif);
905         return ide_release_iomio_dma(hwif);
906 }
907
908 int ide_allocate_dma_engine (ide_hwif_t *hwif)
909 {
910         hwif->dmatable_cpu = pci_alloc_consistent(hwif->pci_dev,
911                                                   PRD_ENTRIES * PRD_BYTES,
912                                                   &hwif->dmatable_dma);
913         hwif->sg_table = kmalloc(sizeof(struct scatterlist) * PRD_ENTRIES,
914                                 GFP_KERNEL);
915
916         if ((hwif->dmatable_cpu) && (hwif->sg_table))
917                 return 0;
918
919         printk(KERN_ERR "%s: -- Error, unable to allocate%s%s table(s).\n",
920                 (hwif->dmatable_cpu == NULL) ? " CPU" : "",
921                 (hwif->sg_table == NULL) ?  " SG DMA" : " DMA",
922                 hwif->cds->name);
923
924         ide_release_dma_engine(hwif);
925         return 1;
926 }
927
928 int ide_mapped_mmio_dma (ide_hwif_t *hwif, unsigned long base, unsigned int ports)
929 {
930         printk(KERN_INFO "    %s: MMIO-DMA ", hwif->name);
931
932         hwif->dma_base = base;
933         if (hwif->cds->extra && hwif->channel == 0)
934                 hwif->dma_extra = hwif->cds->extra;
935
936         if(hwif->mate)
937                 hwif->dma_master = (hwif->channel) ? hwif->mate->dma_base : base;
938         else
939                 hwif->dma_master = base;
940         return 0;
941 }
942
943 int ide_iomio_dma (ide_hwif_t *hwif, unsigned long base, unsigned int ports)
944 {
945         printk(KERN_INFO "    %s: BM-DMA at 0x%04lx-0x%04lx",
946                 hwif->name, base, base + ports - 1);
947         if (!request_region(base, ports, hwif->name)) {
948                 printk(" -- Error, ports in use.\n");
949                 return 1;
950         }
951         hwif->dma_base = base;
952         if ((hwif->cds->extra) && (hwif->channel == 0)) {
953                 request_region(base+16, hwif->cds->extra, hwif->cds->name);
954                 hwif->dma_extra = hwif->cds->extra;
955         }
956         
957         if(hwif->mate)
958                 hwif->dma_master = (hwif->channel) ? hwif->mate->dma_base : base;
959         else
960                 hwif->dma_master = base;
961         if (hwif->dma_base2) {
962                 if (!request_region(hwif->dma_base2, ports, hwif->name))
963                 {
964                         printk(" -- Error, secondary ports in use.\n");
965                         release_region(base, ports);
966                         return 1;
967                 }
968         }
969         return 0;
970 }
971
972 /*
973  * 
974  */
975 int ide_dma_iobase (ide_hwif_t *hwif, unsigned long base, unsigned int ports)
976 {
977         if (hwif->mmio == 2)
978                 return ide_mapped_mmio_dma(hwif, base,ports);
979         BUG_ON(hwif->mmio == 1);
980         return ide_iomio_dma(hwif, base, ports);
981 }
982
983 /*
984  * This can be called for a dynamically installed interface. Don't __init it
985  */
986 void ide_setup_dma (ide_hwif_t *hwif, unsigned long dma_base, unsigned int num_ports)
987 {
988         if (ide_dma_iobase(hwif, dma_base, num_ports))
989                 return;
990
991         if (ide_allocate_dma_engine(hwif)) {
992                 ide_release_dma(hwif);
993                 return;
994         }
995
996         if (!(hwif->dma_command))
997                 hwif->dma_command       = hwif->dma_base;
998         if (!(hwif->dma_vendor1))
999                 hwif->dma_vendor1       = (hwif->dma_base + 1);
1000         if (!(hwif->dma_status))
1001                 hwif->dma_status        = (hwif->dma_base + 2);
1002         if (!(hwif->dma_vendor3))
1003                 hwif->dma_vendor3       = (hwif->dma_base + 3);
1004         if (!(hwif->dma_prdtable))
1005                 hwif->dma_prdtable      = (hwif->dma_base + 4);
1006
1007         if (!hwif->ide_dma_off_quietly)
1008                 hwif->ide_dma_off_quietly = &__ide_dma_off_quietly;
1009         if (!hwif->ide_dma_host_off)
1010                 hwif->ide_dma_host_off = &__ide_dma_host_off;
1011         if (!hwif->ide_dma_on)
1012                 hwif->ide_dma_on = &__ide_dma_on;
1013         if (!hwif->ide_dma_host_on)
1014                 hwif->ide_dma_host_on = &__ide_dma_host_on;
1015         if (!hwif->ide_dma_check)
1016                 hwif->ide_dma_check = &__ide_dma_check;
1017         if (!hwif->ide_dma_read)
1018                 hwif->ide_dma_read = &__ide_dma_read;
1019         if (!hwif->ide_dma_write)
1020                 hwif->ide_dma_write = &__ide_dma_write;
1021         if (!hwif->ide_dma_begin)
1022                 hwif->ide_dma_begin = &__ide_dma_begin;
1023         if (!hwif->ide_dma_end)
1024                 hwif->ide_dma_end = &__ide_dma_end;
1025         if (!hwif->ide_dma_test_irq)
1026                 hwif->ide_dma_test_irq = &__ide_dma_test_irq;
1027         if (!hwif->ide_dma_verbose)
1028                 hwif->ide_dma_verbose = &__ide_dma_verbose;
1029         if (!hwif->ide_dma_timeout)
1030                 hwif->ide_dma_timeout = &__ide_dma_timeout;
1031         if (!hwif->ide_dma_lostirq)
1032                 hwif->ide_dma_lostirq = &__ide_dma_lostirq;
1033
1034         if (hwif->chipset != ide_trm290) {
1035                 u8 dma_stat = hwif->INB(hwif->dma_status);
1036                 printk(", BIOS settings: %s:%s, %s:%s",
1037                        hwif->drives[0].name, (dma_stat & 0x20) ? "DMA" : "pio",
1038                        hwif->drives[1].name, (dma_stat & 0x40) ? "DMA" : "pio");
1039         }
1040         printk("\n");
1041
1042         if (!(hwif->dma_master))
1043                 BUG();
1044 }
1045
1046 EXPORT_SYMBOL_GPL(ide_setup_dma);
1047 #endif /* CONFIG_BLK_DEV_IDEDMA_PCI */