ata_piix.c 45 KB

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