]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/ata/ata_piix.c
Fix typos in comments
[net-next-2.6.git] / drivers / ata / ata_piix.c
CommitLineData
1da177e4 1/*
af36d7f0
JG
2 * ata_piix.c - Intel PATA/SATA controllers
3 *
4 * Maintained by: Jeff Garzik <jgarzik@pobox.com>
5 * Please ALWAYS copy linux-ide@vger.kernel.org
6 * on emails.
7 *
8 *
9 * Copyright 2003-2005 Red Hat Inc
10 * Copyright 2003-2005 Jeff Garzik
11 *
12 *
13 * Copyright header from piix.c:
14 *
15 * Copyright (C) 1998-1999 Andrzej Krzysztofowicz, Author and Maintainer
16 * Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org>
ab771630 17 * Copyright (C) 2003 Red Hat Inc
af36d7f0
JG
18 *
19 *
20 * This program is free software; you can redistribute it and/or modify
21 * it under the terms of the GNU General Public License as published by
22 * the Free Software Foundation; either version 2, or (at your option)
23 * any later version.
24 *
25 * This program is distributed in the hope that it will be useful,
26 * but WITHOUT ANY WARRANTY; without even the implied warranty of
27 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 * GNU General Public License for more details.
29 *
30 * You should have received a copy of the GNU General Public License
31 * along with this program; see the file COPYING. If not, write to
32 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
33 *
34 *
35 * libata documentation is available via 'make {ps|pdf}docs',
36 * as Documentation/DocBook/libata.*
37 *
38 * Hardware documentation available at http://developer.intel.com/
39 *
d96212ed
AC
40 * Documentation
41 * Publically available from Intel web site. Errata documentation
42 * is also publically available. As an aide to anyone hacking on this
2c5ff671 43 * driver the list of errata that are relevant is below, going back to
d96212ed
AC
44 * PIIX4. Older device documentation is now a bit tricky to find.
45 *
88393161 46 * The chipsets all follow very much the same design. The original Triton
d96212ed
AC
47 * series chipsets do _not_ support independant device timings, but this
48 * is fixed in Triton II. With the odd mobile exception the chips then
49 * change little except in gaining more modes until SATA arrives. This
50 * driver supports only the chips with independant timing (that is those
51 * with SITRE and the 0x44 timing register). See pata_oldpiix and pata_mpiix
52 * for the early chip drivers.
53 *
54 * Errata of note:
55 *
56 * Unfixable
57 * PIIX4 errata #9 - Only on ultra obscure hw
58 * ICH3 errata #13 - Not observed to affect real hw
59 * by Intel
60 *
61 * Things we must deal with
62 * PIIX4 errata #10 - BM IDE hang with non UDMA
63 * (must stop/start dma to recover)
64 * 440MX errata #15 - As PIIX4 errata #10
65 * PIIX4 errata #15 - Must not read control registers
66 * during a PIO transfer
67 * 440MX errata #13 - As PIIX4 errata #15
68 * ICH2 errata #21 - DMA mode 0 doesn't work right
69 * ICH0/1 errata #55 - As ICH2 errata #21
70 * ICH2 spec c #9 - Extra operations needed to handle
71 * drive hotswap [NOT YET SUPPORTED]
72 * ICH2 spec c #20 - IDE PRD must not cross a 64K boundary
73 * and must be dword aligned
74 * ICH2 spec c #24 - UDMA mode 4,5 t85/86 should be 6ns not 3.3
c611bed7 75 * ICH7 errata #16 - MWDMA1 timings are incorrect
d96212ed
AC
76 *
77 * Should have been BIOS fixed:
78 * 450NX: errata #19 - DMA hangs on old 450NX
79 * 450NX: errata #20 - DMA hangs on old 450NX
80 * 450NX: errata #25 - Corruption with DMA on old 450NX
81 * ICH3 errata #15 - IDE deadlock under high load
82 * (BIOS must set dev 31 fn 0 bit 23)
83 * ICH3 errata #18 - Don't use native mode
1da177e4
LT
84 */
85
86#include <linux/kernel.h>
87#include <linux/module.h>
88#include <linux/pci.h>
89#include <linux/init.h>
90#include <linux/blkdev.h>
91#include <linux/delay.h>
6248e647 92#include <linux/device.h>
1da177e4
LT
93#include <scsi/scsi_host.h>
94#include <linux/libata.h>
b8b275ef 95#include <linux/dmi.h>
1da177e4
LT
96
97#define DRV_NAME "ata_piix"
c611bed7 98#define DRV_VERSION "2.13"
1da177e4
LT
99
100enum {
101 PIIX_IOCFG = 0x54, /* IDE I/O configuration register */
102 ICH5_PMR = 0x90, /* port mapping register */
103 ICH5_PCS = 0x92, /* port control and status */
c7290724
TH
104 PIIX_SIDPR_BAR = 5,
105 PIIX_SIDPR_LEN = 16,
106 PIIX_SIDPR_IDX = 0,
107 PIIX_SIDPR_DATA = 4,
1da177e4 108
ff0fc146 109 PIIX_FLAG_CHECKINTR = (1 << 28), /* make sure PCI INTx enabled */
c7290724 110 PIIX_FLAG_SIDPR = (1 << 29), /* SATA idx/data pair regs */
1da177e4 111
800b3996
TH
112 PIIX_PATA_FLAGS = ATA_FLAG_SLAVE_POSS,
113 PIIX_SATA_FLAGS = ATA_FLAG_SATA | PIIX_FLAG_CHECKINTR,
b3362f88 114
1da177e4
LT
115 PIIX_80C_PRI = (1 << 5) | (1 << 4),
116 PIIX_80C_SEC = (1 << 7) | (1 << 6),
117
d33f58b8
TH
118 /* constants for mapping table */
119 P0 = 0, /* port 0 */
120 P1 = 1, /* port 1 */
121 P2 = 2, /* port 2 */
122 P3 = 3, /* port 3 */
123 IDE = -1, /* IDE */
124 NA = -2, /* not avaliable */
125 RV = -3, /* reserved */
126
7b6dbd68 127 PIIX_AHCI_DEVICE = 6,
b8b275ef
TH
128
129 /* host->flags bits */
130 PIIX_HOST_BROKEN_SUSPEND = (1 << 24),
1da177e4
LT
131};
132
9cde9ed1
TH
133enum piix_controller_ids {
134 /* controller IDs */
135 piix_pata_mwdma, /* PIIX3 MWDMA only */
136 piix_pata_33, /* PIIX4 at 33Mhz */
137 ich_pata_33, /* ICH up to UDMA 33 only */
138 ich_pata_66, /* ICH up to 66 Mhz */
139 ich_pata_100, /* ICH up to UDMA 100 */
c611bed7 140 ich_pata_100_nomwdma1, /* ICH up to UDMA 100 but with no MWDMA1*/
9cde9ed1
TH
141 ich5_sata,
142 ich6_sata,
9c0bf675
TH
143 ich6m_sata,
144 ich8_sata,
9cde9ed1 145 ich8_2port_sata,
9c0bf675
TH
146 ich8m_apple_sata, /* locks up on second port enable */
147 tolapai_sata,
9cde9ed1
TH
148 piix_pata_vmw, /* PIIX4 for VMware, spurious DMA_ERR */
149};
150
d33f58b8
TH
151struct piix_map_db {
152 const u32 mask;
73291a1c 153 const u16 port_enable;
d33f58b8
TH
154 const int map[][4];
155};
156
d96715c1
TH
157struct piix_host_priv {
158 const int *map;
2852bcf7 159 u32 saved_iocfg;
c7290724 160 void __iomem *sidpr;
d96715c1
TH
161};
162
2dcb407e
JG
163static int piix_init_one(struct pci_dev *pdev,
164 const struct pci_device_id *ent);
2852bcf7 165static void piix_remove_one(struct pci_dev *pdev);
a1efdaba 166static int piix_pata_prereset(struct ata_link *link, unsigned long deadline);
2dcb407e
JG
167static void piix_set_piomode(struct ata_port *ap, struct ata_device *adev);
168static void piix_set_dmamode(struct ata_port *ap, struct ata_device *adev);
169static void ich_set_dmamode(struct ata_port *ap, struct ata_device *adev);
eb4a2c7f 170static int ich_pata_cable_detect(struct ata_port *ap);
25f98131 171static u8 piix_vmw_bmdma_status(struct ata_port *ap);
82ef04fb
TH
172static int piix_sidpr_scr_read(struct ata_link *link,
173 unsigned int reg, u32 *val);
174static int piix_sidpr_scr_write(struct ata_link *link,
175 unsigned int reg, u32 val);
27943620 176static bool piix_irq_check(struct ata_port *ap);
b8b275ef
TH
177#ifdef CONFIG_PM
178static int piix_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg);
179static int piix_pci_device_resume(struct pci_dev *pdev);
180#endif
1da177e4
LT
181
182static unsigned int in_module_init = 1;
183
3b7d697d 184static const struct pci_device_id piix_pci_tbl[] = {
d2cdfc0d
AC
185 /* Intel PIIX3 for the 430HX etc */
186 { 0x8086, 0x7010, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix_pata_mwdma },
25f98131
TH
187 /* VMware ICH4 */
188 { 0x8086, 0x7111, 0x15ad, 0x1976, 0, 0, piix_pata_vmw },
669a5db4
JG
189 /* Intel PIIX4 for the 430TX/440BX/MX chipset: UDMA 33 */
190 /* Also PIIX4E (fn3 rev 2) and PIIX4M (fn3 rev 3) */
191 { 0x8086, 0x7111, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix_pata_33 },
669a5db4
JG
192 /* Intel PIIX4 */
193 { 0x8086, 0x7199, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix_pata_33 },
194 /* Intel PIIX4 */
195 { 0x8086, 0x7601, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix_pata_33 },
196 /* Intel PIIX */
197 { 0x8086, 0x84CA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix_pata_33 },
198 /* Intel ICH (i810, i815, i840) UDMA 66*/
199 { 0x8086, 0x2411, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_66 },
200 /* Intel ICH0 : UDMA 33*/
201 { 0x8086, 0x2421, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_33 },
202 /* Intel ICH2M */
203 { 0x8086, 0x244A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
204 /* Intel ICH2 (i810E2, i845, 850, 860) UDMA 100 */
205 { 0x8086, 0x244B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
206 /* Intel ICH3M */
207 { 0x8086, 0x248A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
208 /* Intel ICH3 (E7500/1) UDMA 100 */
209 { 0x8086, 0x248B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
210 /* Intel ICH4 (i845GV, i845E, i852, i855) UDMA 100 */
211 { 0x8086, 0x24CA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
212 { 0x8086, 0x24CB, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
213 /* Intel ICH5 */
2eb829e9 214 { 0x8086, 0x24DB, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
669a5db4
JG
215 /* C-ICH (i810E2) */
216 { 0x8086, 0x245B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
85cd7251 217 /* ESB (855GME/875P + 6300ESB) UDMA 100 */
669a5db4
JG
218 { 0x8086, 0x25A2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
219 /* ICH6 (and 6) (i915) UDMA 100 */
220 { 0x8086, 0x266F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
221 /* ICH7/7-R (i945, i975) UDMA 100*/
c611bed7
AC
222 { 0x8086, 0x27DF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100_nomwdma1 },
223 { 0x8086, 0x269E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100_nomwdma1 },
c1e6f28c
CL
224 /* ICH8 Mobile PATA Controller */
225 { 0x8086, 0x2850, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
1da177e4 226
7654db1a
AC
227 /* SATA ports */
228
1d076e5b 229 /* 82801EB (ICH5) */
1da177e4 230 { 0x8086, 0x24d1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_sata },
1d076e5b 231 /* 82801EB (ICH5) */
1da177e4 232 { 0x8086, 0x24df, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_sata },
1d076e5b 233 /* 6300ESB (ICH5 variant with broken PCS present bits) */
5e56a37c 234 { 0x8086, 0x25a3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_sata },
1d076e5b 235 /* 6300ESB pretending RAID */
5e56a37c 236 { 0x8086, 0x25b0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_sata },
1d076e5b 237 /* 82801FB/FW (ICH6/ICH6W) */
1da177e4 238 { 0x8086, 0x2651, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich6_sata },
1d076e5b 239 /* 82801FR/FRW (ICH6R/ICH6RW) */
9c0bf675 240 { 0x8086, 0x2652, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich6_sata },
5016d7d2
TH
241 /* 82801FBM ICH6M (ICH6R with only port 0 and 2 implemented).
242 * Attach iff the controller is in IDE mode. */
243 { 0x8086, 0x2653, PCI_ANY_ID, PCI_ANY_ID,
9c0bf675 244 PCI_CLASS_STORAGE_IDE << 8, 0xffff00, ich6m_sata },
1d076e5b 245 /* 82801GB/GR/GH (ICH7, identical to ICH6) */
9c0bf675 246 { 0x8086, 0x27c0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich6_sata },
1d076e5b 247 /* 2801GBM/GHM (ICH7M, identical to ICH6M) */
9c0bf675 248 { 0x8086, 0x27c4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich6m_sata },
f98b6573 249 /* Enterprise Southbridge 2 (631xESB/632xESB) */
9c0bf675 250 { 0x8086, 0x2680, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich6_sata },
f98b6573 251 /* SATA Controller 1 IDE (ICH8) */
9c0bf675 252 { 0x8086, 0x2820, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
f98b6573 253 /* SATA Controller 2 IDE (ICH8) */
00242ec8 254 { 0x8086, 0x2825, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
8d8ef2fb 255 /* Mobile SATA Controller IDE (ICH8M), Apple */
9c0bf675 256 { 0x8086, 0x2828, 0x106b, 0x00a0, 0, 0, ich8m_apple_sata },
23cf296e 257 { 0x8086, 0x2828, 0x106b, 0x00a1, 0, 0, ich8m_apple_sata },
487eff68 258 { 0x8086, 0x2828, 0x106b, 0x00a3, 0, 0, ich8m_apple_sata },
23cf296e
TH
259 /* Mobile SATA Controller IDE (ICH8M) */
260 { 0x8086, 0x2828, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
f98b6573 261 /* SATA Controller IDE (ICH9) */
9c0bf675 262 { 0x8086, 0x2920, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
f98b6573 263 /* SATA Controller IDE (ICH9) */
00242ec8 264 { 0x8086, 0x2921, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
f98b6573 265 /* SATA Controller IDE (ICH9) */
00242ec8 266 { 0x8086, 0x2926, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
f98b6573 267 /* SATA Controller IDE (ICH9M) */
00242ec8 268 { 0x8086, 0x2928, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
f98b6573 269 /* SATA Controller IDE (ICH9M) */
00242ec8 270 { 0x8086, 0x292d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
f98b6573 271 /* SATA Controller IDE (ICH9M) */
9c0bf675 272 { 0x8086, 0x292e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
c5cf0ffa 273 /* SATA Controller IDE (Tolapai) */
9c0bf675 274 { 0x8086, 0x5028, PCI_ANY_ID, PCI_ANY_ID, 0, 0, tolapai_sata },
bf7f22b9 275 /* SATA Controller IDE (ICH10) */
9c0bf675 276 { 0x8086, 0x3a00, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
bf7f22b9
JG
277 /* SATA Controller IDE (ICH10) */
278 { 0x8086, 0x3a06, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
279 /* SATA Controller IDE (ICH10) */
9c0bf675 280 { 0x8086, 0x3a20, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
bf7f22b9
JG
281 /* SATA Controller IDE (ICH10) */
282 { 0x8086, 0x3a26, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
c6c6a1af
SH
283 /* SATA Controller IDE (PCH) */
284 { 0x8086, 0x3b20, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
285 /* SATA Controller IDE (PCH) */
0395e61b
SH
286 { 0x8086, 0x3b21, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
287 /* SATA Controller IDE (PCH) */
c6c6a1af
SH
288 { 0x8086, 0x3b26, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
289 /* SATA Controller IDE (PCH) */
0395e61b
SH
290 { 0x8086, 0x3b28, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
291 /* SATA Controller IDE (PCH) */
c6c6a1af
SH
292 { 0x8086, 0x3b2d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
293 /* SATA Controller IDE (PCH) */
294 { 0x8086, 0x3b2e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
88e8201e
SH
295 /* SATA Controller IDE (CPT) */
296 { 0x8086, 0x1c00, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
297 /* SATA Controller IDE (CPT) */
298 { 0x8086, 0x1c01, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata },
299 /* SATA Controller IDE (CPT) */
300 { 0x8086, 0x1c08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
301 /* SATA Controller IDE (CPT) */
302 { 0x8086, 0x1c09, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
1da177e4
LT
303 { } /* terminate list */
304};
305
306static struct pci_driver piix_pci_driver = {
307 .name = DRV_NAME,
308 .id_table = piix_pci_tbl,
309 .probe = piix_init_one,
2852bcf7 310 .remove = piix_remove_one,
438ac6d5 311#ifdef CONFIG_PM
b8b275ef
TH
312 .suspend = piix_pci_device_suspend,
313 .resume = piix_pci_device_resume,
438ac6d5 314#endif
1da177e4
LT
315};
316
193515d5 317static struct scsi_host_template piix_sht = {
68d1d07b 318 ATA_BMDMA_SHT(DRV_NAME),
1da177e4
LT
319};
320
27943620 321static struct ata_port_operations piix_sata_ops = {
871af121 322 .inherits = &ata_bmdma32_port_ops,
27943620
TH
323 .sff_irq_check = piix_irq_check,
324};
325
326static struct ata_port_operations piix_pata_ops = {
327 .inherits = &piix_sata_ops,
029cfd6b 328 .cable_detect = ata_cable_40wire,
1da177e4
LT
329 .set_piomode = piix_set_piomode,
330 .set_dmamode = piix_set_dmamode,
a1efdaba 331 .prereset = piix_pata_prereset,
1da177e4
LT
332};
333
029cfd6b
TH
334static struct ata_port_operations piix_vmw_ops = {
335 .inherits = &piix_pata_ops,
336 .bmdma_status = piix_vmw_bmdma_status,
669a5db4
JG
337};
338
029cfd6b
TH
339static struct ata_port_operations ich_pata_ops = {
340 .inherits = &piix_pata_ops,
341 .cable_detect = ich_pata_cable_detect,
342 .set_dmamode = ich_set_dmamode,
1da177e4
LT
343};
344
029cfd6b
TH
345static struct ata_port_operations piix_sidpr_sata_ops = {
346 .inherits = &piix_sata_ops,
57c9efdf 347 .hardreset = sata_std_hardreset,
c7290724
TH
348 .scr_read = piix_sidpr_scr_read,
349 .scr_write = piix_sidpr_scr_write,
c7290724
TH
350};
351
d96715c1 352static const struct piix_map_db ich5_map_db = {
d33f58b8 353 .mask = 0x7,
ea35d29e 354 .port_enable = 0x3,
d33f58b8
TH
355 .map = {
356 /* PM PS SM SS MAP */
357 { P0, NA, P1, NA }, /* 000b */
358 { P1, NA, P0, NA }, /* 001b */
359 { RV, RV, RV, RV },
360 { RV, RV, RV, RV },
361 { P0, P1, IDE, IDE }, /* 100b */
362 { P1, P0, IDE, IDE }, /* 101b */
363 { IDE, IDE, P0, P1 }, /* 110b */
364 { IDE, IDE, P1, P0 }, /* 111b */
365 },
366};
367
d96715c1 368static const struct piix_map_db ich6_map_db = {
d33f58b8 369 .mask = 0x3,
ea35d29e 370 .port_enable = 0xf,
d33f58b8
TH
371 .map = {
372 /* PM PS SM SS MAP */
79ea24e7 373 { P0, P2, P1, P3 }, /* 00b */
d33f58b8
TH
374 { IDE, IDE, P1, P3 }, /* 01b */
375 { P0, P2, IDE, IDE }, /* 10b */
376 { RV, RV, RV, RV },
377 },
378};
379
d96715c1 380static const struct piix_map_db ich6m_map_db = {
d33f58b8 381 .mask = 0x3,
ea35d29e 382 .port_enable = 0x5,
67083741
TH
383
384 /* Map 01b isn't specified in the doc but some notebooks use
c6446a4c
TH
385 * it anyway. MAP 01b have been spotted on both ICH6M and
386 * ICH7M.
67083741
TH
387 */
388 .map = {
389 /* PM PS SM SS MAP */
e04b3b9d 390 { P0, P2, NA, NA }, /* 00b */
67083741
TH
391 { IDE, IDE, P1, P3 }, /* 01b */
392 { P0, P2, IDE, IDE }, /* 10b */
393 { RV, RV, RV, RV },
394 },
395};
396
08f12edc
JG
397static const struct piix_map_db ich8_map_db = {
398 .mask = 0x3,
a0ce9aca 399 .port_enable = 0xf,
08f12edc
JG
400 .map = {
401 /* PM PS SM SS MAP */
158f30c8 402 { P0, P2, P1, P3 }, /* 00b (hardwired when in AHCI) */
08f12edc 403 { RV, RV, RV, RV },
ac2b0437 404 { P0, P2, IDE, IDE }, /* 10b (IDE mode) */
08f12edc
JG
405 { RV, RV, RV, RV },
406 },
407};
408
00242ec8 409static const struct piix_map_db ich8_2port_map_db = {
e2d352af
JG
410 .mask = 0x3,
411 .port_enable = 0x3,
412 .map = {
413 /* PM PS SM SS MAP */
414 { P0, NA, P1, NA }, /* 00b */
415 { RV, RV, RV, RV }, /* 01b */
416 { RV, RV, RV, RV }, /* 10b */
417 { RV, RV, RV, RV },
418 },
c5cf0ffa
JG
419};
420
8d8ef2fb
TR
421static const struct piix_map_db ich8m_apple_map_db = {
422 .mask = 0x3,
423 .port_enable = 0x1,
424 .map = {
425 /* PM PS SM SS MAP */
426 { P0, NA, NA, NA }, /* 00b */
427 { RV, RV, RV, RV },
428 { P0, P2, IDE, IDE }, /* 10b */
429 { RV, RV, RV, RV },
430 },
431};
432
00242ec8 433static const struct piix_map_db tolapai_map_db = {
8f73a688
JG
434 .mask = 0x3,
435 .port_enable = 0x3,
436 .map = {
437 /* PM PS SM SS MAP */
438 { P0, NA, P1, NA }, /* 00b */
439 { RV, RV, RV, RV }, /* 01b */
440 { RV, RV, RV, RV }, /* 10b */
441 { RV, RV, RV, RV },
442 },
443};
444
d96715c1
TH
445static const struct piix_map_db *piix_map_db_table[] = {
446 [ich5_sata] = &ich5_map_db,
d96715c1 447 [ich6_sata] = &ich6_map_db,
9c0bf675
TH
448 [ich6m_sata] = &ich6m_map_db,
449 [ich8_sata] = &ich8_map_db,
00242ec8 450 [ich8_2port_sata] = &ich8_2port_map_db,
9c0bf675
TH
451 [ich8m_apple_sata] = &ich8m_apple_map_db,
452 [tolapai_sata] = &tolapai_map_db,
d96715c1
TH
453};
454
1da177e4 455static struct ata_port_info piix_port_info[] = {
00242ec8
TH
456 [piix_pata_mwdma] = /* PIIX3 MWDMA only */
457 {
00242ec8 458 .flags = PIIX_PATA_FLAGS,
14bdef98
EIB
459 .pio_mask = ATA_PIO4,
460 .mwdma_mask = ATA_MWDMA12_ONLY, /* mwdma1-2 ?? CHECK 0 should be ok but slow */
00242ec8
TH
461 .port_ops = &piix_pata_ops,
462 },
463
ec300d99 464 [piix_pata_33] = /* PIIX4 at 33MHz */
1d076e5b 465 {
b3362f88 466 .flags = PIIX_PATA_FLAGS,
14bdef98
EIB
467 .pio_mask = ATA_PIO4,
468 .mwdma_mask = ATA_MWDMA12_ONLY, /* mwdma1-2 ?? CHECK 0 should be ok but slow */
469 .udma_mask = ATA_UDMA2,
1d076e5b
TH
470 .port_ops = &piix_pata_ops,
471 },
472
ec300d99 473 [ich_pata_33] = /* ICH0 - ICH at 33Mhz*/
669a5db4 474 {
b3362f88 475 .flags = PIIX_PATA_FLAGS,
14bdef98
EIB
476 .pio_mask = ATA_PIO4,
477 .mwdma_mask = ATA_MWDMA12_ONLY, /* Check: maybe MWDMA0 is ok */
478 .udma_mask = ATA_UDMA2,
669a5db4
JG
479 .port_ops = &ich_pata_ops,
480 },
ec300d99
JG
481
482 [ich_pata_66] = /* ICH controllers up to 66MHz */
1da177e4 483 {
b3362f88 484 .flags = PIIX_PATA_FLAGS,
14bdef98
EIB
485 .pio_mask = ATA_PIO4,
486 .mwdma_mask = ATA_MWDMA12_ONLY, /* MWDMA0 is broken on chip */
669a5db4
JG
487 .udma_mask = ATA_UDMA4,
488 .port_ops = &ich_pata_ops,
489 },
85cd7251 490
ec300d99 491 [ich_pata_100] =
669a5db4 492 {
b3362f88 493 .flags = PIIX_PATA_FLAGS | PIIX_FLAG_CHECKINTR,
14bdef98
EIB
494 .pio_mask = ATA_PIO4,
495 .mwdma_mask = ATA_MWDMA12_ONLY,
496 .udma_mask = ATA_UDMA5,
669a5db4 497 .port_ops = &ich_pata_ops,
1da177e4
LT
498 },
499
c611bed7
AC
500 [ich_pata_100_nomwdma1] =
501 {
502 .flags = PIIX_PATA_FLAGS | PIIX_FLAG_CHECKINTR,
503 .pio_mask = ATA_PIO4,
504 .mwdma_mask = ATA_MWDMA2_ONLY,
505 .udma_mask = ATA_UDMA5,
506 .port_ops = &ich_pata_ops,
507 },
508
ec300d99 509 [ich5_sata] =
1da177e4 510 {
228c1590 511 .flags = PIIX_SATA_FLAGS,
14bdef98
EIB
512 .pio_mask = ATA_PIO4,
513 .mwdma_mask = ATA_MWDMA2,
bf6263a8 514 .udma_mask = ATA_UDMA6,
1da177e4
LT
515 .port_ops = &piix_sata_ops,
516 },
517
ec300d99 518 [ich6_sata] =
1da177e4 519 {
723159c5 520 .flags = PIIX_SATA_FLAGS,
14bdef98
EIB
521 .pio_mask = ATA_PIO4,
522 .mwdma_mask = ATA_MWDMA2,
bf6263a8 523 .udma_mask = ATA_UDMA6,
1da177e4
LT
524 .port_ops = &piix_sata_ops,
525 },
526
9c0bf675 527 [ich6m_sata] =
c368ca4e 528 {
5016d7d2 529 .flags = PIIX_SATA_FLAGS,
14bdef98
EIB
530 .pio_mask = ATA_PIO4,
531 .mwdma_mask = ATA_MWDMA2,
bf6263a8 532 .udma_mask = ATA_UDMA6,
c368ca4e
JG
533 .port_ops = &piix_sata_ops,
534 },
1d076e5b 535
9c0bf675 536 [ich8_sata] =
08f12edc 537 {
5016d7d2 538 .flags = PIIX_SATA_FLAGS | PIIX_FLAG_SIDPR,
14bdef98
EIB
539 .pio_mask = ATA_PIO4,
540 .mwdma_mask = ATA_MWDMA2,
bf6263a8 541 .udma_mask = ATA_UDMA6,
08f12edc
JG
542 .port_ops = &piix_sata_ops,
543 },
669a5db4 544
00242ec8 545 [ich8_2port_sata] =
c5cf0ffa 546 {
5016d7d2 547 .flags = PIIX_SATA_FLAGS | PIIX_FLAG_SIDPR,
14bdef98
EIB
548 .pio_mask = ATA_PIO4,
549 .mwdma_mask = ATA_MWDMA2,
c5cf0ffa
JG
550 .udma_mask = ATA_UDMA6,
551 .port_ops = &piix_sata_ops,
552 },
8f73a688 553
9c0bf675 554 [tolapai_sata] =
8f73a688 555 {
5016d7d2 556 .flags = PIIX_SATA_FLAGS,
14bdef98
EIB
557 .pio_mask = ATA_PIO4,
558 .mwdma_mask = ATA_MWDMA2,
8f73a688
JG
559 .udma_mask = ATA_UDMA6,
560 .port_ops = &piix_sata_ops,
561 },
8d8ef2fb 562
9c0bf675 563 [ich8m_apple_sata] =
8d8ef2fb 564 {
23cf296e 565 .flags = PIIX_SATA_FLAGS,
14bdef98
EIB
566 .pio_mask = ATA_PIO4,
567 .mwdma_mask = ATA_MWDMA2,
8d8ef2fb
TR
568 .udma_mask = ATA_UDMA6,
569 .port_ops = &piix_sata_ops,
570 },
571
25f98131
TH
572 [piix_pata_vmw] =
573 {
25f98131 574 .flags = PIIX_PATA_FLAGS,
14bdef98
EIB
575 .pio_mask = ATA_PIO4,
576 .mwdma_mask = ATA_MWDMA12_ONLY, /* mwdma1-2 ?? CHECK 0 should be ok but slow */
577 .udma_mask = ATA_UDMA2,
25f98131
TH
578 .port_ops = &piix_vmw_ops,
579 },
580
1da177e4
LT
581};
582
583static struct pci_bits piix_enable_bits[] = {
584 { 0x41U, 1U, 0x80UL, 0x80UL }, /* port 0 */
585 { 0x43U, 1U, 0x80UL, 0x80UL }, /* port 1 */
586};
587
588MODULE_AUTHOR("Andre Hedrick, Alan Cox, Andrzej Krzysztofowicz, Jeff Garzik");
589MODULE_DESCRIPTION("SCSI low-level driver for Intel PIIX/ICH ATA controllers");
590MODULE_LICENSE("GPL");
591MODULE_DEVICE_TABLE(pci, piix_pci_tbl);
592MODULE_VERSION(DRV_VERSION);
593
fc085150
AC
594struct ich_laptop {
595 u16 device;
596 u16 subvendor;
597 u16 subdevice;
598};
599
600/*
601 * List of laptops that use short cables rather than 80 wire
602 */
603
604static const struct ich_laptop ich_laptop[] = {
605 /* devid, subvendor, subdev */
606 { 0x27DF, 0x0005, 0x0280 }, /* ICH7 on Acer 5602WLMi */
2655e2ce 607 { 0x27DF, 0x1025, 0x0102 }, /* ICH7 on Acer 5602aWLMi */
babfb682 608 { 0x27DF, 0x1025, 0x0110 }, /* ICH7 on Acer 3682WLMi */
6034734d 609 { 0x27DF, 0x1028, 0x02b0 }, /* ICH7 on unknown Dell */
12340106 610 { 0x27DF, 0x1043, 0x1267 }, /* ICH7 on Asus W5F */
54174db3 611 { 0x27DF, 0x103C, 0x30A1 }, /* ICH7 on HP Compaq nc2400 */
af901ca1 612 { 0x27DF, 0x103C, 0x361a }, /* ICH7 on unknown HP */
d09addf6 613 { 0x27DF, 0x1071, 0xD221 }, /* ICH7 on Hercules EC-900 */
6034734d 614 { 0x27DF, 0x152D, 0x0778 }, /* ICH7 on unknown Intel */
b33620f9 615 { 0x24CA, 0x1025, 0x0061 }, /* ICH4 on ACER Aspire 2023WLMi */
e1fefea9
CIK
616 { 0x24CA, 0x1025, 0x003d }, /* ICH4 on ACER TM290 */
617 { 0x266F, 0x1025, 0x0066 }, /* ICH6 on ACER Aspire 1694WLMi */
01ce2601 618 { 0x2653, 0x1043, 0x82D8 }, /* ICH6M on Asus Eee 701 */
124a6eec 619 { 0x27df, 0x104d, 0x900e }, /* ICH7 on Sony TZ-90 */
fc085150
AC
620 /* end marker */
621 { 0, }
622};
623
1da177e4 624/**
eb4a2c7f 625 * ich_pata_cable_detect - Probe host controller cable detect info
1da177e4
LT
626 * @ap: Port for which cable detect info is desired
627 *
628 * Read 80c cable indicator from ATA PCI device's PCI config
629 * register. This register is normally set by firmware (BIOS).
630 *
631 * LOCKING:
632 * None (inherited from caller).
633 */
669a5db4 634
eb4a2c7f 635static int ich_pata_cable_detect(struct ata_port *ap)
1da177e4 636{
cca3974e 637 struct pci_dev *pdev = to_pci_dev(ap->host->dev);
2852bcf7 638 struct piix_host_priv *hpriv = ap->host->private_data;
fc085150 639 const struct ich_laptop *lap = &ich_laptop[0];
2852bcf7 640 u8 mask;
1da177e4 641
fc085150
AC
642 /* Check for specials - Acer Aspire 5602WLMi */
643 while (lap->device) {
644 if (lap->device == pdev->device &&
645 lap->subvendor == pdev->subsystem_vendor &&
2dcb407e 646 lap->subdevice == pdev->subsystem_device)
eb4a2c7f 647 return ATA_CBL_PATA40_SHORT;
2dcb407e 648
fc085150
AC
649 lap++;
650 }
651
1da177e4 652 /* check BIOS cable detect results */
2a88d1ac 653 mask = ap->port_no == 0 ? PIIX_80C_PRI : PIIX_80C_SEC;
2852bcf7 654 if ((hpriv->saved_iocfg & mask) == 0)
eb4a2c7f
AC
655 return ATA_CBL_PATA40;
656 return ATA_CBL_PATA80;
1da177e4
LT
657}
658
659/**
ccc4672a 660 * piix_pata_prereset - prereset for PATA host controller
cc0680a5 661 * @link: Target link
d4b2bab4 662 * @deadline: deadline jiffies for the operation
1da177e4 663 *
573db6b8
TH
664 * LOCKING:
665 * None (inherited from caller).
666 */
cc0680a5 667static int piix_pata_prereset(struct ata_link *link, unsigned long deadline)
1da177e4 668{
cc0680a5 669 struct ata_port *ap = link->ap;
cca3974e 670 struct pci_dev *pdev = to_pci_dev(ap->host->dev);
1da177e4 671
c961922b
AC
672 if (!pci_test_config_bits(pdev, &piix_enable_bits[ap->port_no]))
673 return -ENOENT;
9363c382 674 return ata_sff_prereset(link, deadline);
ccc4672a
TH
675}
676
60c3be38
BZ
677static DEFINE_SPINLOCK(piix_lock);
678
1da177e4
LT
679/**
680 * piix_set_piomode - Initialize host controller PATA PIO timings
681 * @ap: Port whose timings we are configuring
682 * @adev: um
1da177e4
LT
683 *
684 * Set PIO mode for device, in host controller PCI config space.
685 *
686 * LOCKING:
687 * None (inherited from caller).
688 */
689
2dcb407e 690static void piix_set_piomode(struct ata_port *ap, struct ata_device *adev)
1da177e4 691{
cca3974e 692 struct pci_dev *dev = to_pci_dev(ap->host->dev);
60c3be38
BZ
693 unsigned long flags;
694 unsigned int pio = adev->pio_mode - XFER_PIO_0;
1da177e4 695 unsigned int is_slave = (adev->devno != 0);
2a88d1ac 696 unsigned int master_port= ap->port_no ? 0x42 : 0x40;
1da177e4
LT
697 unsigned int slave_port = 0x44;
698 u16 master_data;
699 u8 slave_data;
669a5db4
JG
700 u8 udma_enable;
701 int control = 0;
85cd7251 702
669a5db4
JG
703 /*
704 * See Intel Document 298600-004 for the timing programing rules
705 * for ICH controllers.
706 */
1da177e4
LT
707
708 static const /* ISP RTC */
709 u8 timings[][2] = { { 0, 0 },
710 { 0, 0 },
711 { 1, 0 },
712 { 2, 1 },
713 { 2, 3 }, };
714
669a5db4
JG
715 if (pio >= 2)
716 control |= 1; /* TIME1 enable */
717 if (ata_pio_need_iordy(adev))
718 control |= 2; /* IE enable */
719
85cd7251 720 /* Intel specifies that the PPE functionality is for disk only */
669a5db4
JG
721 if (adev->class == ATA_DEV_ATA)
722 control |= 4; /* PPE enable */
723
60c3be38
BZ
724 spin_lock_irqsave(&piix_lock, flags);
725
a5bf5f5a
TH
726 /* PIO configuration clears DTE unconditionally. It will be
727 * programmed in set_dmamode which is guaranteed to be called
728 * after set_piomode if any DMA mode is available.
729 */
1da177e4
LT
730 pci_read_config_word(dev, master_port, &master_data);
731 if (is_slave) {
a5bf5f5a
TH
732 /* clear TIME1|IE1|PPE1|DTE1 */
733 master_data &= 0xff0f;
1967b7ff 734 /* Enable SITRE (separate slave timing register) */
1da177e4 735 master_data |= 0x4000;
669a5db4
JG
736 /* enable PPE1, IE1 and TIME1 as needed */
737 master_data |= (control << 4);
1da177e4 738 pci_read_config_byte(dev, slave_port, &slave_data);
2a88d1ac 739 slave_data &= (ap->port_no ? 0x0f : 0xf0);
669a5db4 740 /* Load the timing nibble for this slave */
a5bf5f5a
TH
741 slave_data |= ((timings[pio][0] << 2) | timings[pio][1])
742 << (ap->port_no ? 4 : 0);
1da177e4 743 } else {
a5bf5f5a
TH
744 /* clear ISP|RCT|TIME0|IE0|PPE0|DTE0 */
745 master_data &= 0xccf0;
669a5db4
JG
746 /* Enable PPE, IE and TIME as appropriate */
747 master_data |= control;
a5bf5f5a 748 /* load ISP and RCT */
1da177e4
LT
749 master_data |=
750 (timings[pio][0] << 12) |
751 (timings[pio][1] << 8);
752 }
753 pci_write_config_word(dev, master_port, master_data);
754 if (is_slave)
755 pci_write_config_byte(dev, slave_port, slave_data);
669a5db4
JG
756
757 /* Ensure the UDMA bit is off - it will be turned back on if
758 UDMA is selected */
85cd7251 759
669a5db4
JG
760 if (ap->udma_mask) {
761 pci_read_config_byte(dev, 0x48, &udma_enable);
762 udma_enable &= ~(1 << (2 * ap->port_no + adev->devno));
763 pci_write_config_byte(dev, 0x48, udma_enable);
764 }
60c3be38
BZ
765
766 spin_unlock_irqrestore(&piix_lock, flags);
1da177e4
LT
767}
768
769/**
669a5db4 770 * do_pata_set_dmamode - Initialize host controller PATA PIO timings
1da177e4 771 * @ap: Port whose timings we are configuring
669a5db4 772 * @adev: Drive in question
c32a8fd7 773 * @isich: set if the chip is an ICH device
1da177e4
LT
774 *
775 * Set UDMA mode for device, in host controller PCI config space.
776 *
777 * LOCKING:
778 * None (inherited from caller).
779 */
780
2dcb407e 781static void do_pata_set_dmamode(struct ata_port *ap, struct ata_device *adev, int isich)
1da177e4 782{
cca3974e 783 struct pci_dev *dev = to_pci_dev(ap->host->dev);
60c3be38 784 unsigned long flags;
669a5db4
JG
785 u8 master_port = ap->port_no ? 0x42 : 0x40;
786 u16 master_data;
787 u8 speed = adev->dma_mode;
788 int devid = adev->devno + 2 * ap->port_no;
dedf61db 789 u8 udma_enable = 0;
85cd7251 790
669a5db4
JG
791 static const /* ISP RTC */
792 u8 timings[][2] = { { 0, 0 },
793 { 0, 0 },
794 { 1, 0 },
795 { 2, 1 },
796 { 2, 3 }, };
797
60c3be38
BZ
798 spin_lock_irqsave(&piix_lock, flags);
799
669a5db4 800 pci_read_config_word(dev, master_port, &master_data);
d2cdfc0d
AC
801 if (ap->udma_mask)
802 pci_read_config_byte(dev, 0x48, &udma_enable);
1da177e4
LT
803
804 if (speed >= XFER_UDMA_0) {
669a5db4
JG
805 unsigned int udma = adev->dma_mode - XFER_UDMA_0;
806 u16 udma_timing;
807 u16 ideconf;
808 int u_clock, u_speed;
85cd7251 809
669a5db4 810 /*
2dcb407e 811 * UDMA is handled by a combination of clock switching and
85cd7251
JG
812 * selection of dividers
813 *
669a5db4 814 * Handy rule: Odd modes are UDMATIMx 01, even are 02
85cd7251 815 * except UDMA0 which is 00
669a5db4
JG
816 */
817 u_speed = min(2 - (udma & 1), udma);
818 if (udma == 5)
819 u_clock = 0x1000; /* 100Mhz */
820 else if (udma > 2)
821 u_clock = 1; /* 66Mhz */
822 else
823 u_clock = 0; /* 33Mhz */
85cd7251 824
669a5db4 825 udma_enable |= (1 << devid);
85cd7251 826
669a5db4
JG
827 /* Load the CT/RP selection */
828 pci_read_config_word(dev, 0x4A, &udma_timing);
829 udma_timing &= ~(3 << (4 * devid));
830 udma_timing |= u_speed << (4 * devid);
831 pci_write_config_word(dev, 0x4A, udma_timing);
832
85cd7251 833 if (isich) {
669a5db4
JG
834 /* Select a 33/66/100Mhz clock */
835 pci_read_config_word(dev, 0x54, &ideconf);
836 ideconf &= ~(0x1001 << devid);
837 ideconf |= u_clock << devid;
838 /* For ICH or later we should set bit 10 for better
839 performance (WR_PingPong_En) */
840 pci_write_config_word(dev, 0x54, ideconf);
1da177e4 841 }
1da177e4 842 } else {
669a5db4
JG
843 /*
844 * MWDMA is driven by the PIO timings. We must also enable
845 * IORDY unconditionally along with TIME1. PPE has already
846 * been set when the PIO timing was set.
847 */
848 unsigned int mwdma = adev->dma_mode - XFER_MW_DMA_0;
849 unsigned int control;
850 u8 slave_data;
851 const unsigned int needed_pio[3] = {
852 XFER_PIO_0, XFER_PIO_3, XFER_PIO_4
853 };
854 int pio = needed_pio[mwdma] - XFER_PIO_0;
85cd7251 855
669a5db4 856 control = 3; /* IORDY|TIME1 */
85cd7251 857
669a5db4
JG
858 /* If the drive MWDMA is faster than it can do PIO then
859 we must force PIO into PIO0 */
85cd7251 860
669a5db4
JG
861 if (adev->pio_mode < needed_pio[mwdma])
862 /* Enable DMA timing only */
863 control |= 8; /* PIO cycles in PIO0 */
864
865 if (adev->devno) { /* Slave */
866 master_data &= 0xFF4F; /* Mask out IORDY|TIME1|DMAONLY */
867 master_data |= control << 4;
868 pci_read_config_byte(dev, 0x44, &slave_data);
a5bf5f5a 869 slave_data &= (ap->port_no ? 0x0f : 0xf0);
669a5db4
JG
870 /* Load the matching timing */
871 slave_data |= ((timings[pio][0] << 2) | timings[pio][1]) << (ap->port_no ? 4 : 0);
872 pci_write_config_byte(dev, 0x44, slave_data);
873 } else { /* Master */
85cd7251 874 master_data &= 0xCCF4; /* Mask out IORDY|TIME1|DMAONLY
669a5db4
JG
875 and master timing bits */
876 master_data |= control;
877 master_data |=
878 (timings[pio][0] << 12) |
879 (timings[pio][1] << 8);
880 }
a5bf5f5a 881
69385943 882 if (ap->udma_mask)
a5bf5f5a 883 udma_enable &= ~(1 << devid);
69385943
BZ
884
885 pci_write_config_word(dev, master_port, master_data);
1da177e4 886 }
669a5db4
JG
887 /* Don't scribble on 0x48 if the controller does not support UDMA */
888 if (ap->udma_mask)
889 pci_write_config_byte(dev, 0x48, udma_enable);
60c3be38
BZ
890
891 spin_unlock_irqrestore(&piix_lock, flags);
669a5db4
JG
892}
893
894/**
895 * piix_set_dmamode - Initialize host controller PATA DMA timings
896 * @ap: Port whose timings we are configuring
897 * @adev: um
898 *
899 * Set MW/UDMA mode for device, in host controller PCI config space.
900 *
901 * LOCKING:
902 * None (inherited from caller).
903 */
904
2dcb407e 905static void piix_set_dmamode(struct ata_port *ap, struct ata_device *adev)
669a5db4
JG
906{
907 do_pata_set_dmamode(ap, adev, 0);
908}
909
910/**
911 * ich_set_dmamode - Initialize host controller PATA DMA timings
912 * @ap: Port whose timings we are configuring
913 * @adev: um
914 *
915 * Set MW/UDMA mode for device, in host controller PCI config space.
916 *
917 * LOCKING:
918 * None (inherited from caller).
919 */
920
2dcb407e 921static void ich_set_dmamode(struct ata_port *ap, struct ata_device *adev)
669a5db4
JG
922{
923 do_pata_set_dmamode(ap, adev, 1);
1da177e4
LT
924}
925
c7290724
TH
926/*
927 * Serial ATA Index/Data Pair Superset Registers access
928 *
929 * Beginning from ICH8, there's a sane way to access SCRs using index
be77e43a
TH
930 * and data register pair located at BAR5 which means that we have
931 * separate SCRs for master and slave. This is handled using libata
932 * slave_link facility.
c7290724
TH
933 */
934static const int piix_sidx_map[] = {
935 [SCR_STATUS] = 0,
936 [SCR_ERROR] = 2,
937 [SCR_CONTROL] = 1,
938};
939
be77e43a 940static void piix_sidpr_sel(struct ata_link *link, unsigned int reg)
c7290724 941{
be77e43a 942 struct ata_port *ap = link->ap;
c7290724
TH
943 struct piix_host_priv *hpriv = ap->host->private_data;
944
be77e43a 945 iowrite32(((ap->port_no * 2 + link->pmp) << 8) | piix_sidx_map[reg],
c7290724
TH
946 hpriv->sidpr + PIIX_SIDPR_IDX);
947}
948
82ef04fb
TH
949static int piix_sidpr_scr_read(struct ata_link *link,
950 unsigned int reg, u32 *val)
c7290724 951{
be77e43a 952 struct piix_host_priv *hpriv = link->ap->host->private_data;
c7290724
TH
953
954 if (reg >= ARRAY_SIZE(piix_sidx_map))
955 return -EINVAL;
956
be77e43a
TH
957 piix_sidpr_sel(link, reg);
958 *val = ioread32(hpriv->sidpr + PIIX_SIDPR_DATA);
c7290724
TH
959 return 0;
960}
961
82ef04fb
TH
962static int piix_sidpr_scr_write(struct ata_link *link,
963 unsigned int reg, u32 val)
c7290724 964{
be77e43a 965 struct piix_host_priv *hpriv = link->ap->host->private_data;
82ef04fb 966
c7290724
TH
967 if (reg >= ARRAY_SIZE(piix_sidx_map))
968 return -EINVAL;
969
be77e43a
TH
970 piix_sidpr_sel(link, reg);
971 iowrite32(val, hpriv->sidpr + PIIX_SIDPR_DATA);
c7290724
TH
972 return 0;
973}
974
27943620
TH
975static bool piix_irq_check(struct ata_port *ap)
976{
977 if (unlikely(!ap->ioaddr.bmdma_addr))
978 return false;
979
980 return ap->ops->bmdma_status(ap) & ATA_DMA_INTR;
981}
982
b8b275ef 983#ifdef CONFIG_PM
8c3832eb
TH
984static int piix_broken_suspend(void)
985{
1855256c 986 static const struct dmi_system_id sysids[] = {
4c74d4ec
TH
987 {
988 .ident = "TECRA M3",
989 .matches = {
990 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
991 DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M3"),
992 },
993 },
04d86d6f
PS
994 {
995 .ident = "TECRA M3",
996 .matches = {
997 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
998 DMI_MATCH(DMI_PRODUCT_NAME, "Tecra M3"),
999 },
1000 },
d1aa690a
PS
1001 {
1002 .ident = "TECRA M4",
1003 .matches = {
1004 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1005 DMI_MATCH(DMI_PRODUCT_NAME, "Tecra M4"),
1006 },
1007 },
040dee53
TH
1008 {
1009 .ident = "TECRA M4",
1010 .matches = {
1011 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1012 DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M4"),
1013 },
1014 },
8c3832eb
TH
1015 {
1016 .ident = "TECRA M5",
1017 .matches = {
1018 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1019 DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M5"),
1020 },
b8b275ef 1021 },
ffe188dd
PS
1022 {
1023 .ident = "TECRA M6",
1024 .matches = {
1025 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1026 DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M6"),
1027 },
1028 },
5c08ea01
TH
1029 {
1030 .ident = "TECRA M7",
1031 .matches = {
1032 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1033 DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M7"),
1034 },
1035 },
04d86d6f
PS
1036 {
1037 .ident = "TECRA A8",
1038 .matches = {
1039 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1040 DMI_MATCH(DMI_PRODUCT_NAME, "TECRA A8"),
1041 },
1042 },
ffe188dd
PS
1043 {
1044 .ident = "Satellite R20",
1045 .matches = {
1046 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1047 DMI_MATCH(DMI_PRODUCT_NAME, "Satellite R20"),
1048 },
1049 },
04d86d6f
PS
1050 {
1051 .ident = "Satellite R25",
1052 .matches = {
1053 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1054 DMI_MATCH(DMI_PRODUCT_NAME, "Satellite R25"),
1055 },
1056 },
3cc0b9d3
TH
1057 {
1058 .ident = "Satellite U200",
1059 .matches = {
1060 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1061 DMI_MATCH(DMI_PRODUCT_NAME, "Satellite U200"),
1062 },
1063 },
04d86d6f
PS
1064 {
1065 .ident = "Satellite U200",
1066 .matches = {
1067 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1068 DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE U200"),
1069 },
1070 },
62320e23
YC
1071 {
1072 .ident = "Satellite Pro U200",
1073 .matches = {
1074 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1075 DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE PRO U200"),
1076 },
1077 },
8c3832eb
TH
1078 {
1079 .ident = "Satellite U205",
1080 .matches = {
1081 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1082 DMI_MATCH(DMI_PRODUCT_NAME, "Satellite U205"),
1083 },
b8b275ef 1084 },
de753e5e
TH
1085 {
1086 .ident = "SATELLITE U205",
1087 .matches = {
1088 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1089 DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE U205"),
1090 },
1091 },
8c3832eb
TH
1092 {
1093 .ident = "Portege M500",
1094 .matches = {
1095 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
1096 DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M500"),
1097 },
b8b275ef 1098 },
c3f93b8f
TH
1099 {
1100 .ident = "VGN-BX297XP",
1101 .matches = {
1102 DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
1103 DMI_MATCH(DMI_PRODUCT_NAME, "VGN-BX297XP"),
1104 },
1105 },
7d051548
JG
1106
1107 { } /* terminate list */
8c3832eb 1108 };
7abe79c3
TH
1109 static const char *oemstrs[] = {
1110 "Tecra M3,",
1111 };
1112 int i;
8c3832eb
TH
1113
1114 if (dmi_check_system(sysids))
1115 return 1;
1116
7abe79c3
TH
1117 for (i = 0; i < ARRAY_SIZE(oemstrs); i++)
1118 if (dmi_find_device(DMI_DEV_TYPE_OEM_STRING, oemstrs[i], NULL))
1119 return 1;
1120
1eedb4a9
TH
1121 /* TECRA M4 sometimes forgets its identify and reports bogus
1122 * DMI information. As the bogus information is a bit
1123 * generic, match as many entries as possible. This manual
1124 * matching is necessary because dmi_system_id.matches is
1125 * limited to four entries.
1126 */
3c387730
JS
1127 if (dmi_match(DMI_SYS_VENDOR, "TOSHIBA") &&
1128 dmi_match(DMI_PRODUCT_NAME, "000000") &&
1129 dmi_match(DMI_PRODUCT_VERSION, "000000") &&
1130 dmi_match(DMI_PRODUCT_SERIAL, "000000") &&
1131 dmi_match(DMI_BOARD_VENDOR, "TOSHIBA") &&
1132 dmi_match(DMI_BOARD_NAME, "Portable PC") &&
1133 dmi_match(DMI_BOARD_VERSION, "Version A0"))
1eedb4a9
TH
1134 return 1;
1135
8c3832eb
TH
1136 return 0;
1137}
b8b275ef
TH
1138
1139static int piix_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg)
1140{
1141 struct ata_host *host = dev_get_drvdata(&pdev->dev);
1142 unsigned long flags;
1143 int rc = 0;
1144
1145 rc = ata_host_suspend(host, mesg);
1146 if (rc)
1147 return rc;
1148
1149 /* Some braindamaged ACPI suspend implementations expect the
1150 * controller to be awake on entry; otherwise, it burns cpu
1151 * cycles and power trying to do something to the sleeping
1152 * beauty.
1153 */
3a2d5b70 1154 if (piix_broken_suspend() && (mesg.event & PM_EVENT_SLEEP)) {
b8b275ef
TH
1155 pci_save_state(pdev);
1156
1157 /* mark its power state as "unknown", since we don't
1158 * know if e.g. the BIOS will change its device state
1159 * when we suspend.
1160 */
1161 if (pdev->current_state == PCI_D0)
1162 pdev->current_state = PCI_UNKNOWN;
1163
1164 /* tell resume that it's waking up from broken suspend */
1165 spin_lock_irqsave(&host->lock, flags);
1166 host->flags |= PIIX_HOST_BROKEN_SUSPEND;
1167 spin_unlock_irqrestore(&host->lock, flags);
1168 } else
1169 ata_pci_device_do_suspend(pdev, mesg);
1170
1171 return 0;
1172}
1173
1174static int piix_pci_device_resume(struct pci_dev *pdev)
1175{
1176 struct ata_host *host = dev_get_drvdata(&pdev->dev);
1177 unsigned long flags;
1178 int rc;
1179
1180 if (host->flags & PIIX_HOST_BROKEN_SUSPEND) {
1181 spin_lock_irqsave(&host->lock, flags);
1182 host->flags &= ~PIIX_HOST_BROKEN_SUSPEND;
1183 spin_unlock_irqrestore(&host->lock, flags);
1184
1185 pci_set_power_state(pdev, PCI_D0);
1186 pci_restore_state(pdev);
1187
1188 /* PCI device wasn't disabled during suspend. Use
0b62e13b
TH
1189 * pci_reenable_device() to avoid affecting the enable
1190 * count.
b8b275ef 1191 */
0b62e13b 1192 rc = pci_reenable_device(pdev);
b8b275ef
TH
1193 if (rc)
1194 dev_printk(KERN_ERR, &pdev->dev, "failed to enable "
1195 "device after resume (%d)\n", rc);
1196 } else
1197 rc = ata_pci_device_do_resume(pdev);
1198
1199 if (rc == 0)
1200 ata_host_resume(host);
1201
1202 return rc;
1203}
1204#endif
1205
25f98131
TH
1206static u8 piix_vmw_bmdma_status(struct ata_port *ap)
1207{
1208 return ata_bmdma_status(ap) & ~ATA_DMA_ERR;
1209}
1210
1da177e4
LT
1211#define AHCI_PCI_BAR 5
1212#define AHCI_GLOBAL_CTL 0x04
1213#define AHCI_ENABLE (1 << 31)
1214static int piix_disable_ahci(struct pci_dev *pdev)
1215{
ea6ba10b 1216 void __iomem *mmio;
1da177e4
LT
1217 u32 tmp;
1218 int rc = 0;
1219
1220 /* BUG: pci_enable_device has not yet been called. This
1221 * works because this device is usually set up by BIOS.
1222 */
1223
374b1873
JG
1224 if (!pci_resource_start(pdev, AHCI_PCI_BAR) ||
1225 !pci_resource_len(pdev, AHCI_PCI_BAR))
1da177e4 1226 return 0;
7b6dbd68 1227
374b1873 1228 mmio = pci_iomap(pdev, AHCI_PCI_BAR, 64);
1da177e4
LT
1229 if (!mmio)
1230 return -ENOMEM;
7b6dbd68 1231
c47a631f 1232 tmp = ioread32(mmio + AHCI_GLOBAL_CTL);
1da177e4
LT
1233 if (tmp & AHCI_ENABLE) {
1234 tmp &= ~AHCI_ENABLE;
c47a631f 1235 iowrite32(tmp, mmio + AHCI_GLOBAL_CTL);
1da177e4 1236
c47a631f 1237 tmp = ioread32(mmio + AHCI_GLOBAL_CTL);
1da177e4
LT
1238 if (tmp & AHCI_ENABLE)
1239 rc = -EIO;
1240 }
7b6dbd68 1241
374b1873 1242 pci_iounmap(pdev, mmio);
1da177e4
LT
1243 return rc;
1244}
1245
c621b140
AC
1246/**
1247 * piix_check_450nx_errata - Check for problem 450NX setup
c893a3ae 1248 * @ata_dev: the PCI device to check
2e9edbf8 1249 *
c621b140
AC
1250 * Check for the present of 450NX errata #19 and errata #25. If
1251 * they are found return an error code so we can turn off DMA
1252 */
1253
1254static int __devinit piix_check_450nx_errata(struct pci_dev *ata_dev)
1255{
1256 struct pci_dev *pdev = NULL;
1257 u16 cfg;
c621b140 1258 int no_piix_dma = 0;
2e9edbf8 1259
2dcb407e 1260 while ((pdev = pci_get_device(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82454NX, pdev)) != NULL) {
c621b140
AC
1261 /* Look for 450NX PXB. Check for problem configurations
1262 A PCI quirk checks bit 6 already */
c621b140
AC
1263 pci_read_config_word(pdev, 0x41, &cfg);
1264 /* Only on the original revision: IDE DMA can hang */
44c10138 1265 if (pdev->revision == 0x00)
c621b140
AC
1266 no_piix_dma = 1;
1267 /* On all revisions below 5 PXB bus lock must be disabled for IDE */
44c10138 1268 else if (cfg & (1<<14) && pdev->revision < 5)
c621b140
AC
1269 no_piix_dma = 2;
1270 }
31a34fe7 1271 if (no_piix_dma)
c621b140 1272 dev_printk(KERN_WARNING, &ata_dev->dev, "450NX errata present, disabling IDE DMA.\n");
31a34fe7 1273 if (no_piix_dma == 2)
c621b140
AC
1274 dev_printk(KERN_WARNING, &ata_dev->dev, "A BIOS update may resolve this.\n");
1275 return no_piix_dma;
2e9edbf8 1276}
c621b140 1277
8b09f0da 1278static void __devinit piix_init_pcs(struct ata_host *host,
ea35d29e
JG
1279 const struct piix_map_db *map_db)
1280{
8b09f0da 1281 struct pci_dev *pdev = to_pci_dev(host->dev);
ea35d29e
JG
1282 u16 pcs, new_pcs;
1283
1284 pci_read_config_word(pdev, ICH5_PCS, &pcs);
1285
1286 new_pcs = pcs | map_db->port_enable;
1287
1288 if (new_pcs != pcs) {
1289 DPRINTK("updating PCS from 0x%x to 0x%x\n", pcs, new_pcs);
1290 pci_write_config_word(pdev, ICH5_PCS, new_pcs);
1291 msleep(150);
1292 }
1293}
1294
8b09f0da
TH
1295static const int *__devinit piix_init_sata_map(struct pci_dev *pdev,
1296 struct ata_port_info *pinfo,
1297 const struct piix_map_db *map_db)
d33f58b8 1298{
b4482a4b 1299 const int *map;
d33f58b8
TH
1300 int i, invalid_map = 0;
1301 u8 map_value;
1302
1303 pci_read_config_byte(pdev, ICH5_PMR, &map_value);
1304
1305 map = map_db->map[map_value & map_db->mask];
1306
1307 dev_printk(KERN_INFO, &pdev->dev, "MAP [");
1308 for (i = 0; i < 4; i++) {
1309 switch (map[i]) {
1310 case RV:
1311 invalid_map = 1;
1312 printk(" XX");
1313 break;
1314
1315 case NA:
1316 printk(" --");
1317 break;
1318
1319 case IDE:
1320 WARN_ON((i & 1) || map[i + 1] != IDE);
669a5db4 1321 pinfo[i / 2] = piix_port_info[ich_pata_100];
d33f58b8
TH
1322 i++;
1323 printk(" IDE IDE");
1324 break;
1325
1326 default:
1327 printk(" P%d", map[i]);
1328 if (i & 1)
cca3974e 1329 pinfo[i / 2].flags |= ATA_FLAG_SLAVE_POSS;
d33f58b8
TH
1330 break;
1331 }
1332 }
1333 printk(" ]\n");
1334
1335 if (invalid_map)
1336 dev_printk(KERN_ERR, &pdev->dev,
1337 "invalid MAP value %u\n", map_value);
1338
8b09f0da 1339 return map;
d33f58b8
TH
1340}
1341
e9c1670c
TH
1342static bool piix_no_sidpr(struct ata_host *host)
1343{
1344 struct pci_dev *pdev = to_pci_dev(host->dev);
1345
1346 /*
1347 * Samsung DB-P70 only has three ATA ports exposed and
1348 * curiously the unconnected first port reports link online
1349 * while not responding to SRST protocol causing excessive
1350 * detection delay.
1351 *
1352 * Unfortunately, the system doesn't carry enough DMI
1353 * information to identify the machine but does have subsystem
1354 * vendor and device set. As it's unclear whether the
1355 * subsystem vendor/device is used only for this specific
1356 * board, the port can't be disabled solely with the
1357 * information; however, turning off SIDPR access works around
1358 * the problem. Turn it off.
1359 *
1360 * This problem is reported in bnc#441240.
1361 *
1362 * https://bugzilla.novell.com/show_bug.cgi?id=441420
1363 */
1364 if (pdev->vendor == PCI_VENDOR_ID_INTEL && pdev->device == 0x2920 &&
1365 pdev->subsystem_vendor == PCI_VENDOR_ID_SAMSUNG &&
1366 pdev->subsystem_device == 0xb049) {
1367 dev_printk(KERN_WARNING, host->dev,
1368 "Samsung DB-P70 detected, disabling SIDPR\n");
1369 return true;
1370 }
1371
1372 return false;
1373}
1374
be77e43a 1375static int __devinit piix_init_sidpr(struct ata_host *host)
c7290724
TH
1376{
1377 struct pci_dev *pdev = to_pci_dev(host->dev);
1378 struct piix_host_priv *hpriv = host->private_data;
be77e43a 1379 struct ata_link *link0 = &host->ports[0]->link;
cb6716c8 1380 u32 scontrol;
be77e43a 1381 int i, rc;
c7290724
TH
1382
1383 /* check for availability */
1384 for (i = 0; i < 4; i++)
1385 if (hpriv->map[i] == IDE)
be77e43a 1386 return 0;
c7290724 1387
e9c1670c
TH
1388 /* is it blacklisted? */
1389 if (piix_no_sidpr(host))
1390 return 0;
1391
c7290724 1392 if (!(host->ports[0]->flags & PIIX_FLAG_SIDPR))
be77e43a 1393 return 0;
c7290724
TH
1394
1395 if (pci_resource_start(pdev, PIIX_SIDPR_BAR) == 0 ||
1396 pci_resource_len(pdev, PIIX_SIDPR_BAR) != PIIX_SIDPR_LEN)
be77e43a 1397 return 0;
c7290724
TH
1398
1399 if (pcim_iomap_regions(pdev, 1 << PIIX_SIDPR_BAR, DRV_NAME))
be77e43a 1400 return 0;
c7290724
TH
1401
1402 hpriv->sidpr = pcim_iomap_table(pdev)[PIIX_SIDPR_BAR];
cb6716c8
TH
1403
1404 /* SCR access via SIDPR doesn't work on some configurations.
1405 * Give it a test drive by inhibiting power save modes which
1406 * we'll do anyway.
1407 */
be77e43a 1408 piix_sidpr_scr_read(link0, SCR_CONTROL, &scontrol);
cb6716c8
TH
1409
1410 /* if IPM is already 3, SCR access is probably working. Don't
1411 * un-inhibit power save modes as BIOS might have inhibited
1412 * them for a reason.
1413 */
1414 if ((scontrol & 0xf00) != 0x300) {
1415 scontrol |= 0x300;
be77e43a
TH
1416 piix_sidpr_scr_write(link0, SCR_CONTROL, scontrol);
1417 piix_sidpr_scr_read(link0, SCR_CONTROL, &scontrol);
cb6716c8
TH
1418
1419 if ((scontrol & 0xf00) != 0x300) {
1420 dev_printk(KERN_INFO, host->dev, "SCR access via "
1421 "SIDPR is available but doesn't work\n");
be77e43a 1422 return 0;
cb6716c8
TH
1423 }
1424 }
1425
be77e43a
TH
1426 /* okay, SCRs available, set ops and ask libata for slave_link */
1427 for (i = 0; i < 2; i++) {
1428 struct ata_port *ap = host->ports[i];
1429
1430 ap->ops = &piix_sidpr_sata_ops;
1431
1432 if (ap->flags & ATA_FLAG_SLAVE_POSS) {
1433 rc = ata_slave_link_init(ap);
1434 if (rc)
1435 return rc;
1436 }
1437 }
1438
1439 return 0;
c7290724
TH
1440}
1441
2852bcf7 1442static void piix_iocfg_bit18_quirk(struct ata_host *host)
43a98f05 1443{
1855256c 1444 static const struct dmi_system_id sysids[] = {
43a98f05
TH
1445 {
1446 /* Clevo M570U sets IOCFG bit 18 if the cdrom
1447 * isn't used to boot the system which
1448 * disables the channel.
1449 */
1450 .ident = "M570U",
1451 .matches = {
1452 DMI_MATCH(DMI_SYS_VENDOR, "Clevo Co."),
1453 DMI_MATCH(DMI_PRODUCT_NAME, "M570U"),
1454 },
1455 },
7d051548
JG
1456
1457 { } /* terminate list */
43a98f05 1458 };
2852bcf7
TH
1459 struct pci_dev *pdev = to_pci_dev(host->dev);
1460 struct piix_host_priv *hpriv = host->private_data;
43a98f05
TH
1461
1462 if (!dmi_check_system(sysids))
1463 return;
1464
1465 /* The datasheet says that bit 18 is NOOP but certain systems
1466 * seem to use it to disable a channel. Clear the bit on the
1467 * affected systems.
1468 */
2852bcf7 1469 if (hpriv->saved_iocfg & (1 << 18)) {
43a98f05
TH
1470 dev_printk(KERN_INFO, &pdev->dev,
1471 "applying IOCFG bit18 quirk\n");
2852bcf7
TH
1472 pci_write_config_dword(pdev, PIIX_IOCFG,
1473 hpriv->saved_iocfg & ~(1 << 18));
43a98f05
TH
1474 }
1475}
1476
5f451fe1
RW
1477static bool piix_broken_system_poweroff(struct pci_dev *pdev)
1478{
1479 static const struct dmi_system_id broken_systems[] = {
1480 {
1481 .ident = "HP Compaq 2510p",
1482 .matches = {
1483 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
1484 DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq 2510p"),
1485 },
1486 /* PCI slot number of the controller */
1487 .driver_data = (void *)0x1FUL,
1488 },
65e31643
VS
1489 {
1490 .ident = "HP Compaq nc6000",
1491 .matches = {
1492 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
1493 DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq nc6000"),
1494 },
1495 /* PCI slot number of the controller */
1496 .driver_data = (void *)0x1FUL,
1497 },
5f451fe1
RW
1498
1499 { } /* terminate list */
1500 };
1501 const struct dmi_system_id *dmi = dmi_first_match(broken_systems);
1502
1503 if (dmi) {
1504 unsigned long slot = (unsigned long)dmi->driver_data;
1505 /* apply the quirk only to on-board controllers */
1506 return slot == PCI_SLOT(pdev->devfn);
1507 }
1508
1509 return false;
1510}
1511
1da177e4
LT
1512/**
1513 * piix_init_one - Register PIIX ATA PCI device with kernel services
1514 * @pdev: PCI device to register
1515 * @ent: Entry in piix_pci_tbl matching with @pdev
1516 *
1517 * Called from kernel PCI layer. We probe for combined mode (sigh),
1518 * and then hand over control to libata, for it to do the rest.
1519 *
1520 * LOCKING:
1521 * Inherited from PCI layer (may sleep).
1522 *
1523 * RETURNS:
1524 * Zero on success, or -ERRNO value.
1525 */
1526
bc5468f5
AB
1527static int __devinit piix_init_one(struct pci_dev *pdev,
1528 const struct pci_device_id *ent)
1da177e4
LT
1529{
1530 static int printed_version;
24dc5f33 1531 struct device *dev = &pdev->dev;
d33f58b8 1532 struct ata_port_info port_info[2];
1626aeb8 1533 const struct ata_port_info *ppi[] = { &port_info[0], &port_info[1] };
cca3974e 1534 unsigned long port_flags;
8b09f0da
TH
1535 struct ata_host *host;
1536 struct piix_host_priv *hpriv;
1537 int rc;
1da177e4
LT
1538
1539 if (!printed_version++)
6248e647
JG
1540 dev_printk(KERN_DEBUG, &pdev->dev,
1541 "version " DRV_VERSION "\n");
1da177e4 1542
347979a0
AC
1543 /* no hotplugging support for later devices (FIXME) */
1544 if (!in_module_init && ent->driver_data >= ich5_sata)
1da177e4
LT
1545 return -ENODEV;
1546
5f451fe1
RW
1547 if (piix_broken_system_poweroff(pdev)) {
1548 piix_port_info[ent->driver_data].flags |=
1549 ATA_FLAG_NO_POWEROFF_SPINDOWN |
1550 ATA_FLAG_NO_HIBERNATE_SPINDOWN;
1551 dev_info(&pdev->dev, "quirky BIOS, skipping spindown "
1552 "on poweroff and hibernation\n");
1553 }
1554
8b09f0da
TH
1555 port_info[0] = piix_port_info[ent->driver_data];
1556 port_info[1] = piix_port_info[ent->driver_data];
1557
1558 port_flags = port_info[0].flags;
1559
1560 /* enable device and prepare host */
1561 rc = pcim_enable_device(pdev);
1562 if (rc)
1563 return rc;
1564
2852bcf7
TH
1565 hpriv = devm_kzalloc(dev, sizeof(*hpriv), GFP_KERNEL);
1566 if (!hpriv)
1567 return -ENOMEM;
1568
1569 /* Save IOCFG, this will be used for cable detection, quirk
1570 * detection and restoration on detach. This is necessary
1571 * because some ACPI implementations mess up cable related
1572 * bits on _STM. Reported on kernel bz#11879.
1573 */
1574 pci_read_config_dword(pdev, PIIX_IOCFG, &hpriv->saved_iocfg);
1575
5016d7d2
TH
1576 /* ICH6R may be driven by either ata_piix or ahci driver
1577 * regardless of BIOS configuration. Make sure AHCI mode is
1578 * off.
1579 */
1580 if (pdev->vendor == PCI_VENDOR_ID_INTEL && pdev->device == 0x2652) {
da3ceb22 1581 rc = piix_disable_ahci(pdev);
5016d7d2
TH
1582 if (rc)
1583 return rc;
1584 }
1585
8b09f0da 1586 /* SATA map init can change port_info, do it before prepping host */
8b09f0da
TH
1587 if (port_flags & ATA_FLAG_SATA)
1588 hpriv->map = piix_init_sata_map(pdev, port_info,
1589 piix_map_db_table[ent->driver_data]);
1da177e4 1590
9363c382 1591 rc = ata_pci_sff_prepare_host(pdev, ppi, &host);
8b09f0da
TH
1592 if (rc)
1593 return rc;
1594 host->private_data = hpriv;
ff0fc146 1595
8b09f0da 1596 /* initialize controller */
c7290724 1597 if (port_flags & ATA_FLAG_SATA) {
8b09f0da 1598 piix_init_pcs(host, piix_map_db_table[ent->driver_data]);
be77e43a
TH
1599 rc = piix_init_sidpr(host);
1600 if (rc)
1601 return rc;
c7290724 1602 }
1da177e4 1603
43a98f05 1604 /* apply IOCFG bit18 quirk */
2852bcf7 1605 piix_iocfg_bit18_quirk(host);
43a98f05 1606
1da177e4
LT
1607 /* On ICH5, some BIOSen disable the interrupt using the
1608 * PCI_COMMAND_INTX_DISABLE bit added in PCI 2.3.
1609 * On ICH6, this bit has the same effect, but only when
1610 * MSI is disabled (and it is disabled, as we don't use
1611 * message-signalled interrupts currently).
1612 */
cca3974e 1613 if (port_flags & PIIX_FLAG_CHECKINTR)
a04ce0ff 1614 pci_intx(pdev, 1);
1da177e4 1615
c621b140
AC
1616 if (piix_check_450nx_errata(pdev)) {
1617 /* This writes into the master table but it does not
1618 really matter for this errata as we will apply it to
1619 all the PIIX devices on the board */
8b09f0da
TH
1620 host->ports[0]->mwdma_mask = 0;
1621 host->ports[0]->udma_mask = 0;
1622 host->ports[1]->mwdma_mask = 0;
1623 host->ports[1]->udma_mask = 0;
c621b140 1624 }
517d3cc1 1625 host->flags |= ATA_HOST_PARALLEL_SCAN;
8b09f0da
TH
1626
1627 pci_set_master(pdev);
9363c382 1628 return ata_pci_sff_activate_host(host, ata_sff_interrupt, &piix_sht);
1da177e4
LT
1629}
1630
2852bcf7
TH
1631static void piix_remove_one(struct pci_dev *pdev)
1632{
1633 struct ata_host *host = dev_get_drvdata(&pdev->dev);
1634 struct piix_host_priv *hpriv = host->private_data;
1635
1636 pci_write_config_dword(pdev, PIIX_IOCFG, hpriv->saved_iocfg);
1637
1638 ata_pci_remove_one(pdev);
1639}
1640
1da177e4
LT
1641static int __init piix_init(void)
1642{
1643 int rc;
1644
b7887196
PR
1645 DPRINTK("pci_register_driver\n");
1646 rc = pci_register_driver(&piix_pci_driver);
1da177e4
LT
1647 if (rc)
1648 return rc;
1649
1650 in_module_init = 0;
1651
1652 DPRINTK("done\n");
1653 return 0;
1654}
1655
1da177e4
LT
1656static void __exit piix_exit(void)
1657{
1658 pci_unregister_driver(&piix_pci_driver);
1659}
1660
1661module_init(piix_init);
1662module_exit(piix_exit);