cmd640.c
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:23k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  *  linux/drivers/ide/cmd640.c Version 1.02  Sep 01, 1996
  3.  *
  4.  *  Copyright (C) 1995-1996  Linus Torvalds & authors (see below)
  5.  */
  6. /*
  7.  *  Original authors: abramov@cecmow.enet.dec.com (Igor Abramov)
  8.  *   mlord@pobox.com (Mark Lord)
  9.  *
  10.  *  See linux/MAINTAINERS for address of current maintainer.
  11.  *
  12.  *  This file provides support for the advanced features and bugs
  13.  *  of IDE interfaces using the CMD Technologies 0640 IDE interface chip.
  14.  *
  15.  *  These chips are basically fucked by design, and getting this driver
  16.  *  to work on every motherboard design that uses this screwed chip seems
  17.  *  bloody well impossible.  However, we're still trying.
  18.  *
  19.  *  Version 0.97 worked for everybody.
  20.  *
  21.  *  User feedback is essential.  Many thanks to the beta test team:
  22.  *
  23.  *  A.Hartgers@stud.tue.nl, JZDQC@CUNYVM.CUNY.edu, abramov@cecmow.enet.dec.com,
  24.  *  bardj@utopia.ppp.sn.no, bart@gaga.tue.nl, bbol001@cs.auckland.ac.nz,
  25.  *  chrisc@dbass.demon.co.uk, dalecki@namu26.Num.Math.Uni-Goettingen.de,
  26.  *  derekn@vw.ece.cmu.edu, florian@btp2x3.phy.uni-bayreuth.de,
  27.  *  flynn@dei.unipd.it, gadio@netvision.net.il, godzilla@futuris.net,
  28.  *  j@pobox.com, jkemp1@mises.uni-paderborn.de, jtoppe@hiwaay.net,
  29.  *  kerouac@ssnet.com, meskes@informatik.rwth-aachen.de, hzoli@cs.elte.hu,
  30.  *  peter@udgaard.isgtec.com, phil@tazenda.demon.co.uk, roadcapw@cfw.com,
  31.  *  s0033las@sun10.vsz.bme.hu, schaffer@tam.cornell.edu, sjd@slip.net,
  32.  *  steve@ei.org, ulrpeg@bigcomm.gun.de, ism@tardis.ed.ac.uk, mack@cray.com
  33.  *  liug@mama.indstate.edu, and others.
  34.  *
  35.  *  Version 0.01 Initial version, hacked out of ide.c,
  36.  * and #include'd rather than compiled separately.
  37.  * This will get cleaned up in a subsequent release.
  38.  *
  39.  *  Version 0.02 Fixes for vlb initialization code, enable prefetch
  40.  * for versions 'B' and 'C' of chip by default,
  41.  * some code cleanup.
  42.  *
  43.  *  Version 0.03 Added reset of secondary interface,
  44.  * and black list for devices which are not compatible
  45.  * with prefetch mode. Separate function for setting
  46.  * prefetch is added, possibly it will be called some
  47.  * day from ioctl processing code.
  48.  *
  49.  *  Version 0.04 Now configs/compiles separate from ide.c
  50.  *
  51.  *  Version 0.05 Major rewrite of interface timing code.
  52.  * Added new function cmd640_set_mode to set PIO mode
  53.  * from ioctl call. New drives added to black list.
  54.  *
  55.  *  Version 0.06 More code cleanup. Prefetch is enabled only for
  56.  * detected hard drives, not included in prefetch
  57.  * black list.
  58.  *
  59.  *  Version 0.07 Changed to more conservative drive tuning policy.
  60.  * Unknown drives, which report PIO < 4 are set to
  61.  * (reported_PIO - 1) if it is supported, or to PIO0.
  62.  * List of known drives extended by info provided by
  63.  * CMD at their ftp site.
  64.  *
  65.  *  Version 0.08 Added autotune/noautotune support.
  66.  *
  67.  *  Version 0.09 Try to be smarter about 2nd port enabling.
  68.  *  Version 0.10 Be nice and don't reset 2nd port.
  69.  *  Version 0.11 Try to handle more weird situations.
  70.  *
  71.  *  Version 0.12 Lots of bug fixes from Laszlo Peter
  72.  * irq unmasking disabled for reliability.
  73.  * try to be even smarter about the second port.
  74.  * tidy up source code formatting.
  75.  *  Version 0.13 permit irq unmasking again.
  76.  *  Version 0.90 massive code cleanup, some bugs fixed.
  77.  * defaults all drives to PIO mode0, prefetch off.
  78.  * autotune is OFF by default, with compile time flag.
  79.  * prefetch can be turned OFF/ON using "hdparm -p8/-p9"
  80.  *  (requires hdparm-3.1 or newer)
  81.  *  Version 0.91 first release to linux-kernel list.
  82.  *  Version 0.92 move initial reg dump to separate callable function
  83.  * change "readahead" to "prefetch" to avoid confusion
  84.  *  Version 0.95 respect original BIOS timings unless autotuning.
  85.  * tons of code cleanup and rearrangement.
  86.  * added CONFIG_BLK_DEV_CMD640_ENHANCED option
  87.  * prevent use of unmask when prefetch is on
  88.  *  Version 0.96 prevent use of io_32bit when prefetch is off
  89.  *  Version 0.97 fix VLB secondary interface for sjd@slip.net
  90.  * other minor tune-ups:  0.96 was very good.
  91.  *  Version 0.98 ignore PCI version when disabled by BIOS
  92.  *  Version 0.99 display setup/active/recovery clocks with PIO mode
  93.  *  Version 1.00 Mmm.. cannot depend on PCMD_ENA in all systems
  94.  *  Version 1.01 slow/fast devsel can be selected with "hdparm -p6/-p7"
  95.  *  ("fast" is necessary for 32bit I/O in some systems)
  96.  *  Version 1.02 fix bug that resulted in slow "setup times"
  97.  *  (patch courtesy of Zoltan Hidvegi)
  98.  */
  99. #undef REALLY_SLOW_IO /* most systems can safely undef this */
  100. #define CMD640_PREFETCH_MASKS 1
  101. #include <linux/config.h>
  102. #include <linux/types.h>
  103. #include <linux/kernel.h>
  104. #include <linux/delay.h>
  105. #include <linux/timer.h>
  106. #include <linux/mm.h>
  107. #include <linux/ioport.h>
  108. #include <linux/blkdev.h>
  109. #include <linux/hdreg.h>
  110. #include <linux/ide.h>
  111. #include <linux/init.h>
  112. #include <asm/io.h>
  113. #include "ide_modes.h"
  114. /*
  115.  * This flag is set in ide.c by the parameter:  ide0=cmd640_vlb
  116.  */
  117. int cmd640_vlb = 0;
  118. /*
  119.  * CMD640 specific registers definition.
  120.  */
  121. #define VID 0x00
  122. #define DID 0x02
  123. #define PCMD 0x04
  124. #define   PCMD_ENA 0x01
  125. #define PSTTS 0x06
  126. #define REVID 0x08
  127. #define PROGIF 0x09
  128. #define SUBCL 0x0a
  129. #define BASCL 0x0b
  130. #define BaseA0 0x10
  131. #define BaseA1 0x14
  132. #define BaseA2 0x18
  133. #define BaseA3 0x1c
  134. #define INTLINE 0x3c
  135. #define INPINE 0x3d
  136. #define CFR 0x50
  137. #define   CFR_DEVREV 0x03
  138. #define   CFR_IDE01INTR 0x04
  139. #define   CFR_DEVID 0x18
  140. #define   CFR_AT_VESA_078h 0x20
  141. #define   CFR_DSA1 0x40
  142. #define   CFR_DSA0 0x80
  143. #define CNTRL 0x51
  144. #define   CNTRL_DIS_RA0 0x40
  145. #define   CNTRL_DIS_RA1 0x80
  146. #define   CNTRL_ENA_2ND 0x08
  147. #define CMDTIM 0x52
  148. #define ARTTIM0 0x53
  149. #define DRWTIM0 0x54
  150. #define ARTTIM1  0x55
  151. #define DRWTIM1 0x56
  152. #define ARTTIM23 0x57
  153. #define   ARTTIM23_DIS_RA2 0x04
  154. #define   ARTTIM23_DIS_RA3 0x08
  155. #define DRWTIM23 0x58
  156. #define BRST 0x59
  157. /*
  158.  * Registers and masks for easy access by drive index:
  159.  */
  160. static byte prefetch_regs[4]  = {CNTRL, CNTRL, ARTTIM23, ARTTIM23};
  161. static byte prefetch_masks[4] = {CNTRL_DIS_RA0, CNTRL_DIS_RA1, ARTTIM23_DIS_RA2, ARTTIM23_DIS_RA3};
  162. #ifdef CONFIG_BLK_DEV_CMD640_ENHANCED
  163. static byte arttim_regs[4] = {ARTTIM0, ARTTIM1, ARTTIM23, ARTTIM23};
  164. static byte drwtim_regs[4] = {DRWTIM0, DRWTIM1, DRWTIM23, DRWTIM23};
  165. /*
  166.  * Current cmd640 timing values for each drive.
  167.  * The defaults for each are the slowest possible timings.
  168.  */
  169. static byte setup_counts[4]    = {4, 4, 4, 4};     /* Address setup count (in clocks) */
  170. static byte active_counts[4]   = {16, 16, 16, 16}; /* Active count   (encoded) */
  171. static byte recovery_counts[4] = {16, 16, 16, 16}; /* Recovery count (encoded) */
  172. #endif /* CONFIG_BLK_DEV_CMD640_ENHANCED */
  173. /*
  174.  * These are initialized to point at the devices we control
  175.  */
  176. static ide_hwif_t  *cmd_hwif0, *cmd_hwif1;
  177. static ide_drive_t *cmd_drives[4];
  178. /*
  179.  * Interface to access cmd640x registers
  180.  */
  181. static unsigned int cmd640_key;
  182. static void (*put_cmd640_reg)(unsigned short reg, byte val);
  183. static byte (*get_cmd640_reg)(unsigned short reg);
  184. /*
  185.  * This is read from the CFR reg, and is used in several places.
  186.  */
  187. static unsigned int cmd640_chip_version;
  188. /*
  189.  * The CMD640x chip does not support DWORD config write cycles, but some
  190.  * of the BIOSes use them to implement the config services.
  191.  * Therefore, we must use direct IO instead.
  192.  */
  193. /* PCI method 1 access */
  194. static void put_cmd640_reg_pci1 (unsigned short reg, byte val)
  195. {
  196. unsigned long flags;
  197. save_flags(flags);
  198. cli();
  199. outl_p((reg & 0xfc) | cmd640_key, 0xcf8);
  200. outb_p(val, (reg & 3) | 0xcfc);
  201. restore_flags(flags);
  202. }
  203. static byte get_cmd640_reg_pci1 (unsigned short reg)
  204. {
  205. byte b;
  206. unsigned long flags;
  207. save_flags(flags);
  208. cli();
  209. outl_p((reg & 0xfc) | cmd640_key, 0xcf8);
  210. b = inb_p((reg & 3) | 0xcfc);
  211. restore_flags(flags);
  212. return b;
  213. }
  214. /* PCI method 2 access (from CMD datasheet) */
  215. static void put_cmd640_reg_pci2 (unsigned short reg, byte val)
  216. {
  217. unsigned long flags;
  218. save_flags(flags);
  219. cli();
  220. outb_p(0x10, 0xcf8);
  221. outb_p(val, cmd640_key + reg);
  222. outb_p(0, 0xcf8);
  223. restore_flags(flags);
  224. }
  225. static byte get_cmd640_reg_pci2 (unsigned short reg)
  226. {
  227. byte b;
  228. unsigned long flags;
  229. save_flags(flags);
  230. cli();
  231. outb_p(0x10, 0xcf8);
  232. b = inb_p(cmd640_key + reg);
  233. outb_p(0, 0xcf8);
  234. restore_flags(flags);
  235. return b;
  236. }
  237. /* VLB access */
  238. static void put_cmd640_reg_vlb (unsigned short reg, byte val)
  239. {
  240. unsigned long flags;
  241. save_flags(flags);
  242. cli();
  243. outb_p(reg, cmd640_key);
  244. outb_p(val, cmd640_key + 4);
  245. restore_flags(flags);
  246. }
  247. static byte get_cmd640_reg_vlb (unsigned short reg)
  248. {
  249. byte b;
  250. unsigned long flags;
  251. save_flags(flags);
  252. cli();
  253. outb_p(reg, cmd640_key);
  254. b = inb_p(cmd640_key + 4);
  255. restore_flags(flags);
  256. return b;
  257. }
  258. static int __init match_pci_cmd640_device (void)
  259. {
  260. const byte ven_dev[4] = {0x95, 0x10, 0x40, 0x06};
  261. unsigned int i;
  262. for (i = 0; i < 4; i++) {
  263. if (get_cmd640_reg(i) != ven_dev[i])
  264. return 0;
  265. }
  266. #ifdef STUPIDLY_TRUST_BROKEN_PCMD_ENA_BIT
  267. if ((get_cmd640_reg(PCMD) & PCMD_ENA) == 0) {
  268. printk("ide: cmd640 on PCI disabled by BIOSn");
  269. return 0;
  270. }
  271. #endif /* STUPIDLY_TRUST_BROKEN_PCMD_ENA_BIT */
  272. return 1; /* success */
  273. }
  274. /*
  275.  * Probe for CMD640x -- pci method 1
  276.  */
  277. static int __init probe_for_cmd640_pci1 (void)
  278. {
  279. get_cmd640_reg = get_cmd640_reg_pci1;
  280. put_cmd640_reg = put_cmd640_reg_pci1;
  281. for (cmd640_key = 0x80000000; cmd640_key <= 0x8000f800; cmd640_key += 0x800) {
  282. if (match_pci_cmd640_device())
  283. return 1; /* success */
  284. }
  285. return 0;
  286. }
  287. /*
  288.  * Probe for CMD640x -- pci method 2
  289.  */
  290. static int __init probe_for_cmd640_pci2 (void)
  291. {
  292. get_cmd640_reg = get_cmd640_reg_pci2;
  293. put_cmd640_reg = put_cmd640_reg_pci2;
  294. for (cmd640_key = 0xc000; cmd640_key <= 0xcf00; cmd640_key += 0x100) {
  295. if (match_pci_cmd640_device())
  296. return 1; /* success */
  297. }
  298. return 0;
  299. }
  300. /*
  301.  * Probe for CMD640x -- vlb
  302.  */
  303. static int __init probe_for_cmd640_vlb (void)
  304. {
  305. byte b;
  306. get_cmd640_reg = get_cmd640_reg_vlb;
  307. put_cmd640_reg = put_cmd640_reg_vlb;
  308. cmd640_key = 0x178;
  309. b = get_cmd640_reg(CFR);
  310. if (b == 0xff || b == 0x00 || (b & CFR_AT_VESA_078h)) {
  311. cmd640_key = 0x78;
  312. b = get_cmd640_reg(CFR);
  313. if (b == 0xff || b == 0x00 || !(b & CFR_AT_VESA_078h))
  314. return 0;
  315. }
  316. return 1; /* success */
  317. }
  318. /*
  319.  *  Returns 1 if an IDE interface/drive exists at 0x170,
  320.  *  Returns 0 otherwise.
  321.  */
  322. static int __init secondary_port_responding (void)
  323. {
  324. unsigned long flags;
  325. save_flags(flags);
  326. cli();
  327. outb_p(0x0a, 0x170 + IDE_SELECT_OFFSET); /* select drive0 */
  328. udelay(100);
  329. if ((inb_p(0x170 + IDE_SELECT_OFFSET) & 0x1f) != 0x0a) {
  330. outb_p(0x1a, 0x170 + IDE_SELECT_OFFSET); /* select drive1 */
  331. udelay(100);
  332. if ((inb_p(0x170 + IDE_SELECT_OFFSET) & 0x1f) != 0x1a) {
  333. restore_flags(flags);
  334. return 0; /* nothing responded */
  335. }
  336. }
  337. restore_flags(flags);
  338. return 1; /* success */
  339. }
  340. #ifdef CMD640_DUMP_REGS
  341. /*
  342.  * Dump out all cmd640 registers.  May be called from ide.c
  343.  */
  344. void cmd640_dump_regs (void)
  345. {
  346. unsigned int reg = cmd640_vlb ? 0x50 : 0x00;
  347. /* Dump current state of chip registers */
  348. printk("ide: cmd640 internal register dump:");
  349. for (; reg <= 0x59; reg++) {
  350. if (!(reg & 0x0f))
  351. printk("n%04x:", reg);
  352. printk(" %02x", get_cmd640_reg(reg));
  353. }
  354. printk("n");
  355. }
  356. #endif
  357. /*
  358.  * Check whether prefetch is on for a drive,
  359.  * and initialize the unmask flags for safe operation.
  360.  */
  361. static void __init check_prefetch (unsigned int index)
  362. {
  363. ide_drive_t *drive = cmd_drives[index];
  364. byte b = get_cmd640_reg(prefetch_regs[index]);
  365. if (b & prefetch_masks[index]) { /* is prefetch off? */
  366. drive->no_unmask = 0;
  367. drive->no_io_32bit = 1;
  368. drive->io_32bit = 0;
  369. } else {
  370. #if CMD640_PREFETCH_MASKS
  371. drive->no_unmask = 1;
  372. drive->unmask = 0;
  373. #endif
  374. drive->no_io_32bit = 0;
  375. }
  376. }
  377. /*
  378.  * Figure out which devices we control
  379.  */
  380. static void __init setup_device_ptrs (void)
  381. {
  382. unsigned int i;
  383. cmd_hwif0 = &ide_hwifs[0]; /* default, if not found below */
  384. cmd_hwif1 = &ide_hwifs[1]; /* default, if not found below */
  385. for (i = 0; i < MAX_HWIFS; i++) {
  386. ide_hwif_t *hwif = &ide_hwifs[i];
  387. if (hwif->chipset == ide_unknown || hwif->chipset == ide_generic) {
  388. if (hwif->io_ports[IDE_DATA_OFFSET] == 0x1f0)
  389. cmd_hwif0 = hwif;
  390. else if (hwif->io_ports[IDE_DATA_OFFSET] == 0x170)
  391. cmd_hwif1 = hwif;
  392. }
  393. }
  394. cmd_drives[0] = &cmd_hwif0->drives[0];
  395. cmd_drives[1] = &cmd_hwif0->drives[1];
  396. cmd_drives[2] = &cmd_hwif1->drives[0];
  397. cmd_drives[3] = &cmd_hwif1->drives[1];
  398. }
  399. #ifdef CONFIG_BLK_DEV_CMD640_ENHANCED
  400. /*
  401.  * Sets prefetch mode for a drive.
  402.  */
  403. static void set_prefetch_mode (unsigned int index, int mode)
  404. {
  405. ide_drive_t *drive = cmd_drives[index];
  406. int reg = prefetch_regs[index];
  407. byte b;
  408. unsigned long flags;
  409. save_flags(flags);
  410. cli();
  411. b = get_cmd640_reg(reg);
  412. if (mode) { /* want prefetch on? */
  413. #if CMD640_PREFETCH_MASKS
  414. drive->no_unmask = 1;
  415. drive->unmask = 0;
  416. #endif
  417. drive->no_io_32bit = 0;
  418. b &= ~prefetch_masks[index]; /* enable prefetch */
  419. } else {
  420. drive->no_unmask = 0;
  421. drive->no_io_32bit = 1;
  422. drive->io_32bit = 0;
  423. b |= prefetch_masks[index]; /* disable prefetch */
  424. }
  425. put_cmd640_reg(reg, b);
  426. restore_flags(flags);
  427. }
  428. /*
  429.  * Dump out current drive clocks settings
  430.  */
  431. static void display_clocks (unsigned int index)
  432. {
  433. byte active_count, recovery_count;
  434. active_count = active_counts[index];
  435. if (active_count == 1)
  436. ++active_count;
  437. recovery_count = recovery_counts[index];
  438. if (active_count > 3 && recovery_count == 1)
  439. ++recovery_count;
  440. if (cmd640_chip_version > 1)
  441. recovery_count += 1;  /* cmd640b uses (count + 1)*/
  442. printk(", clocks=%d/%d/%dn", setup_counts[index], active_count, recovery_count);
  443. }
  444. /*
  445.  * Pack active and recovery counts into single byte representation
  446.  * used by controller
  447.  */
  448. inline static byte pack_nibbles (byte upper, byte lower)
  449. {
  450. return ((upper & 0x0f) << 4) | (lower & 0x0f);
  451. }
  452. /*
  453.  * This routine retrieves the initial drive timings from the chipset.
  454.  */
  455. static void __init retrieve_drive_counts (unsigned int index)
  456. {
  457. byte b;
  458. /*
  459.  * Get the internal setup timing, and convert to clock count
  460.  */
  461. b = get_cmd640_reg(arttim_regs[index]) & ~0x3f;
  462. switch (b) {
  463. case 0x00: b = 4; break;
  464. case 0x80: b = 3; break;
  465. case 0x40: b = 2; break;
  466. default:   b = 5; break;
  467. }
  468. setup_counts[index] = b;
  469. /*
  470.  * Get the active/recovery counts
  471.  */
  472. b = get_cmd640_reg(drwtim_regs[index]);
  473. active_counts[index]   = (b >> 4)   ? (b >> 4)   : 0x10;
  474. recovery_counts[index] = (b & 0x0f) ? (b & 0x0f) : 0x10;
  475. }
  476. /*
  477.  * This routine writes the prepared setup/active/recovery counts
  478.  * for a drive into the cmd640 chipset registers to active them.
  479.  */
  480. static void program_drive_counts (unsigned int index)
  481. {
  482. unsigned long flags;
  483. byte setup_count    = setup_counts[index];
  484. byte active_count   = active_counts[index];
  485. byte recovery_count = recovery_counts[index];
  486. /*
  487.  * Set up address setup count and drive read/write timing registers.
  488.  * Primary interface has individual count/timing registers for
  489.  * each drive.  Secondary interface has one common set of registers,
  490.  * so we merge the timings, using the slowest value for each timing.
  491.  */
  492. if (index > 1) {
  493. unsigned int mate;
  494. if (cmd_drives[mate = index ^ 1]->present) {
  495. if (setup_count < setup_counts[mate])
  496. setup_count = setup_counts[mate];
  497. if (active_count < active_counts[mate])
  498. active_count = active_counts[mate];
  499. if (recovery_count < recovery_counts[mate])
  500. recovery_count = recovery_counts[mate];
  501. }
  502. }
  503. /*
  504.  * Convert setup_count to internal chipset representation
  505.  */
  506. switch (setup_count) {
  507. case 4:  setup_count = 0x00; break;
  508. case 3:  setup_count = 0x80; break;
  509. case 1:
  510. case 2:  setup_count = 0x40; break;
  511. default: setup_count = 0xc0; /* case 5 */
  512. }
  513. /*
  514.  * Now that everything is ready, program the new timings
  515.  */
  516. save_flags (flags);
  517. cli();
  518. /*
  519.  * Program the address_setup clocks into ARTTIM reg,
  520.  * and then the active/recovery counts into the DRWTIM reg
  521.  * (this converts counts of 16 into counts of zero -- okay).
  522.  */
  523. setup_count |= get_cmd640_reg(arttim_regs[index]) & 0x3f;
  524. put_cmd640_reg(arttim_regs[index], setup_count);
  525. put_cmd640_reg(drwtim_regs[index], pack_nibbles(active_count, recovery_count));
  526. restore_flags(flags);
  527. }
  528. /*
  529.  * Set a specific pio_mode for a drive
  530.  */
  531. static void cmd640_set_mode (unsigned int index, byte pio_mode, unsigned int cycle_time)
  532. {
  533. int setup_time, active_time, recovery_time, clock_time;
  534. byte setup_count, active_count, recovery_count, recovery_count2, cycle_count;
  535. int bus_speed = system_bus_clock();
  536. if (pio_mode > 5)
  537. pio_mode = 5;
  538. setup_time  = ide_pio_timings[pio_mode].setup_time;
  539. active_time = ide_pio_timings[pio_mode].active_time;
  540. recovery_time = cycle_time - (setup_time + active_time);
  541. clock_time = 1000 / bus_speed;
  542. cycle_count = (cycle_time + clock_time - 1) / clock_time;
  543. setup_count = (setup_time + clock_time - 1) / clock_time;
  544. active_count = (active_time + clock_time - 1) / clock_time;
  545. if (active_count < 2)
  546. active_count = 2; /* minimum allowed by cmd640 */
  547. recovery_count = (recovery_time + clock_time - 1) / clock_time;
  548. recovery_count2 = cycle_count - (setup_count + active_count);
  549. if (recovery_count2 > recovery_count)
  550. recovery_count = recovery_count2;
  551. if (recovery_count < 2)
  552. recovery_count = 2; /* minimum allowed by cmd640 */
  553. if (recovery_count > 17) {
  554. active_count += recovery_count - 17;
  555. recovery_count = 17;
  556. }
  557. if (active_count > 16)
  558. active_count = 16; /* maximum allowed by cmd640 */
  559. if (cmd640_chip_version > 1)
  560. recovery_count -= 1;  /* cmd640b uses (count + 1)*/
  561. if (recovery_count > 16)
  562. recovery_count = 16; /* maximum allowed by cmd640 */
  563. setup_counts[index]    = setup_count;
  564. active_counts[index]   = active_count;
  565. recovery_counts[index] = recovery_count;
  566. /*
  567.  * In a perfect world, we might set the drive pio mode here
  568.  * (using WIN_SETFEATURE) before continuing.
  569.  *
  570.  * But we do not, because:
  571.  * 1) this is the wrong place to do it (proper is do_special() in ide.c)
  572.  *  2) in practice this is rarely, if ever, necessary
  573.  */
  574. program_drive_counts (index);
  575. }
  576. /*
  577.  * Drive PIO mode selection:
  578.  */
  579. static void cmd640_tune_drive (ide_drive_t *drive, byte mode_wanted)
  580. {
  581. byte b;
  582. ide_pio_data_t  d;
  583. unsigned int index = 0;
  584. while (drive != cmd_drives[index]) {
  585. if (++index > 3) {
  586. printk("%s: bad news in cmd640_tune_driven", drive->name);
  587. return;
  588. }
  589. }
  590. switch (mode_wanted) {
  591. case 6: /* set fast-devsel off */
  592. case 7: /* set fast-devsel on */
  593. mode_wanted &= 1;
  594. b = get_cmd640_reg(CNTRL) & ~0x27;
  595. if (mode_wanted)
  596. b |= 0x27;
  597. put_cmd640_reg(CNTRL, b);
  598. printk("%s: %sabled cmd640 fast host timing (devsel)n", drive->name, mode_wanted ? "en" : "dis");
  599. return;
  600. case 8: /* set prefetch off */
  601. case 9: /* set prefetch on */
  602. mode_wanted &= 1;
  603. set_prefetch_mode(index, mode_wanted);
  604. printk("%s: %sabled cmd640 prefetchn", drive->name, mode_wanted ? "en" : "dis");
  605. return;
  606. }
  607. (void) ide_get_best_pio_mode (drive, mode_wanted, 5, &d);
  608. cmd640_set_mode (index, d.pio_mode, d.cycle_time);
  609. printk ("%s: selected cmd640 PIO mode%d (%dns)%s",
  610. drive->name,
  611. d.pio_mode,
  612. d.cycle_time,
  613. d.overridden ? " (overriding vendor mode)" : "");
  614. display_clocks(index);
  615. return;
  616. }
  617. #endif /* CONFIG_BLK_DEV_CMD640_ENHANCED */
  618. /*
  619.  * Probe for a cmd640 chipset, and initialize it if found.  Called from ide.c
  620.  */
  621. int __init ide_probe_for_cmd640x (void)
  622. {
  623. #ifdef CONFIG_BLK_DEV_CMD640_ENHANCED
  624. int second_port_toggled = 0;
  625. #endif /* CONFIG_BLK_DEV_CMD640_ENHANCED */
  626. int second_port_cmd640 = 0;
  627. const char *bus_type, *port2;
  628. unsigned int index;
  629. byte b, cfr;
  630. if (cmd640_vlb && probe_for_cmd640_vlb()) {
  631. bus_type = "VLB";
  632. } else {
  633. cmd640_vlb = 0;
  634. if (probe_for_cmd640_pci1())
  635. bus_type = "PCI (type1)";
  636. else if (probe_for_cmd640_pci2())
  637. bus_type = "PCI (type2)";
  638. else
  639. return 0;
  640. }
  641. /*
  642.  * Undocumented magic (there is no 0x5b reg in specs)
  643.  */
  644. put_cmd640_reg(0x5b, 0xbd);
  645. if (get_cmd640_reg(0x5b) != 0xbd) {
  646. printk("ide: cmd640 init failed: wrong value in reg 0x5bn");
  647. return 0;
  648. }
  649. put_cmd640_reg(0x5b, 0);
  650. #ifdef CMD640_DUMP_REGS
  651. CMD640_DUMP_REGS;
  652. #endif
  653. /*
  654.  * Documented magic begins here
  655.  */
  656. cfr = get_cmd640_reg(CFR);
  657. cmd640_chip_version = cfr & CFR_DEVREV;
  658. if (cmd640_chip_version == 0) {
  659. printk ("ide: bad cmd640 revision: %dn", cmd640_chip_version);
  660. return 0;
  661. }
  662. /*
  663.  * Initialize data for primary port
  664.  */
  665. setup_device_ptrs ();
  666. printk("%s: buggy cmd640%c interface on %s, config=0x%02xn",
  667.        cmd_hwif0->name, 'a' + cmd640_chip_version - 1, bus_type, cfr);
  668. cmd_hwif0->chipset = ide_cmd640;
  669. #ifdef CONFIG_BLK_DEV_CMD640_ENHANCED
  670. cmd_hwif0->tuneproc = &cmd640_tune_drive;
  671. #endif /* CONFIG_BLK_DEV_CMD640_ENHANCED */
  672. /*
  673.  * Ensure compatibility by always using the slowest timings
  674.  * for access to the drive's command register block,
  675.  * and reset the prefetch burstsize to default (512 bytes).
  676.  *
  677.  * Maybe we need a way to NOT do these on *some* systems?
  678.  */
  679. put_cmd640_reg(CMDTIM, 0);
  680. put_cmd640_reg(BRST, 0x40);
  681. /*
  682.  * Try to enable the secondary interface, if not already enabled
  683.  */
  684. if (cmd_hwif1->noprobe) {
  685. port2 = "not probed";
  686. } else {
  687. b = get_cmd640_reg(CNTRL);
  688. if (secondary_port_responding()) {
  689. if ((b & CNTRL_ENA_2ND)) {
  690. second_port_cmd640 = 1;
  691. port2 = "okay";
  692. } else if (cmd640_vlb) {
  693. second_port_cmd640 = 1;
  694. port2 = "alive";
  695. } else
  696. port2 = "not cmd640";
  697. } else {
  698. put_cmd640_reg(CNTRL, b ^ CNTRL_ENA_2ND); /* toggle the bit */
  699. if (secondary_port_responding()) {
  700. second_port_cmd640 = 1;
  701. #ifdef CONFIG_BLK_DEV_CMD640_ENHANCED
  702. second_port_toggled = 1;
  703. #endif /* CONFIG_BLK_DEV_CMD640_ENHANCED */
  704. port2 = "enabled";
  705. } else {
  706. put_cmd640_reg(CNTRL, b); /* restore original setting */
  707. port2 = "not responding";
  708. }
  709. }
  710. }
  711. /*
  712.  * Initialize data for secondary cmd640 port, if enabled
  713.  */
  714. if (second_port_cmd640) {
  715. cmd_hwif0->serialized = 1;
  716. cmd_hwif1->serialized = 1;
  717. cmd_hwif1->chipset = ide_cmd640;
  718. cmd_hwif0->mate = cmd_hwif1;
  719. cmd_hwif1->mate = cmd_hwif0;
  720. cmd_hwif1->channel = 1;
  721. #ifdef CONFIG_BLK_DEV_CMD640_ENHANCED
  722. cmd_hwif1->tuneproc = &cmd640_tune_drive;
  723. #endif /* CONFIG_BLK_DEV_CMD640_ENHANCED */
  724. }
  725. printk("%s: %sserialized, secondary interface %sn", cmd_hwif1->name,
  726. cmd_hwif0->serialized ? "" : "not ", port2);
  727. /*
  728.  * Establish initial timings/prefetch for all drives.
  729.  * Do not unnecessarily disturb any prior BIOS setup of these.
  730.  */
  731. for (index = 0; index < (2 + (second_port_cmd640 << 1)); index++) {
  732. ide_drive_t *drive = cmd_drives[index];
  733. #ifdef CONFIG_BLK_DEV_CMD640_ENHANCED
  734. if (drive->autotune || ((index > 1) && second_port_toggled)) {
  735.   /*
  736.    * Reset timing to the slowest speed and turn off prefetch.
  737.  * This way, the drive identify code has a better chance.
  738.  */
  739. setup_counts    [index] = 4; /* max possible */
  740. active_counts   [index] = 16; /* max possible */
  741. recovery_counts [index] = 16; /* max possible */
  742. program_drive_counts (index);
  743. set_prefetch_mode (index, 0);
  744. printk("cmd640: drive%d timings/prefetch clearedn", index);
  745. } else {
  746. /*
  747.  * Record timings/prefetch without changing them.
  748.  * This preserves any prior BIOS setup.
  749.  */
  750. retrieve_drive_counts (index);
  751. check_prefetch (index);
  752. printk("cmd640: drive%d timings/prefetch(%s) preserved",
  753. index, drive->no_io_32bit ? "off" : "on");
  754. display_clocks(index);
  755. }
  756. #else
  757. /*
  758.  * Set the drive unmask flags to match the prefetch setting
  759.  */
  760. check_prefetch (index);
  761. printk("cmd640: drive%d timings/prefetch(%s) preservedn",
  762. index, drive->no_io_32bit ? "off" : "on");
  763. #endif /* CONFIG_BLK_DEV_CMD640_ENHANCED */
  764. }
  765. #ifdef CMD640_DUMP_REGS
  766. CMD640_DUMP_REGS;
  767. #endif
  768. return 1;
  769. }