opti621.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:11k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  *  linux/drivers/ide/opti621.c Version 0.6 Jan 02, 1999
  3.  *
  4.  *  Copyright (C) 1996-1998  Linus Torvalds & authors (see below)
  5.  */
  6. /*
  7.  * Authors:
  8.  * Jaromir Koutek <miri@punknet.cz>,
  9.  * Jan Harkes <jaharkes@cwi.nl>,
  10.  * Mark Lord <mlord@pobox.com>
  11.  * Some parts of code are from ali14xx.c and from rz1000.c.
  12.  *
  13.  * OPTi is trademark of OPTi, Octek is trademark of Octek.
  14.  *
  15.  * I used docs from OPTi databook, from ftp.opti.com, file 9123-0002.ps
  16.  * and disassembled/traced setupvic.exe (DOS program).
  17.  * It increases kernel code about 2 kB.
  18.  * I don't have this card no more, but I hope I can get some in case
  19.  * of needed development.
  20.  * My card is Octek PIDE 1.01 (on card) or OPTiViC (program).
  21.  * It has a place for a secondary connector in circuit, but nothing
  22.  * is there. Also BIOS says no address for
  23.  * secondary controller (see bellow in ide_init_opti621).
  24.  * I've only tested this on my system, which only has one disk.
  25.  * It's Western Digital WDAC2850, with PIO mode 3. The PCI bus
  26.  * is at 20 MHz (I have DX2/80, I tried PCI at 40, but I got random
  27.  * lockups). I tried the OCTEK double speed CD-ROM and
  28.  * it does not work! But I can't boot DOS also, so it's probably
  29.  * hardware fault. I have connected Conner 80MB, the Seagate 850MB (no
  30.  * problems) and Seagate 1GB (as slave, WD as master). My experiences
  31.  * with the third, 1GB drive: I got 3MB/s (hdparm), but sometimes
  32.  * it slows to about 100kB/s! I don't know why and I have
  33.  * not this drive now, so I can't try it again.
  34.  * I write this driver because I lost the paper ("manual") with
  35.  * settings of jumpers on the card and I have to boot Linux with
  36.  * Loadlin except LILO, cause I have to run the setupvic.exe program
  37.  * already or I get disk errors (my test: rpm -Vf
  38.  * /usr/X11R6/bin/XF86_SVGA - or any big file).
  39.  * Some numbers from hdparm -t /dev/hda:
  40.  * Timing buffer-cache reads:   32 MB in  3.02 seconds =10.60 MB/sec
  41.  * Timing buffered disk reads:  16 MB in  5.52 seconds = 2.90 MB/sec
  42.  * I have 4 Megs/s before, but I don't know why (maybe changes
  43.  * in hdparm test).
  44.  * After release of 0.1, I got some successful reports, so it might work.
  45.  *
  46.  * The main problem with OPTi is that some timings for master
  47.  * and slave must be the same. For example, if you have master
  48.  * PIO 3 and slave PIO 0, driver have to set some timings of
  49.  * master for PIO 0. Second problem is that opti621_tune_drive
  50.  * got only one drive to set, but have to set both drives.
  51.  * This is solved in compute_pios. If you don't set
  52.  * the second drive, compute_pios use ide_get_best_pio_mode
  53.  * for autoselect mode (you can change it to PIO 0, if you want).
  54.  * If you then set the second drive to another PIO, the old value
  55.  * (automatically selected) will be overrided by yours.
  56.  * There is a 25/33MHz switch in configuration
  57.  * register, but driver is written for use at any frequency which get
  58.  * (use idebus=xx to select PCI bus speed).
  59.  * Use ide0=autotune for automatical tune of the PIO modes.
  60.  * If you get strange results, do not use this and set PIO manually
  61.  * by hdparm.
  62.  *
  63.  * Version 0.1, Nov 8, 1996
  64.  * by Jaromir Koutek, for 2.1.8. 
  65.  * Initial version of driver.
  66.  * 
  67.  * Version 0.2
  68.  * Number 0.2 skipped.
  69.  *
  70.  * Version 0.3, Nov 29, 1997
  71.  * by Mark Lord (probably), for 2.1.68
  72.  * Updates for use with new IDE block driver.
  73.  *
  74.  * Version 0.4, Dec 14, 1997
  75.  * by Jan Harkes
  76.  * Fixed some errors and cleaned the code.
  77.  *
  78.  * Version 0.5, Jan 2, 1998
  79.  * by Jaromir Koutek
  80.  * Updates for use with (again) new IDE block driver.
  81.  * Update of documentation.
  82.  * 
  83.  * Version 0.6, Jan 2, 1999
  84.  * by Jaromir Koutek
  85.  * Reversed to version 0.3 of the driver, because
  86.  * 0.5 doesn't work.
  87.  */
  88. #undef REALLY_SLOW_IO /* most systems can safely undef this */
  89. #define OPTI621_DEBUG /* define for debug messages */
  90. #include <linux/types.h>
  91. #include <linux/kernel.h>
  92. #include <linux/delay.h>
  93. #include <linux/timer.h>
  94. #include <linux/mm.h>
  95. #include <linux/ioport.h>
  96. #include <linux/blkdev.h>
  97. #include <linux/hdreg.h>
  98. #include <linux/ide.h>
  99. #include <asm/io.h>
  100. #include "ide_modes.h"
  101. #define OPTI621_MAX_PIO 3
  102. /* In fact, I do not have any PIO 4 drive
  103.  * (address: 25 ns, data: 70 ns, recovery: 35 ns),
  104.  * but OPTi 82C621 is programmable and it can do (minimal values):
  105.  * on 40MHz PCI bus (pulse 25 ns):
  106.  *  address: 25 ns, data: 25 ns, recovery: 50 ns;
  107.  * on 20MHz PCI bus (pulse 50 ns):
  108.  *  address: 50 ns, data: 50 ns, recovery: 100 ns.
  109.  */
  110. /* #define READ_PREFETCH 0 */
  111. /* Uncommnent for disable read prefetch.
  112.  * There is some readprefetch capatibility in hdparm,
  113.  * but when I type hdparm -P 1 /dev/hda, I got errors
  114.  * and till reset drive is inaccessible.
  115.  * This (hw) read prefetch is safe on my drive.
  116.  */
  117. #ifndef READ_PREFETCH
  118. #define READ_PREFETCH 0x40 /* read prefetch is enabled */
  119. #endif /* else read prefetch is disabled */
  120. #define READ_REG 0 /* index of Read cycle timing register */
  121. #define WRITE_REG 1 /* index of Write cycle timing register */
  122. #define CNTRL_REG 3 /* index of Control register */
  123. #define STRAP_REG 5 /* index of Strap register */
  124. #define MISC_REG 6 /* index of Miscellaneous register */
  125. int reg_base;
  126. #define PIO_NOT_EXIST 254
  127. #define PIO_DONT_KNOW 255
  128. /* there are stored pio numbers from other calls of opti621_tune_drive */
  129. static void compute_pios(ide_drive_t *drive, byte pio)
  130. /* Store values into drive->drive_data
  131.  * second_contr - 0 for primary controller, 1 for secondary
  132.  * slave_drive - 0 -> pio is for master, 1 -> pio is for slave
  133.  * pio - PIO mode for selected drive (for other we don't know)
  134.  */
  135. {
  136. int d;
  137. ide_hwif_t *hwif = HWIF(drive);
  138. drive->drive_data = ide_get_best_pio_mode(drive, pio, OPTI621_MAX_PIO, NULL);
  139. for (d = 0; d < 2; ++d) {
  140. drive = &hwif->drives[d];
  141. if (drive->present) {
  142. if (drive->drive_data == PIO_DONT_KNOW)
  143. drive->drive_data = ide_get_best_pio_mode(drive, 255, OPTI621_MAX_PIO, NULL);
  144. #ifdef OPTI621_DEBUG
  145. printk("%s: Selected PIO mode %dn", drive->name, drive->drive_data);
  146. #endif
  147. } else {
  148. drive->drive_data = PIO_NOT_EXIST;
  149. }
  150. }
  151. }
  152. int cmpt_clk(int time, int bus_speed)
  153. /* Returns (rounded up) time in clocks for time in ns,
  154.  * with bus_speed in MHz.
  155.  * Example: bus_speed = 40 MHz, time = 80 ns
  156.  * 1000/40 = 25 ns (clk value),
  157.  * 80/25 = 3.2, rounded up to 4 (I hope ;-)).
  158.  * Use idebus=xx to select right frequency.
  159.  */
  160. {
  161. return ((time*bus_speed+999)/1000);
  162. }
  163. static void write_reg(byte value, int reg)
  164. /* Write value to register reg, base of register
  165.  * is at reg_base (0x1f0 primary, 0x170 secondary,
  166.  * if not changed by PCI configuration).
  167.  * This is from setupvic.exe program.
  168.  */
  169. {
  170. inw(reg_base+1);
  171. inw(reg_base+1);
  172. outb(3, reg_base+2);
  173. outb(value, reg_base+reg);
  174. outb(0x83, reg_base+2);
  175. }
  176. static byte read_reg(int reg)
  177. /* Read value from register reg, base of register
  178.  * is at reg_base (0x1f0 primary, 0x170 secondary,
  179.  * if not changed by PCI configuration).
  180.  * This is from setupvic.exe program.
  181.  */
  182. {
  183. byte ret;
  184. inw(reg_base+1);
  185. inw(reg_base+1);
  186. outb(3, reg_base+2);
  187. ret=inb(reg_base+reg);
  188. outb(0x83, reg_base+2);
  189. return ret;
  190. }
  191. typedef struct pio_clocks_s {
  192. int address_time; /* Address setup (clocks) */
  193. int data_time; /* Active/data pulse (clocks) */
  194. int recovery_time; /* Recovery time (clocks) */
  195. } pio_clocks_t;
  196. static void compute_clocks(int pio, pio_clocks_t *clks)
  197. {
  198.         if (pio != PIO_NOT_EXIST) {
  199.          int adr_setup, data_pls;
  200. int bus_speed = system_bus_clock();
  201.           adr_setup = ide_pio_timings[pio].setup_time;
  202.           data_pls = ide_pio_timings[pio].active_time;
  203.    clks->address_time = cmpt_clk(adr_setup, bus_speed);
  204.       clks->data_time = cmpt_clk(data_pls, bus_speed);
  205.       clks->recovery_time = cmpt_clk(ide_pio_timings[pio].cycle_time
  206.       - adr_setup-data_pls, bus_speed);
  207.       if (clks->address_time<1) clks->address_time = 1;
  208.       if (clks->address_time>4) clks->address_time = 4;
  209.       if (clks->data_time<1) clks->data_time = 1;
  210.       if (clks->data_time>16) clks->data_time = 16;
  211.       if (clks->recovery_time<2) clks->recovery_time = 2;
  212.       if (clks->recovery_time>17) clks->recovery_time = 17;
  213. } else {
  214. clks->address_time = 1;
  215. clks->data_time = 1;
  216. clks->recovery_time = 2;
  217. /* minimal values */
  218. }
  219.  
  220. }
  221. /* Main tune procedure, called from tuneproc. */
  222. static void opti621_tune_drive (ide_drive_t *drive, byte pio)
  223. {
  224. /* primary and secondary drives share some registers,
  225.  * so we have to program both drives
  226.  */
  227. unsigned long flags;
  228. byte pio1, pio2;
  229. pio_clocks_t first, second;
  230. int ax, drdy;
  231. byte cycle1, cycle2, misc;
  232. ide_hwif_t *hwif = HWIF(drive);
  233. /* sets drive->drive_data for both drives */
  234. compute_pios(drive, pio);
  235.   pio1 = hwif->drives[0].drive_data;
  236.   pio2 = hwif->drives[1].drive_data;
  237. compute_clocks(pio1, &first);
  238. compute_clocks(pio2, &second);
  239. /* ax = max(a1,a2) */
  240. ax = (first.address_time < second.address_time) ? second.address_time : first.address_time;
  241. drdy = 2; /* DRDY is default 2 (by OPTi Databook) */
  242. cycle1 = ((first.data_time-1)<<4)  | (first.recovery_time-2);
  243. cycle2 = ((second.data_time-1)<<4) | (second.recovery_time-2);
  244. misc = READ_PREFETCH | ((ax-1)<<4) | ((drdy-2)<<1);
  245. #ifdef OPTI621_DEBUG
  246. printk("%s: master: address: %d, data: %d, recovery: %d, drdy: %d [clk]n",
  247. hwif->name, ax, first.data_time, first.recovery_time, drdy);
  248. printk("%s: slave:  address: %d, data: %d, recovery: %d, drdy: %d [clk]n",
  249. hwif->name, ax, second.data_time, second.recovery_time, drdy);
  250. #endif
  251. save_flags(flags); /* all CPUs */
  252. cli(); /* all CPUs */
  253.       reg_base = hwif->io_ports[IDE_DATA_OFFSET];
  254. outb(0xc0, reg_base+CNTRL_REG); /* allow Register-B */
  255. outb(0xff, reg_base+5); /* hmm, setupvic.exe does this ;-) */
  256. inb(reg_base+CNTRL_REG);  /* if reads 0xff, adapter not exist? */
  257. read_reg(CNTRL_REG); /* if reads 0xc0, no interface exist? */
  258. read_reg(STRAP_REG); /* read version, probably 0 */
  259. /* program primary drive */
  260. write_reg(0,      MISC_REG); /* select Index-0 for Register-A */
  261. write_reg(cycle1, READ_REG); /* set read cycle timings */
  262. write_reg(cycle1, WRITE_REG); /* set write cycle timings */
  263. /* program secondary drive */
  264. write_reg(1,      MISC_REG); /* select Index-1 for Register-B */
  265. write_reg(cycle2, READ_REG); /* set read cycle timings */
  266. write_reg(cycle2, WRITE_REG); /* set write cycle timings */
  267. write_reg(0x85, CNTRL_REG); /* use Register-A for drive 0 */
  268. /* use Register-B for drive 1 */
  269.   write_reg(misc, MISC_REG); /* set address setup, DRDY timings,   */
  270.   /*  and read prefetch for both drives */
  271. restore_flags(flags); /* all CPUs */
  272. }
  273. /*
  274.  * ide_init_opti621() is called once for each hwif found at boot.
  275.  */
  276. void __init ide_init_opti621 (ide_hwif_t *hwif)
  277. {
  278. hwif->drives[0].drive_data = PIO_DONT_KNOW;
  279. hwif->drives[1].drive_data = PIO_DONT_KNOW;
  280. hwif->tuneproc = &opti621_tune_drive;
  281. }