patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / ide / pci / piix.c
1 /*
2  *  linux/drivers/ide/pci/piix.c        Version 0.44    March 20, 2003
3  *
4  *  Copyright (C) 1998-1999 Andrzej Krzysztofowicz, Author and Maintainer
5  *  Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org>
6  *  Copyright (C) 2003 Red Hat Inc <alan@redhat.com>
7  *
8  *  May be copied or modified under the terms of the GNU General Public License
9  *
10  *  PIO mode setting function for Intel chipsets.  
11  *  For use instead of BIOS settings.
12  *
13  * 40-41
14  * 42-43
15  * 
16  *                 41
17  *                 43
18  *
19  * | PIO 0       | c0 | 80 | 0 |        piix_tune_drive(drive, 0);
20  * | PIO 2 | SW2 | d0 | 90 | 4 |        piix_tune_drive(drive, 2);
21  * | PIO 3 | MW1 | e1 | a1 | 9 |        piix_tune_drive(drive, 3);
22  * | PIO 4 | MW2 | e3 | a3 | b |        piix_tune_drive(drive, 4);
23  * 
24  * sitre = word40 & 0x4000; primary
25  * sitre = word42 & 0x4000; secondary
26  *
27  * 44 8421|8421    hdd|hdb
28  * 
29  * 48 8421         hdd|hdc|hdb|hda udma enabled
30  *
31  *    0001         hda
32  *    0010         hdb
33  *    0100         hdc
34  *    1000         hdd
35  *
36  * 4a 84|21        hdb|hda
37  * 4b 84|21        hdd|hdc
38  *
39  *    ata-33/82371AB
40  *    ata-33/82371EB
41  *    ata-33/82801AB            ata-66/82801AA
42  *    00|00 udma 0              00|00 reserved
43  *    01|01 udma 1              01|01 udma 3
44  *    10|10 udma 2              10|10 udma 4
45  *    11|11 reserved            11|11 reserved
46  *
47  * 54 8421|8421    ata66 drive|ata66 enable
48  *
49  * pci_read_config_word(HWIF(drive)->pci_dev, 0x40, &reg40);
50  * pci_read_config_word(HWIF(drive)->pci_dev, 0x42, &reg42);
51  * pci_read_config_word(HWIF(drive)->pci_dev, 0x44, &reg44);
52  * pci_read_config_byte(HWIF(drive)->pci_dev, 0x48, &reg48);
53  * pci_read_config_word(HWIF(drive)->pci_dev, 0x4a, &reg4a);
54  * pci_read_config_byte(HWIF(drive)->pci_dev, 0x54, &reg54);
55  *
56  * Documentation
57  *      Publically available from Intel web site. Errata documentation
58  * is also publically available. As an aide to anyone hacking on this
59  * driver the list of errata that are relevant is below.going back to
60  * PIIX4. Older device documentation is now a bit tricky to find.
61  *
62  * Errata of note:
63  *
64  * Unfixable
65  *      PIIX4    errata #9      - Only on ultra obscure hw
66  *      ICH3     errata #13     - Not observed to affect real hw
67  *                                by Intel
68  *
69  * Things we must deal with
70  *      PIIX4   errata #10      - BM IDE hang with non UDMA
71  *                                (must stop/start dma to recover)
72  *      440MX   errata #15      - As PIIX4 errata #10
73  *      PIIX4   errata #15      - Must not read control registers
74  *                                during a PIO transfer
75  *      440MX   errata #13      - As PIIX4 errata #15
76  *      ICH2    errata #21      - DMA mode 0 doesn't work right
77  *      ICH0/1  errata #55      - As ICH2 errata #21
78  *      ICH2    spec c #9       - Extra operations needed to handle
79  *                                drive hotswap [NOT YET SUPPORTED]
80  *      ICH2    spec c #20      - IDE PRD must not cross a 64K boundary
81  *                                and must be dword aligned
82  *      ICH2    spec c #24      - UDMA mode 4,5 t85/86 should be 6ns not 3.3
83  *
84  * Should have been BIOS fixed:
85  *      450NX:  errata #19      - DMA hangs on old 450NX
86  *      450NX:  errata #20      - DMA hangs on old 450NX
87  *      450NX:  errata #25      - Corruption with DMA on old 450NX
88  *      ICH3    errata #15      - IDE deadlock under high load
89  *                                (BIOS must set dev 31 fn 0 bit 23)
90  *      ICH3    errata #18      - Don't use native mode
91  */
92
93 #include <linux/config.h>
94 #include <linux/types.h>
95 #include <linux/module.h>
96 #include <linux/kernel.h>
97 #include <linux/ioport.h>
98 #include <linux/pci.h>
99 #include <linux/hdreg.h>
100 #include <linux/ide.h>
101 #include <linux/delay.h>
102 #include <linux/init.h>
103
104 #include <asm/io.h>
105
106 #include "piix.h"
107
108 static int no_piix_dma;
109 #if defined(DISPLAY_PIIX_TIMINGS) && defined(CONFIG_PROC_FS)
110 #include <linux/stat.h>
111 #include <linux/proc_fs.h>
112
113 static u8 piix_proc = 0;
114 #define PIIX_MAX_DEVS           5
115 static struct pci_dev *piix_devs[PIIX_MAX_DEVS];
116 static int n_piix_devs;
117
118 /**
119  *      piix_get_info           -       fill in /proc for PIIX ide
120  *      @buffer: buffer to fill
121  *      @addr: address of user start in buffer
122  *      @offset: offset into 'file'
123  *      @count: buffer count
124  *
125  *      Walks the PIIX devices and outputs summary data on the tuning and
126  *      anything else that will help with debugging
127  */
128  
129 static int piix_get_info (char *buffer, char **addr, off_t offset, int count)
130 {
131         char *p = buffer;
132         int i;
133
134         for (i = 0; i < n_piix_devs; i++) {
135                 struct pci_dev *dev     = piix_devs[i];
136                 unsigned long bibma = pci_resource_start(dev, 4);
137                 u16 reg40 = 0, psitre = 0, reg42 = 0, ssitre = 0;
138                 u8  c0 = 0, c1 = 0, reg54 = 0, reg55 = 0;
139                 u8  reg44 = 0, reg48 = 0, reg4a = 0, reg4b = 0;
140
141                 p += sprintf(p, "\nController: %d\n", i);
142                 p += sprintf(p, "\n                                Intel ");
143                 switch(dev->device) {
144                         case PCI_DEVICE_ID_INTEL_82801EB_1:
145                                 p += sprintf(p, "PIIX4 SATA 150 ");
146                                 break;
147                         case PCI_DEVICE_ID_INTEL_82801BA_8:
148                         case PCI_DEVICE_ID_INTEL_82801BA_9:
149                         case PCI_DEVICE_ID_INTEL_82801CA_10:
150                         case PCI_DEVICE_ID_INTEL_82801CA_11:
151                         case PCI_DEVICE_ID_INTEL_82801DB_10:
152                         case PCI_DEVICE_ID_INTEL_82801DB_11:
153                         case PCI_DEVICE_ID_INTEL_82801EB_11:
154                         case PCI_DEVICE_ID_INTEL_82801E_11:
155                         case PCI_DEVICE_ID_INTEL_ESB_2:
156                         case PCI_DEVICE_ID_INTEL_ICH6_19:
157                                 p += sprintf(p, "PIIX4 Ultra 100 ");
158                                 break;
159                         case PCI_DEVICE_ID_INTEL_82372FB_1:
160                         case PCI_DEVICE_ID_INTEL_82801AA_1:
161                                 p += sprintf(p, "PIIX4 Ultra 66 ");
162                                 break;
163                         case PCI_DEVICE_ID_INTEL_82451NX:
164                         case PCI_DEVICE_ID_INTEL_82801AB_1:
165                         case PCI_DEVICE_ID_INTEL_82443MX_1:
166                         case PCI_DEVICE_ID_INTEL_82371AB:
167                                 p += sprintf(p, "PIIX4 Ultra 33 ");
168                                 break;
169                         case PCI_DEVICE_ID_INTEL_82371SB_1:
170                                 p += sprintf(p, "PIIX3 ");
171                                 break;
172                         case PCI_DEVICE_ID_INTEL_82371MX:
173                                 p += sprintf(p, "MPIIX ");
174                                 break;
175                         case PCI_DEVICE_ID_INTEL_82371FB_1:
176                         case PCI_DEVICE_ID_INTEL_82371FB_0:
177                         default:
178                                 p += sprintf(p, "PIIX ");
179                                 break;
180                 }
181                 p += sprintf(p, "Chipset.\n");
182
183                 if (dev->device == PCI_DEVICE_ID_INTEL_82371MX)
184                         continue;
185
186                 pci_read_config_word(dev, 0x40, &reg40);
187                 pci_read_config_word(dev, 0x42, &reg42);
188                 pci_read_config_byte(dev, 0x44, &reg44);
189                 pci_read_config_byte(dev, 0x48, &reg48);
190                 pci_read_config_byte(dev, 0x4a, &reg4a);
191                 pci_read_config_byte(dev, 0x4b, &reg4b);
192                 pci_read_config_byte(dev, 0x54, &reg54);
193                 pci_read_config_byte(dev, 0x55, &reg55);
194
195                 psitre = (reg40 & 0x4000) ? 1 : 0;
196                 ssitre = (reg42 & 0x4000) ? 1 : 0;
197
198                 /*
199                  * at that point bibma+0x2 et bibma+0xa are byte registers
200                  * to investigate:
201                  */
202                 c0 = inb(bibma + 0x02);
203                 c1 = inb(bibma + 0x0a);
204
205                 p += sprintf(p, "--------------- Primary Channel "
206                                 "---------------- Secondary Channel "
207                                 "-------------\n");
208                 p += sprintf(p, "                %sabled "
209                                 "                        %sabled\n",
210                                 (c0&0x80) ? "dis" : " en",
211                                 (c1&0x80) ? "dis" : " en");
212                 p += sprintf(p, "--------------- drive0 --------- drive1 "
213                                 "-------- drive0 ---------- drive1 ------\n");
214                 p += sprintf(p, "DMA enabled:    %s              %s "
215                                 "            %s               %s\n",
216                                 (c0&0x20) ? "yes" : "no ",
217                                 (c0&0x40) ? "yes" : "no ",
218                                 (c1&0x20) ? "yes" : "no ",
219                                 (c1&0x40) ? "yes" : "no " );
220                 p += sprintf(p, "UDMA enabled:   %s              %s "
221                                 "            %s               %s\n",
222                                 (reg48&0x01) ? "yes" : "no ",
223                                 (reg48&0x02) ? "yes" : "no ",
224                                 (reg48&0x04) ? "yes" : "no ",
225                                 (reg48&0x08) ? "yes" : "no " );
226                 p += sprintf(p, "UDMA enabled:   %s                %s "
227                                 "              %s                 %s\n",
228                                 ((reg54&0x11) &&
229                                  (reg55&0x10) && (reg4a&0x01)) ? "5" :
230                                 ((reg54&0x11) && (reg4a&0x02)) ? "4" :
231                                 ((reg54&0x11) && (reg4a&0x01)) ? "3" :
232                                 (reg4a&0x02) ? "2" :
233                                 (reg4a&0x01) ? "1" :
234                                 (reg4a&0x00) ? "0" : "X",
235                                 ((reg54&0x22) &&
236                                  (reg55&0x20) && (reg4a&0x10)) ? "5" :
237                                 ((reg54&0x22) && (reg4a&0x20)) ? "4" :
238                                 ((reg54&0x22) && (reg4a&0x10)) ? "3" :
239                                 (reg4a&0x20) ? "2" :
240                                 (reg4a&0x10) ? "1" :
241                                 (reg4a&0x00) ? "0" : "X",
242                                 ((reg54&0x44) &&
243                                  (reg55&0x40) && (reg4b&0x03)) ? "5" :
244                                 ((reg54&0x44) && (reg4b&0x02)) ? "4" :
245                                 ((reg54&0x44) && (reg4b&0x01)) ? "3" :
246                                 (reg4b&0x02) ? "2" :
247                                 (reg4b&0x01) ? "1" :
248                                 (reg4b&0x00) ? "0" : "X",
249                                 ((reg54&0x88) &&
250                                  (reg55&0x80) && (reg4b&0x30)) ? "5" :
251                                 ((reg54&0x88) && (reg4b&0x20)) ? "4" :
252                                 ((reg54&0x88) && (reg4b&0x10)) ? "3" :
253                                 (reg4b&0x20) ? "2" :
254                                 (reg4b&0x10) ? "1" :
255                                 (reg4b&0x00) ? "0" : "X");
256
257                 p += sprintf(p, "UDMA\n");
258                 p += sprintf(p, "DMA\n");
259                 p += sprintf(p, "PIO\n");
260
261                 /*
262                  * FIXME.... Add configuration junk data....blah blah......
263                  */
264         }
265         return p-buffer;         /* => must be less than 4k! */
266 }
267 #endif  /* defined(DISPLAY_PIIX_TIMINGS) && defined(CONFIG_PROC_FS) */
268
269 /**
270  *      piix_ratemask           -       compute rate mask for PIIX IDE
271  *      @drive: IDE drive to compute for
272  *
273  *      Returns the available modes for the PIIX IDE controller.
274  */
275  
276 static u8 piix_ratemask (ide_drive_t *drive)
277 {
278         struct pci_dev *dev     = HWIF(drive)->pci_dev;
279         u8 mode;
280
281         switch(dev->device) {
282                 case PCI_DEVICE_ID_INTEL_82801EB_1:
283                         mode = 3;
284                         break;
285                 /* UDMA 100 capable */
286                 case PCI_DEVICE_ID_INTEL_82801BA_8:
287                 case PCI_DEVICE_ID_INTEL_82801BA_9:
288                 case PCI_DEVICE_ID_INTEL_82801CA_10:
289                 case PCI_DEVICE_ID_INTEL_82801CA_11:
290                 case PCI_DEVICE_ID_INTEL_82801E_11:
291                 case PCI_DEVICE_ID_INTEL_82801DB_10:
292                 case PCI_DEVICE_ID_INTEL_82801DB_11:
293                 case PCI_DEVICE_ID_INTEL_82801EB_11:
294                 case PCI_DEVICE_ID_INTEL_ESB_2:
295                 case PCI_DEVICE_ID_INTEL_ICH6_19:
296                         mode = 3;
297                         break;
298                 /* UDMA 66 capable */
299                 case PCI_DEVICE_ID_INTEL_82801AA_1:
300                 case PCI_DEVICE_ID_INTEL_82372FB_1:
301                         mode = 2;
302                         break;
303                 /* UDMA 33 capable */
304                 case PCI_DEVICE_ID_INTEL_82371AB:
305                 case PCI_DEVICE_ID_INTEL_82443MX_1:
306                 case PCI_DEVICE_ID_INTEL_82451NX:
307                 case PCI_DEVICE_ID_INTEL_82801AB_1:
308                         return 1;
309                 /* Non UDMA capable (MWDMA2) */
310                 case PCI_DEVICE_ID_INTEL_82371SB_1:
311                 case PCI_DEVICE_ID_INTEL_82371FB_1:
312                 case PCI_DEVICE_ID_INTEL_82371FB_0:
313                 case PCI_DEVICE_ID_INTEL_82371MX:
314                 default:
315                         return 0;
316         }
317         
318         /*
319          *      If we are UDMA66 capable fall back to UDMA33 
320          *      if the drive cannot see an 80pin cable.
321          */
322         if (!eighty_ninty_three(drive))
323                 mode = min(mode, (u8)1);
324         return mode;
325 }
326
327 /**
328  *      piix_dma_2_pio          -       return the PIO mode matching DMA
329  *      @xfer_rate: transfer speed
330  *
331  *      Returns the nearest equivalent PIO timing for the PIO or DMA
332  *      mode requested by the controller.
333  */
334  
335 static u8 piix_dma_2_pio (u8 xfer_rate) {
336         switch(xfer_rate) {
337                 case XFER_UDMA_6:
338                 case XFER_UDMA_5:
339                 case XFER_UDMA_4:
340                 case XFER_UDMA_3:
341                 case XFER_UDMA_2:
342                 case XFER_UDMA_1:
343                 case XFER_UDMA_0:
344                 case XFER_MW_DMA_2:
345                 case XFER_PIO_4:
346                         return 4;
347                 case XFER_MW_DMA_1:
348                 case XFER_PIO_3:
349                         return 3;
350                 case XFER_SW_DMA_2:
351                 case XFER_PIO_2:
352                         return 2;
353                 case XFER_MW_DMA_0:
354                 case XFER_SW_DMA_1:
355                 case XFER_SW_DMA_0:
356                 case XFER_PIO_1:
357                 case XFER_PIO_0:
358                 case XFER_PIO_SLOW:
359                 default:
360                         return 0;
361         }
362 }
363
364 /**
365  *      piix_tune_drive         -       tune a drive attached to a PIIX
366  *      @drive: drive to tune
367  *      @pio: desired PIO mode
368  *
369  *      Set the interface PIO mode based upon  the settings done by AMI BIOS
370  *      (might be useful if drive is not registered in CMOS for any reason).
371  */
372 static void piix_tune_drive (ide_drive_t *drive, u8 pio)
373 {
374         ide_hwif_t *hwif        = HWIF(drive);
375         struct pci_dev *dev     = hwif->pci_dev;
376         int is_slave            = (&hwif->drives[1] == drive);
377         int master_port         = hwif->channel ? 0x42 : 0x40;
378         int slave_port          = 0x44;
379         unsigned long flags;
380         u16 master_data;
381         u8 slave_data;
382                                  /* ISP  RTC */
383         u8 timings[][2] = { { 0, 0 },
384                             { 0, 0 },
385                             { 1, 0 },
386                             { 2, 1 },
387                             { 2, 3 }, };
388
389         pio = ide_get_best_pio_mode(drive, pio, 5, NULL);
390         spin_lock_irqsave(&ide_lock, flags);
391         pci_read_config_word(dev, master_port, &master_data);
392         if (is_slave) {
393                 master_data = master_data | 0x4000;
394                 if (pio > 1)
395                         /* enable PPE, IE and TIME */
396                         master_data = master_data | 0x0070;
397                 pci_read_config_byte(dev, slave_port, &slave_data);
398                 slave_data = slave_data & (hwif->channel ? 0x0f : 0xf0);
399                 slave_data = slave_data | (((timings[pio][0] << 2) | timings[pio][1]) << (hwif->channel ? 4 : 0));
400         } else {
401                 master_data = master_data & 0xccf8;
402                 if (pio > 1)
403                         /* enable PPE, IE and TIME */
404                         master_data = master_data | 0x0007;
405                 master_data = master_data | (timings[pio][0] << 12) | (timings[pio][1] << 8);
406         }
407         pci_write_config_word(dev, master_port, master_data);
408         if (is_slave)
409                 pci_write_config_byte(dev, slave_port, slave_data);
410         spin_unlock_irqrestore(&ide_lock, flags);
411 }
412
413 /**
414  *      piix_tune_chipset       -       tune a PIIX interface
415  *      @drive: IDE drive to tune
416  *      @xferspeed: speed to configure
417  *
418  *      Set a PIIX interface channel to the desired speeds. This involves
419  *      requires the right timing data into the PIIX configuration space
420  *      then setting the drive parameters appropriately
421  */
422  
423 static int piix_tune_chipset (ide_drive_t *drive, u8 xferspeed)
424 {
425         ide_hwif_t *hwif        = HWIF(drive);
426         struct pci_dev *dev     = hwif->pci_dev;
427         u8 maslave              = hwif->channel ? 0x42 : 0x40;
428         u8 speed                = ide_rate_filter(piix_ratemask(drive), xferspeed);
429         int a_speed             = 3 << (drive->dn * 4);
430         int u_flag              = 1 << drive->dn;
431         int v_flag              = 0x01 << drive->dn;
432         int w_flag              = 0x10 << drive->dn;
433         int u_speed             = 0;
434         int                     sitre;
435         u16                     reg4042, reg4a;
436         u8                      reg48, reg54, reg55;
437
438         pci_read_config_word(dev, maslave, &reg4042);
439         sitre = (reg4042 & 0x4000) ? 1 : 0;
440         pci_read_config_byte(dev, 0x48, &reg48);
441         pci_read_config_word(dev, 0x4a, &reg4a);
442         pci_read_config_byte(dev, 0x54, &reg54);
443         pci_read_config_byte(dev, 0x55, &reg55);
444
445         switch(speed) {
446                 case XFER_UDMA_4:
447                 case XFER_UDMA_2:       u_speed = 2 << (drive->dn * 4); break;
448                 case XFER_UDMA_5:
449                 case XFER_UDMA_3:
450                 case XFER_UDMA_1:       u_speed = 1 << (drive->dn * 4); break;
451                 case XFER_UDMA_0:       u_speed = 0 << (drive->dn * 4); break;
452                 case XFER_MW_DMA_2:
453                 case XFER_MW_DMA_1:
454                 case XFER_SW_DMA_2:     break;
455                 case XFER_PIO_4:
456                 case XFER_PIO_3:
457                 case XFER_PIO_2:
458                 case XFER_PIO_0:        break;
459                 default:                return -1;
460         }
461
462         if (speed >= XFER_UDMA_0) {
463                 if (!(reg48 & u_flag))
464                         pci_write_config_byte(dev, 0x48, reg48 | u_flag);
465                 if (speed == XFER_UDMA_5) {
466                         pci_write_config_byte(dev, 0x55, (u8) reg55|w_flag);
467                 } else {
468                         pci_write_config_byte(dev, 0x55, (u8) reg55 & ~w_flag);
469                 }
470                 if ((reg4a & a_speed) != u_speed)
471                         pci_write_config_word(dev, 0x4a, (reg4a & ~a_speed) | u_speed);
472                 if (speed > XFER_UDMA_2) {
473                         if (!(reg54 & v_flag))
474                                 pci_write_config_byte(dev, 0x54, reg54 | v_flag);
475                 } else
476                         pci_write_config_byte(dev, 0x54, reg54 & ~v_flag);
477         } else {
478                 if (reg48 & u_flag)
479                         pci_write_config_byte(dev, 0x48, reg48 & ~u_flag);
480                 if (reg4a & a_speed)
481                         pci_write_config_word(dev, 0x4a, reg4a & ~a_speed);
482                 if (reg54 & v_flag)
483                         pci_write_config_byte(dev, 0x54, reg54 & ~v_flag);
484                 if (reg55 & w_flag)
485                         pci_write_config_byte(dev, 0x55, (u8) reg55 & ~w_flag);
486         }
487
488         piix_tune_drive(drive, piix_dma_2_pio(speed));
489         return (ide_config_drive_speed(drive, speed));
490 }
491
492 /**
493  *      piix_faulty_dma0                -       check for DMA0 errata
494  *      @hwif: IDE interface to check
495  *
496  *      If an ICH/ICH0/ICH2 interface is is operating in multi-word
497  *      DMA mode with 600nS cycle time the IDE PIO prefetch buffer will
498  *      inadvertently provide an extra piece of secondary data to the primary
499  *      device resulting in data corruption.
500  *
501  *      With such a device this test function returns true. This allows
502  *      our tuning code to follow Intel recommendations and use PIO on
503  *      such devices.
504  */
505  
506 static int piix_faulty_dma0(ide_hwif_t *hwif)
507 {
508         switch(hwif->pci_dev->device)
509         {
510                 case PCI_DEVICE_ID_INTEL_82801AA_1:     /* ICH */
511                 case PCI_DEVICE_ID_INTEL_82801AB_1:     /* ICH0 */
512                 case PCI_DEVICE_ID_INTEL_82801BA_8:     /* ICH2 */
513                 case PCI_DEVICE_ID_INTEL_82801BA_9:     /* ICH2 */
514                         return 1;
515         }
516         return 0;
517 }
518
519 /**
520  *      piix_config_drive_for_dma       -       configure drive for DMA
521  *      @drive: IDE drive to configure
522  *
523  *      Set up a PIIX interface channel for the best available speed.
524  *      We prefer UDMA if it is available and then MWDMA. If DMA is 
525  *      not available we switch to PIO and return 0. 
526  */
527  
528 static int piix_config_drive_for_dma (ide_drive_t *drive)
529 {
530         u8 speed = ide_dma_speed(drive, piix_ratemask(drive));
531         
532         /* Some ICH devices cannot support DMA mode 0 */
533         if(speed == XFER_MW_DMA_0 && piix_faulty_dma0(HWIF(drive)))
534                 speed = 0;
535
536         /* If no DMA speed was available or the chipset has DMA bugs
537            then disable DMA and use PIO */
538            
539         if (!speed || no_piix_dma) {
540                 u8 tspeed = ide_get_best_pio_mode(drive, 255, 5, NULL);
541                 speed = piix_dma_2_pio(XFER_PIO_0 + tspeed);
542         }
543
544         (void) piix_tune_chipset(drive, speed);
545         return ide_dma_enable(drive);
546 }
547
548 /**
549  *      piix_config_drive_xfer_rate     -       set up an IDE device
550  *      @drive: IDE drive to configure
551  *
552  *      Set up the PIIX interface for the best available speed on this
553  *      interface, preferring DMA to PIO.
554  */
555  
556 static int piix_config_drive_xfer_rate (ide_drive_t *drive)
557 {
558         ide_hwif_t *hwif        = HWIF(drive);
559         struct hd_driveid *id   = drive->id;
560
561         drive->init_speed = 0;
562
563         if ((id->capability & 1) && drive->autodma) {
564                 /* Consult the list of known "bad" drives */
565                 if (__ide_dma_bad_drive(drive))
566                         goto fast_ata_pio;
567                 if (id->field_valid & 4) {
568                         if (id->dma_ultra & hwif->ultra_mask) {
569                                 /* Force if Capable UltraDMA */
570                                 if ((id->field_valid & 2) &&
571                                     (!piix_config_drive_for_dma(drive)))
572                                         goto try_dma_modes;
573                         }
574                 } else if (id->field_valid & 2) {
575 try_dma_modes:
576                         if ((id->dma_mword & hwif->mwdma_mask) ||
577                             (id->dma_1word & hwif->swdma_mask)) {
578                                 /* Force if Capable regular DMA modes */
579                                 if (!piix_config_drive_for_dma(drive))
580                                         goto no_dma_set;
581                         }
582                 } else if (__ide_dma_good_drive(drive) &&
583                            (id->eide_dma_time < 150)) {
584                         /* Consult the list of known "good" drives */
585                         if (!piix_config_drive_for_dma(drive))
586                                 goto no_dma_set;
587                 } else {
588                         goto fast_ata_pio;
589                 }
590                 return hwif->ide_dma_on(drive);
591         } else if ((id->capability & 8) || (id->field_valid & 2)) {
592 fast_ata_pio:
593 no_dma_set:
594                 hwif->tuneproc(drive, 255);
595                 return hwif->ide_dma_off_quietly(drive);
596         }
597         /* IORDY not supported */
598         return 0;
599 }
600
601 /**
602  *      init_chipset_piix       -       set up the PIIX chipset
603  *      @dev: PCI device to set up
604  *      @name: Name of the device
605  *
606  *      Initialize the PCI device as required. For the PIIX this turns
607  *      out to be nice and simple
608  */
609  
610 static unsigned int __devinit init_chipset_piix (struct pci_dev *dev, const char *name)
611 {
612         switch(dev->device) {
613                 case PCI_DEVICE_ID_INTEL_82801EB_1:
614                 case PCI_DEVICE_ID_INTEL_82801AA_1:
615                 case PCI_DEVICE_ID_INTEL_82801AB_1:
616                 case PCI_DEVICE_ID_INTEL_82801BA_8:
617                 case PCI_DEVICE_ID_INTEL_82801BA_9:
618                 case PCI_DEVICE_ID_INTEL_82801CA_10:
619                 case PCI_DEVICE_ID_INTEL_82801CA_11:
620                 case PCI_DEVICE_ID_INTEL_82801DB_10:
621                 case PCI_DEVICE_ID_INTEL_82801DB_11:
622                 case PCI_DEVICE_ID_INTEL_82801EB_11:
623                 case PCI_DEVICE_ID_INTEL_82801E_11:
624                 case PCI_DEVICE_ID_INTEL_ESB_2:
625                 case PCI_DEVICE_ID_INTEL_ICH6_19:
626                 {
627                         unsigned int extra = 0;
628                         pci_read_config_dword(dev, 0x54, &extra);
629                         pci_write_config_dword(dev, 0x54, extra|0x400);
630                 }
631                 default:
632                         break;
633         }
634
635 #if defined(DISPLAY_PIIX_TIMINGS) && defined(CONFIG_PROC_FS)
636         piix_devs[n_piix_devs++] = dev;
637
638         if (!piix_proc) {
639                 piix_proc = 1;
640                 ide_pci_create_host_proc("piix", piix_get_info);
641         }
642 #endif /* DISPLAY_PIIX_TIMINGS && CONFIG_PROC_FS */
643         return 0;
644 }
645
646 /**
647  *      init_hwif_piix          -       fill in the hwif for the PIIX
648  *      @hwif: IDE interface
649  *
650  *      Set up the ide_hwif_t for the PIIX interface according to the
651  *      capabilities of the hardware.
652  */
653
654 static void __devinit init_hwif_piix(ide_hwif_t *hwif)
655 {
656         u8 reg54h = 0, reg55h = 0, ata66 = 0;
657         u8 mask = hwif->channel ? 0xc0 : 0x30;
658
659 #ifndef CONFIG_IA64
660         if (!hwif->irq)
661                 hwif->irq = hwif->channel ? 15 : 14;
662 #endif /* CONFIG_IA64 */
663
664         if (hwif->pci_dev->device == PCI_DEVICE_ID_INTEL_82371MX) {
665                 /* This is a painful system best to let it self tune for now */
666                 return;
667         }
668
669         hwif->autodma = 0;
670         hwif->tuneproc = &piix_tune_drive;
671         hwif->speedproc = &piix_tune_chipset;
672         hwif->drives[0].autotune = 1;
673         hwif->drives[1].autotune = 1;
674
675         if (!hwif->dma_base)
676                 return;
677
678         hwif->atapi_dma = 1;
679         hwif->ultra_mask = 0x3f;
680         hwif->mwdma_mask = 0x06;
681         hwif->swdma_mask = 0x04;
682
683         switch(hwif->pci_dev->device) {
684                 case PCI_DEVICE_ID_INTEL_82371MX:
685                         hwif->mwdma_mask = 0x80;
686                         hwif->swdma_mask = 0x80;
687                 case PCI_DEVICE_ID_INTEL_82371FB_0:
688                 case PCI_DEVICE_ID_INTEL_82371FB_1:
689                 case PCI_DEVICE_ID_INTEL_82371SB_1:
690                         hwif->ultra_mask = 0x80;
691                         break;
692                 case PCI_DEVICE_ID_INTEL_82371AB:
693                 case PCI_DEVICE_ID_INTEL_82443MX_1:
694                 case PCI_DEVICE_ID_INTEL_82451NX:
695                 case PCI_DEVICE_ID_INTEL_82801AB_1:
696                         hwif->ultra_mask = 0x07;
697                         break;
698                 default:
699                         pci_read_config_byte(hwif->pci_dev, 0x54, &reg54h);
700                         pci_read_config_byte(hwif->pci_dev, 0x55, &reg55h);
701                         ata66 = (reg54h & mask) ? 1 : 0;
702                         break;
703         }
704
705         if (!(hwif->udma_four))
706                 hwif->udma_four = ata66;
707         hwif->ide_dma_check = &piix_config_drive_xfer_rate;
708         if (!noautodma)
709                 hwif->autodma = 1;
710
711         hwif->drives[1].autodma = hwif->autodma;
712         hwif->drives[0].autodma = hwif->autodma;
713 }
714
715 /**
716  *      init_setup_piix         -       callback for IDE initialize
717  *      @dev: PIIX PCI device
718  *      @d: IDE pci info
719  *
720  *      Enable the xp fixup for the PIIX controller and then perform
721  *      a standard ide PCI setup
722  */
723
724 static void __devinit init_setup_piix(struct pci_dev *dev, ide_pci_device_t *d)
725 {
726         ide_setup_pci_device(dev, d);
727 }
728
729 /**
730  *      piix_init_one   -       called when a PIIX is found
731  *      @dev: the piix device
732  *      @id: the matching pci id
733  *
734  *      Called when the PCI registration layer (or the IDE initialization)
735  *      finds a device matching our IDE device tables.
736  */
737  
738 static int __devinit piix_init_one(struct pci_dev *dev, const struct pci_device_id *id)
739 {
740         ide_pci_device_t *d = &piix_pci_info[id->driver_data];
741
742         d->init_setup(dev, d);
743         return 0;
744 }
745
746 /**
747  *      piix_check_450nx        -       Check for problem 450NX setup
748  *      
749  *      Check for the present of 450NX errata #19 and errata #25. If
750  *      they are found, disable use of DMA IDE
751  */
752
753 static void __devinit piix_check_450nx(void)
754 {
755         struct pci_dev *pdev = NULL;
756         u16 cfg;
757         u8 rev;
758         while((pdev=pci_find_device(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82454NX, pdev))!=NULL)
759         {
760                 /* Look for 450NX PXB. Check for problem configurations
761                    A PCI quirk checks bit 6 already */
762                 pci_read_config_byte(pdev, PCI_REVISION_ID, &rev);
763                 pci_read_config_word(pdev, 0x41, &cfg);
764                 /* Only on the original revision: IDE DMA can hang */
765                 if(rev == 0x00)
766                         no_piix_dma = 1;
767                 /* On all revisions below 5 PXB bus lock must be disabled for IDE */
768                 else if(cfg & (1<<14) && rev < 5)
769                         no_piix_dma = 2;
770         }
771         if(no_piix_dma)
772                 printk(KERN_WARNING "piix: 450NX errata present, disabling IDE DMA.\n");
773         if(no_piix_dma == 2)
774                 printk(KERN_WARNING "piix: A BIOS update may resolve this.\n");
775 }               
776
777 static struct pci_device_id piix_pci_tbl[] = {
778         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371FB_0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
779         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371FB_1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1},
780         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371MX,   PCI_ANY_ID, PCI_ANY_ID, 0, 0, 2},
781         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371SB_1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 3},
782         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB,   PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4},
783         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801AB_1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 5},
784         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82443MX_1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 6},
785         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801AA_1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 7},
786         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82372FB_1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 8},
787         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82451NX,   PCI_ANY_ID, PCI_ANY_ID, 0, 0, 9},
788         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801BA_9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 10},
789         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801BA_8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 11},
790         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801CA_10,PCI_ANY_ID, PCI_ANY_ID, 0, 0, 12},
791         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801CA_11,PCI_ANY_ID, PCI_ANY_ID, 0, 0, 13},
792         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_11,PCI_ANY_ID, PCI_ANY_ID, 0, 0, 14},
793         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801EB_11,PCI_ANY_ID, PCI_ANY_ID, 0, 0, 15},
794         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801E_11, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 16},
795         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_10,PCI_ANY_ID, PCI_ANY_ID, 0, 0, 17},
796 #ifndef CONFIG_SCSI_SATA
797         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801EB_1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 18},
798 #endif /* !CONFIG_SCSI_SATA */
799         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB_2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 19},
800         { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH6_19, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 20},
801         { 0, },
802 };
803 MODULE_DEVICE_TABLE(pci, piix_pci_tbl);
804
805 static struct pci_driver driver = {
806         .name           = "PIIX IDE",
807         .id_table       = piix_pci_tbl,
808         .probe          = piix_init_one,
809 };
810
811 static int __init piix_ide_init(void)
812 {
813         piix_check_450nx();
814         return ide_pci_register_driver(&driver);
815 }
816
817 module_init(piix_ide_init);
818
819 MODULE_AUTHOR("Andre Hedrick, Andrzej Krzysztofowicz");
820 MODULE_DESCRIPTION("PCI driver module for Intel PIIX IDE");
821 MODULE_LICENSE("GPL");