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

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  *  linux/drivers/ide/ide.c Version 6.31 June 9, 2000
  3.  *
  4.  *  Copyright (C) 1994-1998  Linus Torvalds & authors (see below)
  5.  */
  6. /*
  7.  *  Mostly written by Mark Lord  <mlord@pobox.com>
  8.  *                and Gadi Oxman <gadio@netvision.net.il>
  9.  *                and Andre Hedrick <andre@linux-ide.org>
  10.  *
  11.  *  See linux/MAINTAINERS for address of current maintainer.
  12.  *
  13.  * This is the multiple IDE interface driver, as evolved from hd.c.
  14.  * It supports up to MAX_HWIFS IDE interfaces, on one or more IRQs (usually 14 & 15).
  15.  * There can be up to two drives per interface, as per the ATA-2 spec.
  16.  *
  17.  * Primary:    ide0, port 0x1f0; major=3;  hda is minor=0; hdb is minor=64
  18.  * Secondary:  ide1, port 0x170; major=22; hdc is minor=0; hdd is minor=64
  19.  * Tertiary:   ide2, port 0x???; major=33; hde is minor=0; hdf is minor=64
  20.  * Quaternary: ide3, port 0x???; major=34; hdg is minor=0; hdh is minor=64
  21.  * ...
  22.  *
  23.  *  From hd.c:
  24.  *  |
  25.  *  | It traverses the request-list, using interrupts to jump between functions.
  26.  *  | As nearly all functions can be called within interrupts, we may not sleep.
  27.  *  | Special care is recommended.  Have Fun!
  28.  *  |
  29.  *  | modified by Drew Eckhardt to check nr of hd's from the CMOS.
  30.  *  |
  31.  *  | Thanks to Branko Lankester, lankeste@fwi.uva.nl, who found a bug
  32.  *  | in the early extended-partition checks and added DM partitions.
  33.  *  |
  34.  *  | Early work on error handling by Mika Liljeberg (liljeber@cs.Helsinki.FI).
  35.  *  |
  36.  *  | IRQ-unmask, drive-id, multiple-mode, support for ">16 heads",
  37.  *  | and general streamlining by Mark Lord (mlord@pobox.com).
  38.  *
  39.  *  October, 1994 -- Complete line-by-line overhaul for linux 1.1.x, by:
  40.  *
  41.  * Mark Lord (mlord@pobox.com) (IDE Perf.Pkg)
  42.  * Delman Lee (delman@ieee.org) ("Mr. atdisk2")
  43.  * Scott Snyder (snyder@fnald0.fnal.gov) (ATAPI IDE cd-rom)
  44.  *
  45.  *  This was a rewrite of just about everything from hd.c, though some original
  46.  *  code is still sprinkled about.  Think of it as a major evolution, with
  47.  *  inspiration from lots of linux users, esp.  hamish@zot.apana.org.au
  48.  *
  49.  *  Version 1.0 ALPHA initial code, primary i/f working okay
  50.  *  Version 1.3 BETA dual i/f on shared irq tested & working!
  51.  *  Version 1.4 BETA added auto probing for irq(s)
  52.  *  Version 1.5 BETA added ALPHA (untested) support for IDE cd-roms,
  53.  *  ...
  54.  * Version 5.50 allow values as small as 20 for idebus=
  55.  * Version 5.51 force non io_32bit in drive_cmd_intr()
  56.  * change delay_10ms() to delay_50ms() to fix problems
  57.  * Version 5.52 fix incorrect invalidation of removable devices
  58.  * add "hdx=slow" command line option
  59.  * Version 5.60 start to modularize the driver; the disk and ATAPI
  60.  *  drivers can be compiled as loadable modules.
  61.  * move IDE probe code to ide-probe.c
  62.  * move IDE disk code to ide-disk.c
  63.  * add support for generic IDE device subdrivers
  64.  * add m68k code from Geert Uytterhoeven
  65.  * probe all interfaces by default
  66.  * add ioctl to (re)probe an interface
  67.  * Version 6.00 use per device request queues
  68.  * attempt to optimize shared hwgroup performance
  69.  * add ioctl to manually adjust bandwidth algorithms
  70.  * add kerneld support for the probe module
  71.  * fix bug in ide_error()
  72.  * fix bug in the first ide_get_lock() call for Atari
  73.  * don't flush leftover data for ATAPI devices
  74.  * Version 6.01 clear hwgroup->active while the hwgroup sleeps
  75.  * support HDIO_GETGEO for floppies
  76.  * Version 6.02 fix ide_ack_intr() call
  77.  * check partition table on floppies
  78.  * Version 6.03 handle bad status bit sequencing in ide_wait_stat()
  79.  * Version 6.10 deleted old entries from this list of updates
  80.  * replaced triton.c with ide-dma.c generic PCI DMA
  81.  * added support for BIOS-enabled UltraDMA
  82.  * rename all "promise" things to "pdc4030"
  83.  * fix EZ-DRIVE handling on small disks
  84.  * Version 6.11 fix probe error in ide_scan_devices()
  85.  * fix ancient "jiffies" polling bugs
  86.  * mask all hwgroup interrupts on each irq entry
  87.  * Version 6.12 integrate ioctl and proc interfaces
  88.  * fix parsing of "idex=" command line parameter
  89.  * Version 6.13 add support for ide4/ide5 courtesy rjones@orchestream.com
  90.  * Version 6.14 fixed IRQ sharing among PCI devices
  91.  * Version 6.15 added SMP awareness to IDE drivers
  92.  * Version 6.16 fixed various bugs; even more SMP friendly
  93.  * Version 6.17 fix for newest EZ-Drive problem
  94.  * Version 6.18 default unpartitioned-disk translation now "BIOS LBA"
  95.  * Version 6.19 Re-design for a UNIFORM driver for all platforms,
  96.  *   model based on suggestions from Russell King and
  97.  *   Geert Uytterhoeven
  98.  * Promise DC4030VL now supported.
  99.  * add support for ide6/ide7
  100.  * delay_50ms() changed to ide_delay_50ms() and exported.
  101.  * Version 6.20 Added/Fixed Generic ATA-66 support and hwif detection.
  102.  * Added hdx=flash to allow for second flash disk
  103.  *   detection w/o the hang loop.
  104.  * Added support for ide8/ide9
  105.  * Added idex=ata66 for the quirky chipsets that are
  106.  *   ATA-66 compliant, but have yet to determine a method
  107.  *   of verification of the 80c cable presence.
  108.  *   Specifically Promise's PDC20262 chipset.
  109.  * Version 6.21 Fixing/Fixed SMP spinlock issue with insight from an old
  110.  *   hat that clarified original low level driver design.
  111.  * Version 6.30 Added SMP support; fixed multmode issues.  -ml
  112.  * Version 6.31 Debug Share INTR's and request queue streaming
  113.  * Native ATA-100 support
  114.  * Prep for Cascades Project
  115.  *
  116.  *  Some additional driver compile-time options are in ./include/linux/ide.h
  117.  *
  118.  *  To do, in likely order of completion:
  119.  * - modify kernel to obtain BIOS geometry for drives on 2nd/3rd/4th i/f
  120.  *
  121.  */
  122. #define REVISION "Revision: 6.31"
  123. #define VERSION "Id: ide.c 6.31 2000/06/09"
  124. #undef REALLY_SLOW_IO /* most systems can safely undef this */
  125. #define _IDE_C /* Tell ide.h it's really us */
  126. #include <linux/config.h>
  127. #include <linux/module.h>
  128. #include <linux/types.h>
  129. #include <linux/string.h>
  130. #include <linux/kernel.h>
  131. #include <linux/timer.h>
  132. #include <linux/mm.h>
  133. #include <linux/interrupt.h>
  134. #include <linux/major.h>
  135. #include <linux/errno.h>
  136. #include <linux/genhd.h>
  137. #include <linux/blkpg.h>
  138. #include <linux/slab.h>
  139. #ifndef MODULE
  140. #include <linux/init.h>
  141. #endif /* MODULE */
  142. #include <linux/pci.h>
  143. #include <linux/delay.h>
  144. #include <linux/ide.h>
  145. #include <linux/devfs_fs_kernel.h>
  146. #include <linux/completion.h>
  147. #include <linux/reboot.h>
  148. #include <asm/byteorder.h>
  149. #include <asm/irq.h>
  150. #include <asm/uaccess.h>
  151. #include <asm/io.h>
  152. #include <asm/bitops.h>
  153. #include "ide_modes.h"
  154. #ifdef CONFIG_KMOD
  155. #include <linux/kmod.h>
  156. #endif /* CONFIG_KMOD */
  157. #ifdef CONFIG_IDE_TASKFILE_IO
  158. #  define __TASKFILE__IO
  159. #else /* CONFIG_IDE_TASKFILE_IO */
  160. #  undef __TASKFILE__IO
  161. #endif /* CONFIG_IDE_TASKFILE_IO */
  162. #ifdef __TASKFILE__IO
  163. #else /* !__TASKFILE__IO */
  164. #endif /* __TASKFILE__IO */
  165. /* default maximum number of failures */
  166. #define IDE_DEFAULT_MAX_FAILURES  1
  167. static const byte ide_hwif_to_major[] = { IDE0_MAJOR, IDE1_MAJOR, IDE2_MAJOR, IDE3_MAJOR, IDE4_MAJOR, IDE5_MAJOR, IDE6_MAJOR, IDE7_MAJOR, IDE8_MAJOR, IDE9_MAJOR };
  168. static int idebus_parameter; /* holds the "idebus=" parameter */
  169. static int system_bus_speed; /* holds what we think is VESA/PCI bus speed */
  170. static int initializing;     /* set while initializing built-in drivers */
  171. #ifdef CONFIG_BLK_DEV_IDEPCI
  172. static int ide_scan_direction; /* THIS was formerly 2.2.x pci=reverse */
  173. #endif /* CONFIG_BLK_DEV_IDEPCI */
  174. #if defined(__mc68000__) || defined(CONFIG_APUS)
  175. /*
  176.  * ide_lock is used by the Atari code to obtain access to the IDE interrupt,
  177.  * which is shared between several drivers.
  178.  */
  179. static int ide_lock;
  180. #endif /* __mc68000__ || CONFIG_APUS */
  181. int noautodma = 0;
  182. /*
  183.  * ide_modules keeps track of the available IDE chipset/probe/driver modules.
  184.  */
  185. ide_module_t *ide_modules;
  186. ide_module_t *ide_probe;
  187. /*
  188.  * This is declared extern in ide.h, for access by other IDE modules:
  189.  */
  190. ide_hwif_t ide_hwifs[MAX_HWIFS]; /* master data repository */
  191. #if (DISK_RECOVERY_TIME > 0)
  192. /*
  193.  * For really screwy hardware (hey, at least it *can* be used with Linux)
  194.  * we can enforce a minimum delay time between successive operations.
  195.  */
  196. static unsigned long read_timer (void)
  197. {
  198. unsigned long t, flags;
  199. int i;
  200. __save_flags(flags); /* local CPU only */
  201. __cli(); /* local CPU only */
  202. t = jiffies * 11932;
  203.      outb_p(0, 0x43);
  204. i = inb_p(0x40);
  205. i |= inb(0x40) << 8;
  206. __restore_flags(flags); /* local CPU only */
  207. return (t - i);
  208. }
  209. #endif /* DISK_RECOVERY_TIME */
  210. static inline void set_recovery_timer (ide_hwif_t *hwif)
  211. {
  212. #if (DISK_RECOVERY_TIME > 0)
  213. hwif->last_time = read_timer();
  214. #endif /* DISK_RECOVERY_TIME */
  215. }
  216. /*
  217.  * Do not even *think* about calling this!
  218.  */
  219. static void init_hwif_data (unsigned int index)
  220. {
  221. unsigned int unit;
  222. hw_regs_t hw;
  223. ide_hwif_t *hwif = &ide_hwifs[index];
  224. /* bulk initialize hwif & drive info with zeros */
  225. memset(hwif, 0, sizeof(ide_hwif_t));
  226. memset(&hw, 0, sizeof(hw_regs_t));
  227. /* fill in any non-zero initial values */
  228. hwif->index     = index;
  229. ide_init_hwif_ports(&hw, ide_default_io_base(index), 0, &hwif->irq);
  230. memcpy(&hwif->hw, &hw, sizeof(hw));
  231. memcpy(hwif->io_ports, hw.io_ports, sizeof(hw.io_ports));
  232. hwif->noprobe = !hwif->io_ports[IDE_DATA_OFFSET];
  233. #ifdef CONFIG_BLK_DEV_HD
  234. if (hwif->io_ports[IDE_DATA_OFFSET] == HD_DATA)
  235. hwif->noprobe = 1; /* may be overridden by ide_setup() */
  236. #endif /* CONFIG_BLK_DEV_HD */
  237. hwif->major = ide_hwif_to_major[index];
  238. hwif->name[0] = 'i';
  239. hwif->name[1] = 'd';
  240. hwif->name[2] = 'e';
  241. hwif->name[3] = '0' + index;
  242. hwif->bus_state = BUSSTATE_ON;
  243. for (unit = 0; unit < MAX_DRIVES; ++unit) {
  244. ide_drive_t *drive = &hwif->drives[unit];
  245. drive->media = ide_disk;
  246. drive->select.all = (unit<<4)|0xa0;
  247. drive->hwif = hwif;
  248. drive->ctl = 0x08;
  249. drive->ready_stat = READY_STAT;
  250. drive->bad_wstat = BAD_W_STAT;
  251. drive->special.b.recalibrate = 1;
  252. drive->special.b.set_geometry = 1;
  253. drive->name[0] = 'h';
  254. drive->name[1] = 'd';
  255. drive->name[2] = 'a' + (index * MAX_DRIVES) + unit;
  256. drive->max_failures = IDE_DEFAULT_MAX_FAILURES;
  257. init_waitqueue_head(&drive->wqueue);
  258. }
  259. }
  260. /*
  261.  * init_ide_data() sets reasonable default values into all fields
  262.  * of all instances of the hwifs and drives, but only on the first call.
  263.  * Subsequent calls have no effect (they don't wipe out anything).
  264.  *
  265.  * This routine is normally called at driver initialization time,
  266.  * but may also be called MUCH earlier during kernel "command-line"
  267.  * parameter processing.  As such, we cannot depend on any other parts
  268.  * of the kernel (such as memory allocation) to be functioning yet.
  269.  *
  270.  * This is too bad, as otherwise we could dynamically allocate the
  271.  * ide_drive_t structs as needed, rather than always consuming memory
  272.  * for the max possible number (MAX_HWIFS * MAX_DRIVES) of them.
  273.  */
  274. #define MAGIC_COOKIE 0x12345678
  275. static void __init init_ide_data (void)
  276. {
  277. unsigned int index;
  278. static unsigned long magic_cookie = MAGIC_COOKIE;
  279. if (magic_cookie != MAGIC_COOKIE)
  280. return; /* already initialized */
  281. magic_cookie = 0;
  282. /* Initialise all interface structures */
  283. for (index = 0; index < MAX_HWIFS; ++index)
  284. init_hwif_data(index);
  285. /* Add default hw interfaces */
  286. ide_init_default_hwifs();
  287. idebus_parameter = 0;
  288. system_bus_speed = 0;
  289. }
  290. /*
  291.  * CompactFlash cards and their brethern pretend to be removable hard disks, except:
  292.  * (1) they never have a slave unit, and
  293.  * (2) they don't have doorlock mechanisms.
  294.  * This test catches them, and is invoked elsewhere when setting appropriate config bits.
  295.  *
  296.  * FIXME: This treatment is probably applicable for *all* PCMCIA (PC CARD) devices,
  297.  * so in linux 2.3.x we should change this to just treat all PCMCIA drives this way,
  298.  * and get rid of the model-name tests below (too big of an interface change for 2.2.x).
  299.  * At that time, we might also consider parameterizing the timeouts and retries,
  300.  * since these are MUCH faster than mechanical drives. -M.Lord
  301.  */
  302. int drive_is_flashcard (ide_drive_t *drive)
  303. {
  304. struct hd_driveid *id = drive->id;
  305. if (drive->removable && id != NULL) {
  306. if (id->config == 0x848a) return 1; /* CompactFlash */
  307. if (!strncmp(id->model, "KODAK ATA_FLASH", 15) /* Kodak */
  308.  || !strncmp(id->model, "Hitachi CV", 10) /* Hitachi */
  309.  || !strncmp(id->model, "SunDisk SDCFB", 13) /* SunDisk */
  310.  || !strncmp(id->model, "HAGIWARA HPC", 12) /* Hagiwara */
  311.  || !strncmp(id->model, "LEXAR ATA_FLASH", 15) /* Lexar */
  312.  || !strncmp(id->model, "ATA_FLASH", 9)) /* Simple Tech */
  313. {
  314. return 1; /* yes, it is a flash memory card */
  315. }
  316. }
  317. return 0; /* no, it is not a flash memory card */
  318. }
  319. /*
  320.  * ide_system_bus_speed() returns what we think is the system VESA/PCI
  321.  * bus speed (in MHz).  This is used for calculating interface PIO timings.
  322.  * The default is 40 for known PCI systems, 50 otherwise.
  323.  * The "idebus=xx" parameter can be used to override this value.
  324.  * The actual value to be used is computed/displayed the first time through.
  325.  */
  326. int ide_system_bus_speed (void)
  327. {
  328. if (!system_bus_speed) {
  329. if (idebus_parameter)
  330. system_bus_speed = idebus_parameter; /* user supplied value */
  331. #ifdef CONFIG_PCI
  332. else if (pci_present())
  333. system_bus_speed = 33; /* safe default value for PCI */
  334. #endif /* CONFIG_PCI */
  335. else
  336. system_bus_speed = 50; /* safe default value for VESA and PCI */
  337. printk("ide: Assuming %dMHz system bus speed for PIO modes%sn", system_bus_speed,
  338. idebus_parameter ? "" : "; override with idebus=xx");
  339. }
  340. return system_bus_speed;
  341. }
  342. #if SUPPORT_VLB_SYNC
  343. /*
  344.  * Some localbus EIDE interfaces require a special access sequence
  345.  * when using 32-bit I/O instructions to transfer data.  We call this
  346.  * the "vlb_sync" sequence, which consists of three successive reads
  347.  * of the sector count register location, with interrupts disabled
  348.  * to ensure that the reads all happen together.
  349.  */
  350. static inline void do_vlb_sync (ide_ioreg_t port) {
  351. (void) inb (port);
  352. (void) inb (port);
  353. (void) inb (port);
  354. }
  355. #endif /* SUPPORT_VLB_SYNC */
  356. /*
  357.  * This is used for most PIO data transfers *from* the IDE interface
  358.  */
  359. void ide_input_data (ide_drive_t *drive, void *buffer, unsigned int wcount)
  360. {
  361. byte io_32bit;
  362. /* first check if this controller has defined a special function
  363.  * for handling polled ide transfers
  364.  */
  365. if(HWIF(drive)->ideproc) {
  366. HWIF(drive)->ideproc(ideproc_ide_input_data,
  367.      drive, buffer, wcount);
  368. return;
  369. }
  370. io_32bit = drive->io_32bit;
  371. if (io_32bit) {
  372. #if SUPPORT_VLB_SYNC
  373. if (io_32bit & 2) {
  374. unsigned long flags;
  375. __save_flags(flags); /* local CPU only */
  376. __cli(); /* local CPU only */
  377. do_vlb_sync(IDE_NSECTOR_REG);
  378. insl(IDE_DATA_REG, buffer, wcount);
  379. __restore_flags(flags); /* local CPU only */
  380. } else
  381. #endif /* SUPPORT_VLB_SYNC */
  382. insl(IDE_DATA_REG, buffer, wcount);
  383. } else {
  384. #if SUPPORT_SLOW_DATA_PORTS
  385. if (drive->slow) {
  386. unsigned short *ptr = (unsigned short *) buffer;
  387. while (wcount--) {
  388. *ptr++ = inw_p(IDE_DATA_REG);
  389. *ptr++ = inw_p(IDE_DATA_REG);
  390. }
  391. } else
  392. #endif /* SUPPORT_SLOW_DATA_PORTS */
  393. insw(IDE_DATA_REG, buffer, wcount<<1);
  394. }
  395. }
  396. /*
  397.  * This is used for most PIO data transfers *to* the IDE interface
  398.  */
  399. void ide_output_data (ide_drive_t *drive, void *buffer, unsigned int wcount)
  400. {
  401. byte io_32bit;
  402. if(HWIF(drive)->ideproc) {
  403. HWIF(drive)->ideproc(ideproc_ide_output_data,
  404.      drive, buffer, wcount);
  405. return;
  406. }
  407. io_32bit = drive->io_32bit;
  408. if (io_32bit) {
  409. #if SUPPORT_VLB_SYNC
  410. if (io_32bit & 2) {
  411. unsigned long flags;
  412. __save_flags(flags); /* local CPU only */
  413. __cli(); /* local CPU only */
  414. do_vlb_sync(IDE_NSECTOR_REG);
  415. outsl(IDE_DATA_REG, buffer, wcount);
  416. __restore_flags(flags); /* local CPU only */
  417. } else
  418. #endif /* SUPPORT_VLB_SYNC */
  419. outsl(IDE_DATA_REG, buffer, wcount);
  420. } else {
  421. #if SUPPORT_SLOW_DATA_PORTS
  422. if (drive->slow) {
  423. unsigned short *ptr = (unsigned short *) buffer;
  424. while (wcount--) {
  425. outw_p(*ptr++, IDE_DATA_REG);
  426. outw_p(*ptr++, IDE_DATA_REG);
  427. }
  428. } else
  429. #endif /* SUPPORT_SLOW_DATA_PORTS */
  430. outsw(IDE_DATA_REG, buffer, wcount<<1);
  431. }
  432. }
  433. /*
  434.  * The following routines are mainly used by the ATAPI drivers.
  435.  *
  436.  * These routines will round up any request for an odd number of bytes,
  437.  * so if an odd bytecount is specified, be sure that there's at least one
  438.  * extra byte allocated for the buffer.
  439.  */
  440. void atapi_input_bytes (ide_drive_t *drive, void *buffer, unsigned int bytecount)
  441. {
  442. if(HWIF(drive)->ideproc) {
  443. HWIF(drive)->ideproc(ideproc_atapi_input_bytes,
  444.      drive, buffer, bytecount);
  445. return;
  446. }
  447. ++bytecount;
  448. #if defined(CONFIG_ATARI) || defined(CONFIG_Q40)
  449. if (MACH_IS_ATARI || MACH_IS_Q40) {
  450. /* Atari has a byte-swapped IDE interface */
  451. insw_swapw(IDE_DATA_REG, buffer, bytecount / 2);
  452. return;
  453. }
  454. #endif /* CONFIG_ATARI */
  455. ide_input_data (drive, buffer, bytecount / 4);
  456. if ((bytecount & 0x03) >= 2)
  457. insw (IDE_DATA_REG, ((byte *)buffer) + (bytecount & ~0x03), 1);
  458. }
  459. void atapi_output_bytes (ide_drive_t *drive, void *buffer, unsigned int bytecount)
  460. {
  461. if(HWIF(drive)->ideproc) {
  462. HWIF(drive)->ideproc(ideproc_atapi_output_bytes,
  463.      drive, buffer, bytecount);
  464. return;
  465. }
  466. ++bytecount;
  467. #if defined(CONFIG_ATARI) || defined(CONFIG_Q40)
  468. if (MACH_IS_ATARI || MACH_IS_Q40) {
  469. /* Atari has a byte-swapped IDE interface */
  470. outsw_swapw(IDE_DATA_REG, buffer, bytecount / 2);
  471. return;
  472. }
  473. #endif /* CONFIG_ATARI */
  474. ide_output_data (drive, buffer, bytecount / 4);
  475. if ((bytecount & 0x03) >= 2)
  476. outsw (IDE_DATA_REG, ((byte *)buffer) + (bytecount & ~0x03), 1);
  477. }
  478. /*
  479.  * Needed for PCI irq sharing
  480.  */
  481. //static inline
  482. int drive_is_ready (ide_drive_t *drive)
  483. {
  484. byte stat = 0;
  485. if (drive->waiting_for_dma)
  486. return HWIF(drive)->dmaproc(ide_dma_test_irq, drive);
  487. #if 0
  488. udelay(1); /* need to guarantee 400ns since last command was issued */
  489. #endif
  490. #ifdef CONFIG_IDEPCI_SHARE_IRQ
  491. /*
  492.  * We do a passive status test under shared PCI interrupts on
  493.  * cards that truly share the ATA side interrupt, but may also share
  494.  * an interrupt with another pci card/device.  We make no assumptions
  495.  * about possible isa-pnp and pci-pnp issues yet.
  496.  */
  497. if (IDE_CONTROL_REG)
  498. stat = GET_ALTSTAT();
  499. else
  500. #endif /* CONFIG_IDEPCI_SHARE_IRQ */
  501. stat = GET_STAT(); /* Note: this may clear a pending IRQ!! */
  502. if (stat & BUSY_STAT)
  503. return 0; /* drive busy:  definitely not interrupting */
  504. return 1; /* drive ready: *might* be interrupting */
  505. }
  506. /*
  507.  * This is our end_request replacement function.
  508.  */
  509. void ide_end_request (byte uptodate, ide_hwgroup_t *hwgroup)
  510. {
  511. struct request *rq;
  512. unsigned long flags;
  513. ide_drive_t *drive = hwgroup->drive;
  514. spin_lock_irqsave(&io_request_lock, flags);
  515. rq = hwgroup->rq;
  516. /*
  517.  * decide whether to reenable DMA -- 3 is a random magic for now,
  518.  * if we DMA timeout more than 3 times, just stay in PIO
  519.  */
  520. if (drive->state == DMA_PIO_RETRY && drive->retry_pio <= 3) {
  521. drive->state = 0;
  522. hwgroup->hwif->dmaproc(ide_dma_on, drive);
  523. }
  524. if (!end_that_request_first(rq, uptodate, hwgroup->drive->name)) {
  525. add_blkdev_randomness(MAJOR(rq->rq_dev));
  526. blkdev_dequeue_request(rq);
  527.          hwgroup->rq = NULL;
  528. end_that_request_last(rq);
  529. }
  530. spin_unlock_irqrestore(&io_request_lock, flags);
  531. }
  532. /*
  533.  * This should get invoked any time we exit the driver to
  534.  * wait for an interrupt response from a drive.  handler() points
  535.  * at the appropriate code to handle the next interrupt, and a
  536.  * timer is started to prevent us from waiting forever in case
  537.  * something goes wrong (see the ide_timer_expiry() handler later on).
  538.  */
  539. void ide_set_handler (ide_drive_t *drive, ide_handler_t *handler,
  540.       unsigned int timeout, ide_expiry_t *expiry)
  541. {
  542. unsigned long flags;
  543. ide_hwgroup_t *hwgroup = HWGROUP(drive);
  544. spin_lock_irqsave(&io_request_lock, flags);
  545. if (hwgroup->handler != NULL) {
  546. printk("%s: ide_set_handler: handler not null; old=%p, new=%pn",
  547. drive->name, hwgroup->handler, handler);
  548. }
  549. hwgroup->handler = handler;
  550. hwgroup->expiry = expiry;
  551. hwgroup->timer.expires = jiffies + timeout;
  552. add_timer(&hwgroup->timer);
  553. spin_unlock_irqrestore(&io_request_lock, flags);
  554. }
  555. /*
  556.  * current_capacity() returns the capacity (in sectors) of a drive
  557.  * according to its current geometry/LBA settings.
  558.  */
  559. unsigned long current_capacity (ide_drive_t *drive)
  560. {
  561. if (!drive->present)
  562. return 0;
  563. if (drive->driver != NULL)
  564. return DRIVER(drive)->capacity(drive);
  565. return 0;
  566. }
  567. extern struct block_device_operations ide_fops[];
  568. /*
  569.  * ide_geninit() is called exactly *once* for each interface.
  570.  */
  571. void ide_geninit (ide_hwif_t *hwif)
  572. {
  573. unsigned int unit;
  574. struct gendisk *gd = hwif->gd;
  575. for (unit = 0; unit < MAX_DRIVES; ++unit) {
  576. ide_drive_t *drive = &hwif->drives[unit];
  577. if (!drive->present)
  578. continue;
  579. if (drive->media!=ide_disk && drive->media!=ide_floppy)
  580. continue;
  581. register_disk(gd,MKDEV(hwif->major,unit<<PARTN_BITS),
  582. #ifdef CONFIG_BLK_DEV_ISAPNP
  583. (drive->forced_geom && drive->noprobe) ? 1 :
  584. #endif /* CONFIG_BLK_DEV_ISAPNP */
  585. 1<<PARTN_BITS, ide_fops,
  586. current_capacity(drive));
  587. }
  588. }
  589. static ide_startstop_t do_reset1 (ide_drive_t *, int); /* needed below */
  590. /*
  591.  * atapi_reset_pollfunc() gets invoked to poll the interface for completion every 50ms
  592.  * during an atapi drive reset operation. If the drive has not yet responded,
  593.  * and we have not yet hit our maximum waiting time, then the timer is restarted
  594.  * for another 50ms.
  595.  */
  596. static ide_startstop_t atapi_reset_pollfunc (ide_drive_t *drive)
  597. {
  598. ide_hwgroup_t *hwgroup = HWGROUP(drive);
  599. byte stat;
  600. SELECT_DRIVE(HWIF(drive),drive);
  601. udelay (10);
  602. if (OK_STAT(stat=GET_STAT(), 0, BUSY_STAT)) {
  603. printk("%s: ATAPI reset completen", drive->name);
  604. } else {
  605. if (0 < (signed long)(hwgroup->poll_timeout - jiffies)) {
  606. ide_set_handler (drive, &atapi_reset_pollfunc, HZ/20, NULL);
  607. return ide_started; /* continue polling */
  608. }
  609. hwgroup->poll_timeout = 0; /* end of polling */
  610. printk("%s: ATAPI reset timed-out, status=0x%02xn", drive->name, stat);
  611. return do_reset1 (drive, 1); /* do it the old fashioned way */
  612. }
  613. hwgroup->poll_timeout = 0; /* done polling */
  614. return ide_stopped;
  615. }
  616. /*
  617.  * reset_pollfunc() gets invoked to poll the interface for completion every 50ms
  618.  * during an ide reset operation. If the drives have not yet responded,
  619.  * and we have not yet hit our maximum waiting time, then the timer is restarted
  620.  * for another 50ms.
  621.  */
  622. static ide_startstop_t reset_pollfunc (ide_drive_t *drive)
  623. {
  624. ide_hwgroup_t *hwgroup = HWGROUP(drive);
  625. ide_hwif_t *hwif = HWIF(drive);
  626. byte tmp;
  627. if (!OK_STAT(tmp=GET_STAT(), 0, BUSY_STAT)) {
  628. if (0 < (signed long)(hwgroup->poll_timeout - jiffies)) {
  629. ide_set_handler (drive, &reset_pollfunc, HZ/20, NULL);
  630. return ide_started; /* continue polling */
  631. }
  632. printk("%s: reset timed-out, status=0x%02xn", hwif->name, tmp);
  633. drive->failures++;
  634. } else  {
  635. printk("%s: reset: ", hwif->name);
  636. if ((tmp = GET_ERR()) == 1) {
  637. printk("successn");
  638. drive->failures = 0;
  639. } else {
  640. drive->failures++;
  641. #if FANCY_STATUS_DUMPS
  642. printk("master: ");
  643. switch (tmp & 0x7f) {
  644. case 1: printk("passed");
  645. break;
  646. case 2: printk("formatter device error");
  647. break;
  648. case 3: printk("sector buffer error");
  649. break;
  650. case 4: printk("ECC circuitry error");
  651. break;
  652. case 5: printk("controlling MPU error");
  653. break;
  654. default:printk("error (0x%02x?)", tmp);
  655. }
  656. if (tmp & 0x80)
  657. printk("; slave: failed");
  658. printk("n");
  659. #else
  660. printk("failedn");
  661. #endif /* FANCY_STATUS_DUMPS */
  662. }
  663. }
  664. hwgroup->poll_timeout = 0; /* done polling */
  665. return ide_stopped;
  666. }
  667. static void check_dma_crc (ide_drive_t *drive)
  668. {
  669. if (drive->crc_count) {
  670. (void) HWIF(drive)->dmaproc(ide_dma_off_quietly, drive);
  671. if ((HWIF(drive)->speedproc) != NULL)
  672. HWIF(drive)->speedproc(drive, ide_auto_reduce_xfer(drive));
  673. if (drive->current_speed >= XFER_SW_DMA_0)
  674. (void) HWIF(drive)->dmaproc(ide_dma_on, drive);
  675. } else {
  676. (void) HWIF(drive)->dmaproc(ide_dma_off, drive);
  677. }
  678. }
  679. static void pre_reset (ide_drive_t *drive)
  680. {
  681. if (drive->driver != NULL)
  682. DRIVER(drive)->pre_reset(drive);
  683. if (!drive->keep_settings) {
  684. if (drive->using_dma) {
  685. check_dma_crc(drive);
  686. } else {
  687. drive->unmask = 0;
  688. drive->io_32bit = 0;
  689. }
  690. return;
  691. }
  692. if (drive->using_dma)
  693. check_dma_crc(drive);
  694. }
  695. /*
  696.  * do_reset1() attempts to recover a confused drive by resetting it.
  697.  * Unfortunately, resetting a disk drive actually resets all devices on
  698.  * the same interface, so it can really be thought of as resetting the
  699.  * interface rather than resetting the drive.
  700.  *
  701.  * ATAPI devices have their own reset mechanism which allows them to be
  702.  * individually reset without clobbering other devices on the same interface.
  703.  *
  704.  * Unfortunately, the IDE interface does not generate an interrupt to let
  705.  * us know when the reset operation has finished, so we must poll for this.
  706.  * Equally poor, though, is the fact that this may a very long time to complete,
  707.  * (up to 30 seconds worstcase).  So, instead of busy-waiting here for it,
  708.  * we set a timer to poll at 50ms intervals.
  709.  */
  710. static ide_startstop_t do_reset1 (ide_drive_t *drive, int do_not_try_atapi)
  711. {
  712. unsigned int unit;
  713. unsigned long flags;
  714. ide_hwif_t *hwif = HWIF(drive);
  715. ide_hwgroup_t *hwgroup = HWGROUP(drive);
  716. __save_flags(flags); /* local CPU only */
  717. __cli(); /* local CPU only */
  718. /* For an ATAPI device, first try an ATAPI SRST. */
  719. if (drive->media != ide_disk && !do_not_try_atapi) {
  720. pre_reset(drive);
  721. SELECT_DRIVE(hwif,drive);
  722. udelay (20);
  723. OUT_BYTE (WIN_SRST, IDE_COMMAND_REG);
  724. hwgroup->poll_timeout = jiffies + WAIT_WORSTCASE;
  725. ide_set_handler (drive, &atapi_reset_pollfunc, HZ/20, NULL);
  726. __restore_flags (flags); /* local CPU only */
  727. return ide_started;
  728. }
  729. /*
  730.  * First, reset any device state data we were maintaining
  731.  * for any of the drives on this interface.
  732.  */
  733. for (unit = 0; unit < MAX_DRIVES; ++unit)
  734. pre_reset(&hwif->drives[unit]);
  735. #if OK_TO_RESET_CONTROLLER
  736. if (!IDE_CONTROL_REG) {
  737. __restore_flags(flags);
  738. return ide_stopped;
  739. }
  740. /*
  741.  * Note that we also set nIEN while resetting the device,
  742.  * to mask unwanted interrupts from the interface during the reset.
  743.  * However, due to the design of PC hardware, this will cause an
  744.  * immediate interrupt due to the edge transition it produces.
  745.  * This single interrupt gives us a "fast poll" for drives that
  746.  * recover from reset very quickly, saving us the first 50ms wait time.
  747.  */
  748. OUT_BYTE(drive->ctl|6,IDE_CONTROL_REG); /* set SRST and nIEN */
  749. udelay(10); /* more than enough time */
  750. if (drive->quirk_list == 2) {
  751. OUT_BYTE(drive->ctl,IDE_CONTROL_REG); /* clear SRST and nIEN */
  752. } else {
  753. OUT_BYTE(drive->ctl|2,IDE_CONTROL_REG); /* clear SRST, leave nIEN */
  754. }
  755. udelay(10); /* more than enough time */
  756. hwgroup->poll_timeout = jiffies + WAIT_WORSTCASE;
  757. ide_set_handler (drive, &reset_pollfunc, HZ/20, NULL);
  758. /*
  759.  * Some weird controller like resetting themselves to a strange
  760.  * state when the disks are reset this way. At least, the Winbond
  761.  * 553 documentation says that
  762.  */
  763. if (hwif->resetproc != NULL)
  764. hwif->resetproc(drive);
  765. #endif /* OK_TO_RESET_CONTROLLER */
  766. __restore_flags (flags); /* local CPU only */
  767. return ide_started;
  768. }
  769. /*
  770.  * ide_do_reset() is the entry point to the drive/interface reset code.
  771.  */
  772. ide_startstop_t ide_do_reset (ide_drive_t *drive)
  773. {
  774. return do_reset1 (drive, 0);
  775. }
  776. static inline u32 read_24 (ide_drive_t *drive)
  777. {
  778. return  (IN_BYTE(IDE_HCYL_REG)<<16) |
  779. (IN_BYTE(IDE_LCYL_REG)<<8) |
  780.  IN_BYTE(IDE_SECTOR_REG);
  781. }
  782. /*
  783.  * Clean up after success/failure of an explicit drive cmd
  784.  */
  785. void ide_end_drive_cmd (ide_drive_t *drive, byte stat, byte err)
  786. {
  787. unsigned long flags;
  788. struct request *rq;
  789. spin_lock_irqsave(&io_request_lock, flags);
  790. rq = HWGROUP(drive)->rq;
  791. spin_unlock_irqrestore(&io_request_lock, flags);
  792. switch(rq->cmd) {
  793. case IDE_DRIVE_CMD:
  794. {
  795. byte *args = (byte *) rq->buffer;
  796. rq->errors = !OK_STAT(stat,READY_STAT,BAD_STAT);
  797. if (args) {
  798. args[0] = stat;
  799. args[1] = err;
  800. args[2] = IN_BYTE(IDE_NSECTOR_REG);
  801. }
  802. break;
  803. }
  804. case IDE_DRIVE_TASK:
  805. {
  806. byte *args = (byte *) rq->buffer;
  807. rq->errors = !OK_STAT(stat,READY_STAT,BAD_STAT);
  808. if (args) {
  809. args[0] = stat;
  810. args[1] = err;
  811. args[2] = IN_BYTE(IDE_NSECTOR_REG);
  812. args[3] = IN_BYTE(IDE_SECTOR_REG);
  813. args[4] = IN_BYTE(IDE_LCYL_REG);
  814. args[5] = IN_BYTE(IDE_HCYL_REG);
  815. args[6] = IN_BYTE(IDE_SELECT_REG);
  816. }
  817. break;
  818. }
  819. case IDE_DRIVE_TASKFILE:
  820. {
  821. ide_task_t *args = (ide_task_t *) rq->special;
  822. rq->errors = !OK_STAT(stat,READY_STAT,BAD_STAT);
  823. if (args) {
  824. if (args->tf_in_flags.b.data) {
  825. unsigned short data = IN_WORD(IDE_DATA_REG);
  826. args->tfRegister[IDE_DATA_OFFSET] = (data) & 0xFF;
  827. args->hobRegister[IDE_DATA_OFFSET_HOB] = (data >> 8) & 0xFF;
  828. }
  829. args->tfRegister[IDE_ERROR_OFFSET]   = err;
  830. args->tfRegister[IDE_NSECTOR_OFFSET] = IN_BYTE(IDE_NSECTOR_REG);
  831. args->tfRegister[IDE_SECTOR_OFFSET]  = IN_BYTE(IDE_SECTOR_REG);
  832. args->tfRegister[IDE_LCYL_OFFSET]    = IN_BYTE(IDE_LCYL_REG);
  833. args->tfRegister[IDE_HCYL_OFFSET]    = IN_BYTE(IDE_HCYL_REG);
  834. args->tfRegister[IDE_SELECT_OFFSET]  = IN_BYTE(IDE_SELECT_REG);
  835. args->tfRegister[IDE_STATUS_OFFSET]  = stat;
  836. if ((drive->id->command_set_2 & 0x0400) &&
  837.     (drive->id->cfs_enable_2 & 0x0400) &&
  838.     (drive->addressing == 1)) {
  839. OUT_BYTE(drive->ctl|0x80, IDE_CONTROL_REG_HOB);
  840. args->hobRegister[IDE_FEATURE_OFFSET_HOB] = IN_BYTE(IDE_FEATURE_REG);
  841. args->hobRegister[IDE_NSECTOR_OFFSET_HOB] = IN_BYTE(IDE_NSECTOR_REG);
  842. args->hobRegister[IDE_SECTOR_OFFSET_HOB]  = IN_BYTE(IDE_SECTOR_REG);
  843. args->hobRegister[IDE_LCYL_OFFSET_HOB]    = IN_BYTE(IDE_LCYL_REG);
  844. args->hobRegister[IDE_HCYL_OFFSET_HOB]    = IN_BYTE(IDE_HCYL_REG);
  845. }
  846. }
  847. break;
  848. }
  849. default:
  850. break;
  851. }
  852. spin_lock_irqsave(&io_request_lock, flags);
  853. blkdev_dequeue_request(rq);
  854. HWGROUP(drive)->rq = NULL;
  855. end_that_request_last(rq);
  856. spin_unlock_irqrestore(&io_request_lock, flags);
  857. }
  858. /*
  859.  * Error reporting, in human readable form (luxurious, but a memory hog).
  860.  */
  861. byte ide_dump_status (ide_drive_t *drive, const char *msg, byte stat)
  862. {
  863. unsigned long flags;
  864. byte err = 0;
  865. __save_flags (flags); /* local CPU only */
  866. ide__sti(); /* local CPU only */
  867. printk("%s: %s: status=0x%02x", drive->name, msg, stat);
  868. #if FANCY_STATUS_DUMPS
  869. printk(" { ");
  870. if (stat & BUSY_STAT)
  871. printk("Busy ");
  872. else {
  873. if (stat & READY_STAT) printk("DriveReady ");
  874. if (stat & WRERR_STAT) printk("DeviceFault ");
  875. if (stat & SEEK_STAT) printk("SeekComplete ");
  876. if (stat & DRQ_STAT) printk("DataRequest ");
  877. if (stat & ECC_STAT) printk("CorrectedError ");
  878. if (stat & INDEX_STAT) printk("Index ");
  879. if (stat & ERR_STAT) printk("Error ");
  880. }
  881. printk("}");
  882. #endif /* FANCY_STATUS_DUMPS */
  883. printk("n");
  884. if ((stat & (BUSY_STAT|ERR_STAT)) == ERR_STAT) {
  885. err = GET_ERR();
  886. printk("%s: %s: error=0x%02x", drive->name, msg, err);
  887. #if FANCY_STATUS_DUMPS
  888. if (drive->media == ide_disk) {
  889. printk(" { ");
  890. if (err & ABRT_ERR) printk("DriveStatusError ");
  891. if (err & ICRC_ERR) printk("%s", (err & ABRT_ERR) ? "BadCRC " : "BadSector ");
  892. if (err & ECC_ERR) printk("UncorrectableError ");
  893. if (err & ID_ERR) printk("SectorIdNotFound ");
  894. if (err & TRK0_ERR) printk("TrackZeroNotFound ");
  895. if (err & MARK_ERR) printk("AddrMarkNotFound ");
  896. printk("}");
  897. if ((err & (BBD_ERR | ABRT_ERR)) == BBD_ERR || (err & (ECC_ERR|ID_ERR|MARK_ERR))) {
  898. if ((drive->id->command_set_2 & 0x0400) &&
  899.     (drive->id->cfs_enable_2 & 0x0400) &&
  900.     (drive->addressing == 1)) {
  901. __u64 sectors = 0;
  902. u32 low = 0, high = 0;
  903. low = read_24(drive);
  904. OUT_BYTE(drive->ctl|0x80, IDE_CONTROL_REG);
  905. high = read_24(drive);
  906. sectors = ((__u64)high << 24) | low;
  907. printk(", LBAsect=%llu, high=%d, low=%d",
  908.        (unsigned long long) sectors,
  909.        high, low);
  910. } else {
  911. byte cur = IN_BYTE(IDE_SELECT_REG);
  912. if (cur & 0x40) { /* using LBA? */
  913. printk(", LBAsect=%ld", (unsigned long)
  914.  ((cur&0xf)<<24)
  915.  |(IN_BYTE(IDE_HCYL_REG)<<16)
  916.  |(IN_BYTE(IDE_LCYL_REG)<<8)
  917.  | IN_BYTE(IDE_SECTOR_REG));
  918. } else {
  919. printk(", CHS=%d/%d/%d",
  920.  (IN_BYTE(IDE_HCYL_REG)<<8) +
  921.   IN_BYTE(IDE_LCYL_REG),
  922.   cur & 0xf,
  923.   IN_BYTE(IDE_SECTOR_REG));
  924. }
  925. }
  926. if (HWGROUP(drive) && HWGROUP(drive)->rq)
  927. printk(", sector=%ld", HWGROUP(drive)->rq->sector);
  928. }
  929. }
  930. #endif /* FANCY_STATUS_DUMPS */
  931. printk("n");
  932. }
  933. __restore_flags (flags); /* local CPU only */
  934. return err;
  935. }
  936. /*
  937.  * try_to_flush_leftover_data() is invoked in response to a drive
  938.  * unexpectedly having its DRQ_STAT bit set.  As an alternative to
  939.  * resetting the drive, this routine tries to clear the condition
  940.  * by read a sector's worth of data from the drive.  Of course,
  941.  * this may not help if the drive is *waiting* for data from *us*.
  942.  */
  943. static void try_to_flush_leftover_data (ide_drive_t *drive)
  944. {
  945. int i = (drive->mult_count ? drive->mult_count : 1) * SECTOR_WORDS;
  946. if (drive->media != ide_disk)
  947. return;
  948. while (i > 0) {
  949. u32 buffer[16];
  950. unsigned int wcount = (i > 16) ? 16 : i;
  951. i -= wcount;
  952. ide_input_data (drive, buffer, wcount);
  953. }
  954. }
  955. /*
  956.  * ide_error() takes action based on the error returned by the drive.
  957.  */
  958. ide_startstop_t ide_error (ide_drive_t *drive, const char *msg, byte stat)
  959. {
  960. struct request *rq;
  961. byte err;
  962. err = ide_dump_status(drive, msg, stat);
  963. if (drive == NULL || (rq = HWGROUP(drive)->rq) == NULL)
  964. return ide_stopped;
  965. /* retry only "normal" I/O: */
  966. if (rq->cmd == IDE_DRIVE_CMD || rq->cmd == IDE_DRIVE_TASK) {
  967. rq->errors = 1;
  968. ide_end_drive_cmd(drive, stat, err);
  969. return ide_stopped;
  970. }
  971. if (rq->cmd == IDE_DRIVE_TASKFILE) {
  972. rq->errors = 1;
  973. ide_end_drive_cmd(drive, stat, err);
  974. // ide_end_taskfile(drive, stat, err);
  975. return ide_stopped;
  976. }
  977. if (stat & BUSY_STAT || ((stat & WRERR_STAT) && !drive->nowerr)) { /* other bits are useless when BUSY */
  978. rq->errors |= ERROR_RESET;
  979. } else {
  980. if (drive->media == ide_disk && (stat & ERR_STAT)) {
  981. /* err has different meaning on cdrom and tape */
  982. if (err == ABRT_ERR) {
  983. if (drive->select.b.lba && IN_BYTE(IDE_COMMAND_REG) == WIN_SPECIFY)
  984. return ide_stopped; /* some newer drives don't support WIN_SPECIFY */
  985. } else if ((err & (ABRT_ERR | ICRC_ERR)) == (ABRT_ERR | ICRC_ERR)) {
  986. drive->crc_count++; /* UDMA crc error -- just retry the operation */
  987. } else if (err & (BBD_ERR | ECC_ERR)) /* retries won't help these */
  988. rq->errors = ERROR_MAX;
  989. else if (err & TRK0_ERR) /* help it find track zero */
  990. rq->errors |= ERROR_RECAL;
  991. }
  992. if ((stat & DRQ_STAT) && rq->cmd != WRITE)
  993. try_to_flush_leftover_data(drive);
  994. }
  995. if (GET_STAT() & (BUSY_STAT|DRQ_STAT))
  996. OUT_BYTE(WIN_IDLEIMMEDIATE,IDE_COMMAND_REG); /* force an abort */
  997. if (rq->errors >= ERROR_MAX) {
  998. if (drive->driver != NULL)
  999. DRIVER(drive)->end_request(0, HWGROUP(drive));
  1000. else
  1001.   ide_end_request(0, HWGROUP(drive));
  1002. } else {
  1003. if ((rq->errors & ERROR_RESET) == ERROR_RESET) {
  1004. ++rq->errors;
  1005. return ide_do_reset(drive);
  1006. }
  1007. if ((rq->errors & ERROR_RECAL) == ERROR_RECAL)
  1008. drive->special.b.recalibrate = 1;
  1009. ++rq->errors;
  1010. }
  1011. return ide_stopped;
  1012. }
  1013. /*
  1014.  * Issue a simple drive command
  1015.  * The drive must be selected beforehand.
  1016.  */
  1017. void ide_cmd (ide_drive_t *drive, byte cmd, byte nsect, ide_handler_t *handler)
  1018. {
  1019. ide_set_handler (drive, handler, WAIT_CMD, NULL);
  1020. if (IDE_CONTROL_REG)
  1021. OUT_BYTE(drive->ctl,IDE_CONTROL_REG); /* clear nIEN */
  1022. SELECT_MASK(HWIF(drive),drive,0);
  1023. OUT_BYTE(nsect,IDE_NSECTOR_REG);
  1024. OUT_BYTE(cmd,IDE_COMMAND_REG);
  1025. }
  1026. /*
  1027.  * drive_cmd_intr() is invoked on completion of a special DRIVE_CMD.
  1028.  */
  1029. static ide_startstop_t drive_cmd_intr (ide_drive_t *drive)
  1030. {
  1031. struct request *rq = HWGROUP(drive)->rq;
  1032. byte *args = (byte *) rq->buffer;
  1033. byte stat = GET_STAT();
  1034. int retries = 10;
  1035. ide__sti(); /* local CPU only */
  1036. if ((stat & DRQ_STAT) && args && args[3]) {
  1037. byte io_32bit = drive->io_32bit;
  1038. drive->io_32bit = 0;
  1039. ide_input_data(drive, &args[4], args[3] * SECTOR_WORDS);
  1040. drive->io_32bit = io_32bit;
  1041. while (((stat = GET_STAT()) & BUSY_STAT) && retries--)
  1042. udelay(100);
  1043. }
  1044. if (!OK_STAT(stat, READY_STAT, BAD_STAT))
  1045. return ide_error(drive, "drive_cmd", stat); /* calls ide_end_drive_cmd */
  1046. ide_end_drive_cmd (drive, stat, GET_ERR());
  1047. return ide_stopped;
  1048. }
  1049. /*
  1050.  * do_special() is used to issue WIN_SPECIFY, WIN_RESTORE, and WIN_SETMULT
  1051.  * commands to a drive.  It used to do much more, but has been scaled back.
  1052.  */
  1053. static ide_startstop_t do_special (ide_drive_t *drive)
  1054. {
  1055. special_t *s = &drive->special;
  1056. #ifdef DEBUG
  1057. printk("%s: do_special: 0x%02xn", drive->name, s->all);
  1058. #endif
  1059. if (s->b.set_tune) {
  1060. ide_tuneproc_t *tuneproc = HWIF(drive)->tuneproc;
  1061. s->b.set_tune = 0;
  1062. if (tuneproc != NULL)
  1063. tuneproc(drive, drive->tune_req);
  1064. } else if (drive->driver != NULL) {
  1065. return DRIVER(drive)->special(drive);
  1066. } else if (s->all) {
  1067. printk("%s: bad special flag: 0x%02xn", drive->name, s->all);
  1068. s->all = 0;
  1069. }
  1070. return ide_stopped;
  1071. }
  1072. /*
  1073.  * This routine busy-waits for the drive status to be not "busy".
  1074.  * It then checks the status for all of the "good" bits and none
  1075.  * of the "bad" bits, and if all is okay it returns 0.  All other
  1076.  * cases return 1 after invoking ide_error() -- caller should just return.
  1077.  *
  1078.  * This routine should get fixed to not hog the cpu during extra long waits..
  1079.  * That could be done by busy-waiting for the first jiffy or two, and then
  1080.  * setting a timer to wake up at half second intervals thereafter,
  1081.  * until timeout is achieved, before timing out.
  1082.  */
  1083. int ide_wait_stat (ide_startstop_t *startstop, ide_drive_t *drive, byte good, byte bad, unsigned long timeout) {
  1084. byte stat;
  1085. int i;
  1086. unsigned long flags;
  1087.  
  1088. /* bail early if we've exceeded max_failures */
  1089. if (drive->max_failures && (drive->failures > drive->max_failures)) {
  1090. *startstop = ide_stopped;
  1091. return 1;
  1092. }
  1093. udelay(1); /* spec allows drive 400ns to assert "BUSY" */
  1094. if ((stat = GET_STAT()) & BUSY_STAT) {
  1095. __save_flags(flags); /* local CPU only */
  1096. ide__sti(); /* local CPU only */
  1097. timeout += jiffies;
  1098. while ((stat = GET_STAT()) & BUSY_STAT) {
  1099. if (0 < (signed long)(jiffies - timeout)) {
  1100. __restore_flags(flags); /* local CPU only */
  1101. *startstop = ide_error(drive, "status timeout", stat);
  1102. return 1;
  1103. }
  1104. }
  1105. __restore_flags(flags); /* local CPU only */
  1106. }
  1107. /*
  1108.  * Allow status to settle, then read it again.
  1109.  * A few rare drives vastly violate the 400ns spec here,
  1110.  * so we'll wait up to 10usec for a "good" status
  1111.  * rather than expensively fail things immediately.
  1112.  * This fix courtesy of Matthew Faupel & Niccolo Rigacci.
  1113.  */
  1114. for (i = 0; i < 10; i++) {
  1115. udelay(1);
  1116. if (OK_STAT((stat = GET_STAT()), good, bad))
  1117. return 0;
  1118. }
  1119. *startstop = ide_error(drive, "status error", stat);
  1120. return 1;
  1121. }
  1122. /*
  1123.  * execute_drive_cmd() issues a special drive command,
  1124.  * usually initiated by ioctl() from the external hdparm program.
  1125.  */
  1126. static ide_startstop_t execute_drive_cmd (ide_drive_t *drive, struct request *rq)
  1127. {
  1128.   switch(rq->cmd) {
  1129.   case IDE_DRIVE_TASKFILE:
  1130.   {
  1131.   ide_task_t *args = rq->special;
  1132.  
  1133.   if (!(args)) break;
  1134.  
  1135. #ifdef CONFIG_IDE_TASK_IOCTL_DEBUG
  1136. {
  1137. printk(KERN_INFO "%s: ", drive->name);
  1138. // printk("TF.0=x%02x ", args->tfRegister[IDE_DATA_OFFSET]);
  1139. printk("TF.1=x%02x ", args->tfRegister[IDE_FEATURE_OFFSET]);
  1140. printk("TF.2=x%02x ", args->tfRegister[IDE_NSECTOR_OFFSET]);
  1141. printk("TF.3=x%02x ", args->tfRegister[IDE_SECTOR_OFFSET]);
  1142. printk("TF.4=x%02x ", args->tfRegister[IDE_LCYL_OFFSET]);
  1143. printk("TF.5=x%02x ", args->tfRegister[IDE_HCYL_OFFSET]);
  1144. printk("TF.6=x%02x ", args->tfRegister[IDE_SELECT_OFFSET]);
  1145. printk("TF.7=x%02xn", args->tfRegister[IDE_COMMAND_OFFSET]);
  1146. printk(KERN_INFO "%s: ", drive->name);
  1147. // printk("HTF.0=x%02x ", args->hobRegister[IDE_DATA_OFFSET_HOB]);
  1148. printk("HTF.1=x%02x ", args->hobRegister[IDE_FEATURE_OFFSET_HOB]);
  1149. printk("HTF.2=x%02x ", args->hobRegister[IDE_NSECTOR_OFFSET_HOB]);
  1150. printk("HTF.3=x%02x ", args->hobRegister[IDE_SECTOR_OFFSET_HOB]);
  1151. printk("HTF.4=x%02x ", args->hobRegister[IDE_LCYL_OFFSET_HOB]);
  1152. printk("HTF.5=x%02x ", args->hobRegister[IDE_HCYL_OFFSET_HOB]);
  1153. printk("HTF.6=x%02x ", args->hobRegister[IDE_SELECT_OFFSET_HOB]);
  1154. printk("HTF.7=x%02xn", args->hobRegister[IDE_CONTROL_OFFSET_HOB]);
  1155. }
  1156. #endif /* CONFIG_IDE_TASK_IOCTL_DEBUG */
  1157. // if (args->tf_out_flags.all == 0) {
  1158.   do_taskfile(drive,
  1159.   (struct hd_drive_task_hdr *)&args->tfRegister,
  1160. (struct hd_drive_hob_hdr *)&args->hobRegister,
  1161.   args->handler);
  1162. // } else {
  1163. // return flagged_taskfile(drive, args);
  1164. // } 
  1165.   if (((args->command_type == IDE_DRIVE_TASK_RAW_WRITE) ||
  1166.        (args->command_type == IDE_DRIVE_TASK_OUT)) &&
  1167.       args->prehandler && args->handler)
  1168. return args->prehandler(drive, rq);
  1169.   return ide_started;
  1170.   }
  1171.   case IDE_DRIVE_TASK:
  1172.   {
  1173.   byte *args = rq->buffer;
  1174.   byte sel;
  1175.  
  1176.   if (!(args)) break;
  1177. #ifdef DEBUG
  1178.   printk("%s: DRIVE_TASK_CMD ", drive->name);
  1179.   printk("cmd=0x%02x ", args[0]);
  1180.   printk("fr=0x%02x ", args[1]);
  1181.   printk("ns=0x%02x ", args[2]);
  1182.   printk("sc=0x%02x ", args[3]);
  1183.   printk("lcyl=0x%02x ", args[4]);
  1184.   printk("hcyl=0x%02x ", args[5]);
  1185.   printk("sel=0x%02xn", args[6]);
  1186. #endif
  1187.   OUT_BYTE(args[1], IDE_FEATURE_REG);
  1188.   OUT_BYTE(args[3], IDE_SECTOR_REG);
  1189.   OUT_BYTE(args[4], IDE_LCYL_REG);
  1190.   OUT_BYTE(args[5], IDE_HCYL_REG);
  1191.   sel = (args[6] & ~0x10);
  1192.   if (drive->select.b.unit)
  1193.   sel |= 0x10;
  1194.   OUT_BYTE(sel, IDE_SELECT_REG);
  1195.   ide_cmd(drive, args[0], args[2], &drive_cmd_intr);
  1196.   return ide_started;
  1197.   }
  1198.   case IDE_DRIVE_CMD:
  1199.   {
  1200.   byte *args = rq->buffer;
  1201.  
  1202.   if (!(args)) break;
  1203. #ifdef DEBUG
  1204.   printk("%s: DRIVE_CMD ", drive->name);
  1205.   printk("cmd=0x%02x ", args[0]);
  1206.   printk("sc=0x%02x ", args[1]);
  1207.   printk("fr=0x%02x ", args[2]);
  1208.   printk("xx=0x%02xn", args[3]);
  1209. #endif
  1210.   if (args[0] == WIN_SMART) {
  1211.   OUT_BYTE(0x4f, IDE_LCYL_REG);
  1212.   OUT_BYTE(0xc2, IDE_HCYL_REG);
  1213.   OUT_BYTE(args[2],IDE_FEATURE_REG);
  1214.   OUT_BYTE(args[1],IDE_SECTOR_REG);
  1215.   ide_cmd(drive, args[0], args[3], &drive_cmd_intr);
  1216.   return ide_started;
  1217.   }
  1218.   OUT_BYTE(args[2],IDE_FEATURE_REG);
  1219.   ide_cmd(drive, args[0], args[1], &drive_cmd_intr);
  1220.   return ide_started;
  1221.   }
  1222.   default:
  1223.   break;
  1224.   }
  1225.   /*
  1226.    * NULL is actually a valid way of waiting for
  1227.    * all current requests to be flushed from the queue.
  1228.    */
  1229. #ifdef DEBUG
  1230.   printk("%s: DRIVE_CMD (null)n", drive->name);
  1231. #endif
  1232.   ide_end_drive_cmd(drive, GET_STAT(), GET_ERR());
  1233.   return ide_stopped;
  1234. }
  1235. /*
  1236.  * start_request() initiates handling of a new I/O request
  1237.  * needed to reverse the perverted changes anonymously made back
  1238.  * 2.3.99-pre6
  1239.  */
  1240. static ide_startstop_t start_request (ide_drive_t *drive, struct request *rq)
  1241. {
  1242. ide_startstop_t startstop;
  1243. unsigned long block, blockend;
  1244. unsigned int minor = MINOR(rq->rq_dev), unit = minor >> PARTN_BITS;
  1245. ide_hwif_t *hwif = HWIF(drive);
  1246. #ifdef DEBUG
  1247. printk("%s: start_request: current=0x%08lxn", hwif->name, (unsigned long) rq);
  1248. #endif
  1249. /* bail early if we've exceeded max_failures */
  1250. if (drive->max_failures && (drive->failures > drive->max_failures)) {
  1251. goto kill_rq;
  1252. }
  1253. if (unit >= MAX_DRIVES) {
  1254. printk("%s: bad device number: %sn", hwif->name, kdevname(rq->rq_dev));
  1255. goto kill_rq;
  1256. }
  1257. #ifdef DEBUG
  1258. if (rq->bh && !buffer_locked(rq->bh)) {
  1259. printk("%s: block not lockedn", drive->name);
  1260. goto kill_rq;
  1261. }
  1262. #endif
  1263. block    = rq->sector;
  1264. blockend = block + rq->nr_sectors;
  1265. if ((rq->cmd == READ || rq->cmd == WRITE) &&
  1266.     (drive->media == ide_disk || drive->media == ide_floppy)) {
  1267. if ((blockend < block) || (blockend > drive->part[minor&PARTN_MASK].nr_sects)) {
  1268. printk("%s%c: bad access: block=%ld, count=%ldn", drive->name,
  1269.  (minor&PARTN_MASK)?'0'+(minor&PARTN_MASK):' ', block, rq->nr_sectors);
  1270. goto kill_rq;
  1271. }
  1272. block += drive->part[minor&PARTN_MASK].start_sect + drive->sect0;
  1273. }
  1274. /* Yecch - this will shift the entire interval,
  1275.    possibly killing some innocent following sector */
  1276. if (block == 0 && drive->remap_0_to_1 == 1)
  1277. block = 1;  /* redirect MBR access to EZ-Drive partn table */
  1278. #if (DISK_RECOVERY_TIME > 0)
  1279. while ((read_timer() - hwif->last_time) < DISK_RECOVERY_TIME);
  1280. #endif
  1281. SELECT_DRIVE(hwif, drive);
  1282. if (ide_wait_stat(&startstop, drive, drive->ready_stat, BUSY_STAT|DRQ_STAT, WAIT_READY)) {
  1283. printk("%s: drive not ready for commandn", drive->name);
  1284. return startstop;
  1285. }
  1286. if (!drive->special.all) {
  1287. switch(rq->cmd) {
  1288. case IDE_DRIVE_CMD:
  1289. case IDE_DRIVE_TASK:
  1290. case IDE_DRIVE_TASKFILE:
  1291. return execute_drive_cmd(drive, rq);
  1292. default:
  1293. break;
  1294. }
  1295. if (drive->driver != NULL) {
  1296. return (DRIVER(drive)->do_request(drive, rq, block));
  1297. }
  1298. printk("%s: media type %d not supportedn", drive->name, drive->media);
  1299. goto kill_rq;
  1300. }
  1301. return do_special(drive);
  1302. kill_rq:
  1303. if (drive->driver != NULL)
  1304. DRIVER(drive)->end_request(0, HWGROUP(drive));
  1305. else
  1306. ide_end_request(0, HWGROUP(drive));
  1307. return ide_stopped;
  1308. }
  1309. ide_startstop_t restart_request (ide_drive_t *drive)
  1310. {
  1311. ide_hwgroup_t *hwgroup = HWGROUP(drive);
  1312. unsigned long flags;
  1313. struct request *rq;
  1314. spin_lock_irqsave(&io_request_lock, flags);
  1315. hwgroup->handler = NULL;
  1316. del_timer(&hwgroup->timer);
  1317. rq = hwgroup->rq;
  1318. spin_unlock_irqrestore(&io_request_lock, flags);
  1319. return start_request(drive, rq);
  1320. }
  1321. /*
  1322.  * ide_stall_queue() can be used by a drive to give excess bandwidth back
  1323.  * to the hwgroup by sleeping for timeout jiffies.
  1324.  */
  1325. void ide_stall_queue (ide_drive_t *drive, unsigned long timeout)
  1326. {
  1327. if (timeout > WAIT_WORSTCASE)
  1328. timeout = WAIT_WORSTCASE;
  1329. drive->sleep = timeout + jiffies;
  1330. }
  1331. #define WAKEUP(drive) ((drive)->service_start + 2 * (drive)->service_time)
  1332. /*
  1333.  * choose_drive() selects the next drive which will be serviced.
  1334.  */
  1335. static inline ide_drive_t *choose_drive (ide_hwgroup_t *hwgroup)
  1336. {
  1337. ide_drive_t *drive, *best;
  1338. repeat:
  1339. best = NULL;
  1340. drive = hwgroup->drive;
  1341. do {
  1342. if (!list_empty(&drive->queue.queue_head) && (!drive->sleep || 0 <= (signed long)(jiffies - drive->sleep))) {
  1343. if (!best
  1344.  || (drive->sleep && (!best->sleep || 0 < (signed long)(best->sleep - drive->sleep)))
  1345.  || (!best->sleep && 0 < (signed long)(WAKEUP(best) - WAKEUP(drive))))
  1346. {
  1347. if( !drive->queue.plugged )
  1348. best = drive;
  1349. }
  1350. }
  1351. } while ((drive = drive->next) != hwgroup->drive);
  1352. if (best && best->nice1 && !best->sleep && best != hwgroup->drive && best->service_time > WAIT_MIN_SLEEP) {
  1353. long t = (signed long)(WAKEUP(best) - jiffies);
  1354. if (t >= WAIT_MIN_SLEEP) {
  1355. /*
  1356.  * We *may* have some time to spare, but first let's see if
  1357.  * someone can potentially benefit from our nice mood today..
  1358.  */
  1359. drive = best->next;
  1360. do {
  1361. if (!drive->sleep
  1362.  && 0 < (signed long)(WAKEUP(drive) - (jiffies - best->service_time))
  1363.  && 0 < (signed long)((jiffies + t) - WAKEUP(drive)))
  1364. {
  1365. ide_stall_queue(best, IDE_MIN(t, 10 * WAIT_MIN_SLEEP));
  1366. goto repeat;
  1367. }
  1368. } while ((drive = drive->next) != best);
  1369. }
  1370. }
  1371. return best;
  1372. }
  1373. /*
  1374.  * Issue a new request to a drive from hwgroup
  1375.  * Caller must have already done spin_lock_irqsave(&io_request_lock, ..);
  1376.  *
  1377.  * A hwgroup is a serialized group of IDE interfaces.  Usually there is
  1378.  * exactly one hwif (interface) per hwgroup, but buggy controllers (eg. CMD640)
  1379.  * may have both interfaces in a single hwgroup to "serialize" access.
  1380.  * Or possibly multiple ISA interfaces can share a common IRQ by being grouped
  1381.  * together into one hwgroup for serialized access.
  1382.  *
  1383.  * Note also that several hwgroups can end up sharing a single IRQ,
  1384.  * possibly along with many other devices.  This is especially common in
  1385.  * PCI-based systems with off-board IDE controller cards.
  1386.  *
  1387.  * The IDE driver uses the single global io_request_lock spinlock to protect
  1388.  * access to the request queues, and to protect the hwgroup->busy flag.
  1389.  *
  1390.  * The first thread into the driver for a particular hwgroup sets the
  1391.  * hwgroup->busy flag to indicate that this hwgroup is now active,
  1392.  * and then initiates processing of the top request from the request queue.
  1393.  *
  1394.  * Other threads attempting entry notice the busy setting, and will simply
  1395.  * queue their new requests and exit immediately.  Note that hwgroup->busy
  1396.  * remains set even when the driver is merely awaiting the next interrupt.
  1397.  * Thus, the meaning is "this hwgroup is busy processing a request".
  1398.  *
  1399.  * When processing of a request completes, the completing thread or IRQ-handler
  1400.  * will start the next request from the queue.  If no more work remains,
  1401.  * the driver will clear the hwgroup->busy flag and exit.
  1402.  *
  1403.  * The io_request_lock (spinlock) is used to protect all access to the
  1404.  * hwgroup->busy flag, but is otherwise not needed for most processing in
  1405.  * the driver.  This makes the driver much more friendlier to shared IRQs
  1406.  * than previous designs, while remaining 100% (?) SMP safe and capable.
  1407.  */
  1408. /* --BenH: made non-static as ide-pmac.c uses it to kick the hwgroup back
  1409.  *         into life on wakeup from machine sleep.
  1410.  */ 
  1411. void ide_do_request (ide_hwgroup_t *hwgroup, int masked_irq)
  1412. {
  1413. ide_drive_t *drive;
  1414. ide_hwif_t *hwif;
  1415. struct request *rq;
  1416. ide_startstop_t startstop;
  1417. ide_get_lock(&ide_lock, ide_intr, hwgroup); /* for atari only: POSSIBLY BROKEN HERE(?) */
  1418. __cli(); /* necessary paranoia: ensure IRQs are masked on local CPU */
  1419. while (!hwgroup->busy) {
  1420. hwgroup->busy = 1;
  1421. drive = choose_drive(hwgroup);
  1422. if (drive == NULL) {
  1423. unsigned long sleep = 0;
  1424. hwgroup->rq = NULL;
  1425. drive = hwgroup->drive;
  1426. do {
  1427. if (drive->sleep && (!sleep || 0 < (signed long)(sleep - drive->sleep)))
  1428. sleep = drive->sleep;
  1429. } while ((drive = drive->next) != hwgroup->drive);
  1430. if (sleep) {
  1431. /*
  1432.  * Take a short snooze, and then wake up this hwgroup again.
  1433.  * This gives other hwgroups on the same a chance to
  1434.  * play fairly with us, just in case there are big differences
  1435.  * in relative throughputs.. don't want to hog the cpu too much.
  1436.  */
  1437. if (0 < (signed long)(jiffies + WAIT_MIN_SLEEP - sleep)) 
  1438. sleep = jiffies + WAIT_MIN_SLEEP;
  1439. #if 1
  1440. if (timer_pending(&hwgroup->timer))
  1441. printk("ide_set_handler: timer already activen");
  1442. #endif
  1443. hwgroup->sleeping = 1; /* so that ide_timer_expiry knows what to do */
  1444. mod_timer(&hwgroup->timer, sleep);
  1445. /* we purposely leave hwgroup->busy==1 while sleeping */
  1446. } else {
  1447. /* Ugly, but how can we sleep for the lock otherwise? perhaps from tq_disk? */
  1448. ide_release_lock(&ide_lock); /* for atari only */
  1449. hwgroup->busy = 0;
  1450. }
  1451. return; /* no more work for this hwgroup (for now) */
  1452. }
  1453. hwif = HWIF(drive);
  1454. if (hwgroup->hwif->sharing_irq && hwif != hwgroup->hwif && hwif->io_ports[IDE_CONTROL_OFFSET]) {
  1455. /* set nIEN for previous hwif */
  1456. SELECT_INTERRUPT(hwif, drive);
  1457. }
  1458. hwgroup->hwif = hwif;
  1459. hwgroup->drive = drive;
  1460. drive->sleep = 0;
  1461. drive->service_start = jiffies;
  1462. if ( drive->queue.plugged ) /* paranoia */
  1463. printk("%s: Huh? nuking plugged queuen", drive->name);
  1464. rq = hwgroup->rq = blkdev_entry_next_request(&drive->queue.queue_head);
  1465. /*
  1466.  * Some systems have trouble with IDE IRQs arriving while
  1467.  * the driver is still setting things up.  So, here we disable
  1468.  * the IRQ used by this interface while the request is being started.
  1469.  * This may look bad at first, but pretty much the same thing
  1470.  * happens anyway when any interrupt comes in, IDE or otherwise
  1471.  *  -- the kernel masks the IRQ while it is being handled.
  1472.  */
  1473. if (masked_irq && hwif->irq != masked_irq)
  1474. disable_irq_nosync(hwif->irq);
  1475. spin_unlock(&io_request_lock);
  1476. ide__sti(); /* allow other IRQs while we start this request */
  1477. startstop = start_request(drive, rq);
  1478. spin_lock_irq(&io_request_lock);
  1479. if (masked_irq && hwif->irq != masked_irq)
  1480. enable_irq(hwif->irq);
  1481. if (startstop == ide_stopped)
  1482. hwgroup->busy = 0;
  1483. }
  1484. }
  1485. /*
  1486.  * ide_get_queue() returns the queue which corresponds to a given device.
  1487.  */
  1488. request_queue_t *ide_get_queue (kdev_t dev)
  1489. {
  1490. ide_hwif_t *hwif = (ide_hwif_t *)blk_dev[MAJOR(dev)].data;
  1491. return &hwif->drives[DEVICE_NR(dev) & 1].queue;
  1492. }
  1493. /*
  1494.  * Passes the stuff to ide_do_request
  1495.  */
  1496. void do_ide_request(request_queue_t *q)
  1497. {
  1498. ide_do_request(q->queuedata, 0);
  1499. }
  1500. /*
  1501.  * un-busy the hwgroup etc, and clear any pending DMA status. we want to
  1502.  * retry the current request in pio mode instead of risking tossing it
  1503.  * all away
  1504.  */
  1505. void ide_dma_timeout_retry(ide_drive_t *drive)
  1506. {
  1507. ide_hwif_t *hwif = HWIF(drive);
  1508. struct request *rq;
  1509. /*
  1510.  * end current dma transaction
  1511.  */
  1512. (void) hwif->dmaproc(ide_dma_end, drive);
  1513. /*
  1514.  * complain a little, later we might remove some of this verbosity
  1515.  */
  1516. printk("%s: timeout waiting for DMAn", drive->name);
  1517. (void) hwif->dmaproc(ide_dma_timeout, drive);
  1518. /*
  1519.  * disable dma for now, but remember that we did so because of
  1520.  * a timeout -- we'll reenable after we finish this next request
  1521.  * (or rather the first chunk of it) in pio.
  1522.  */
  1523. drive->retry_pio++;
  1524. drive->state = DMA_PIO_RETRY;
  1525. (void) hwif->dmaproc(ide_dma_off_quietly, drive);
  1526. /*
  1527.  * un-busy drive etc (hwgroup->busy is cleared on return) and
  1528.  * make sure request is sane
  1529.  */
  1530. rq = HWGROUP(drive)->rq;
  1531. HWGROUP(drive)->rq = NULL;
  1532. rq->errors = 0;
  1533. rq->sector = rq->bh->b_rsector;
  1534. rq->current_nr_sectors = rq->bh->b_size >> 9;
  1535. rq->buffer = rq->bh->b_data;
  1536. }
  1537. /*
  1538.  * ide_timer_expiry() is our timeout function for all drive operations.
  1539.  * But note that it can also be invoked as a result of a "sleep" operation
  1540.  * triggered by the mod_timer() call in ide_do_request.
  1541.  */
  1542. void ide_timer_expiry (unsigned long data)
  1543. {
  1544. ide_hwgroup_t *hwgroup = (ide_hwgroup_t *) data;
  1545. ide_handler_t *handler;
  1546. ide_expiry_t *expiry;
  1547.   unsigned long flags;
  1548. unsigned long wait;
  1549. spin_lock_irqsave(&io_request_lock, flags);
  1550. del_timer(&hwgroup->timer);
  1551. if ((handler = hwgroup->handler) == NULL) {
  1552. /*
  1553.  * Either a marginal timeout occurred
  1554.  * (got the interrupt just as timer expired),
  1555.  * or we were "sleeping" to give other devices a chance.
  1556.  * Either way, we don't really want to complain about anything.
  1557.  */
  1558. if (hwgroup->sleeping) {
  1559. hwgroup->sleeping = 0;
  1560. hwgroup->busy = 0;
  1561. }
  1562. } else {
  1563. ide_drive_t *drive = hwgroup->drive;
  1564. if (!drive) {
  1565. printk("ide_timer_expiry: hwgroup->drive was NULLn");
  1566. hwgroup->handler = NULL;
  1567. } else {
  1568. ide_hwif_t *hwif;
  1569. ide_startstop_t startstop;
  1570. if (!hwgroup->busy) {
  1571. hwgroup->busy = 1; /* paranoia */
  1572. printk("%s: ide_timer_expiry: hwgroup->busy was 0 ??n", drive->name);
  1573. }
  1574. if ((expiry = hwgroup->expiry) != NULL) {
  1575. /* continue */
  1576. if ((wait = expiry(drive)) != 0) {
  1577. /* reset timer */
  1578. hwgroup->timer.expires  = jiffies + wait;
  1579. add_timer(&hwgroup->timer);
  1580. spin_unlock_irqrestore(&io_request_lock, flags);
  1581. return;
  1582. }
  1583. }
  1584. hwgroup->handler = NULL;
  1585. /*
  1586.  * We need to simulate a real interrupt when invoking
  1587.  * the handler() function, which means we need to globally
  1588.  * mask the specific IRQ:
  1589.  */
  1590. spin_unlock(&io_request_lock);
  1591. hwif  = HWIF(drive);
  1592. #if DISABLE_IRQ_NOSYNC
  1593. disable_irq_nosync(hwif->irq);
  1594. #else
  1595. disable_irq(hwif->irq); /* disable_irq_nosync ?? */
  1596. #endif /* DISABLE_IRQ_NOSYNC */
  1597. __cli(); /* local CPU only, as if we were handling an interrupt */
  1598. if (hwgroup->poll_timeout != 0) {
  1599. startstop = handler(drive);
  1600. } else if (drive_is_ready(drive)) {
  1601. if (drive->waiting_for_dma)
  1602. (void) hwgroup->hwif->dmaproc(ide_dma_lostirq, drive);
  1603. (void)ide_ack_intr(hwif);
  1604. printk("%s: lost interruptn", drive->name);
  1605. startstop = handler(drive);
  1606. } else {
  1607. if (drive->waiting_for_dma) {
  1608. startstop = ide_stopped;
  1609. ide_dma_timeout_retry(drive);
  1610. } else
  1611. startstop = ide_error(drive, "irq timeout", GET_STAT());
  1612. }
  1613. set_recovery_timer(hwif);
  1614. drive->service_time = jiffies - drive->service_start;
  1615. enable_irq(hwif->irq);
  1616. spin_lock_irq(&io_request_lock);
  1617. if (startstop == ide_stopped)
  1618. hwgroup->busy = 0;
  1619. }
  1620. }
  1621. ide_do_request(hwgroup, 0);
  1622. spin_unlock_irqrestore(&io_request_lock, flags);
  1623. }
  1624. /*
  1625.  * There's nothing really useful we can do with an unexpected interrupt,
  1626.  * other than reading the status register (to clear it), and logging it.
  1627.  * There should be no way that an irq can happen before we're ready for it,
  1628.  * so we needn't worry much about losing an "important" interrupt here.
  1629.  *
  1630.  * On laptops (and "green" PCs), an unexpected interrupt occurs whenever the
  1631.  * drive enters "idle", "standby", or "sleep" mode, so if the status looks
  1632.  * "good", we just ignore the interrupt completely.
  1633.  *
  1634.  * This routine assumes __cli() is in effect when called.
  1635.  *
  1636.  * If an unexpected interrupt happens on irq15 while we are handling irq14
  1637.  * and if the two interfaces are "serialized" (CMD640), then it looks like
  1638.  * we could screw up by interfering with a new request being set up for irq15.
  1639.  *
  1640.  * In reality, this is a non-issue.  The new command is not sent unless the
  1641.  * drive is ready to accept one, in which case we know the drive is not
  1642.  * trying to interrupt us.  And ide_set_handler() is always invoked before
  1643.  * completing the issuance of any new drive command, so we will not be
  1644.  * accidentally invoked as a result of any valid command completion interrupt.
  1645.  *
  1646.  */
  1647. static void unexpected_intr (int irq, ide_hwgroup_t *hwgroup)
  1648. {
  1649. byte stat;
  1650. ide_hwif_t *hwif = hwgroup->hwif;
  1651. /*
  1652.  * handle the unexpected interrupt
  1653.  */
  1654. do {
  1655. if (hwif->irq == irq) {
  1656. stat = IN_BYTE(hwif->io_ports[IDE_STATUS_OFFSET]);
  1657. if (!OK_STAT(stat, READY_STAT, BAD_STAT)) {
  1658. /* Try to not flood the console with msgs */
  1659. static unsigned long last_msgtime, count;
  1660. ++count;
  1661. if (0 < (signed long)(jiffies - (last_msgtime + HZ))) {
  1662. last_msgtime = jiffies;
  1663. printk("%s%s: unexpected interrupt, status=0x%02x, count=%ldn",
  1664.  hwif->name, (hwif->next == hwgroup->hwif) ? "" : "(?)", stat, count);
  1665. }
  1666. }
  1667. }
  1668. } while ((hwif = hwif->next) != hwgroup->hwif);
  1669. }
  1670. /*
  1671.  * entry point for all interrupts, caller does __cli() for us
  1672.  */
  1673. void ide_intr (int irq, void *dev_id, struct pt_regs *regs)
  1674. {
  1675. unsigned long flags;
  1676. ide_hwgroup_t *hwgroup = (ide_hwgroup_t *)dev_id;
  1677. ide_hwif_t *hwif;
  1678. ide_drive_t *drive;
  1679. ide_handler_t *handler;
  1680. ide_startstop_t startstop;
  1681. spin_lock_irqsave(&io_request_lock, flags);
  1682. hwif = hwgroup->hwif;
  1683. if (!ide_ack_intr(hwif)) {
  1684. spin_unlock_irqrestore(&io_request_lock, flags);
  1685. return;
  1686. }
  1687. if ((handler = hwgroup->handler) == NULL || hwgroup->poll_timeout != 0) {
  1688. /*
  1689.  * Not expecting an interrupt from this drive.
  1690.  * That means this could be:
  1691.  * (1) an interrupt from another PCI device
  1692.  * sharing the same PCI INT# as us.
  1693.  * or (2) a drive just entered sleep or standby mode,
  1694.  * and is interrupting to let us know.
  1695.  * or (3) a spurious interrupt of unknown origin.
  1696.  *
  1697.  * For PCI, we cannot tell the difference,
  1698.  * so in that case we just ignore it and hope it goes away.
  1699.  */
  1700. #ifdef CONFIG_BLK_DEV_IDEPCI
  1701. if (IDE_PCI_DEVID_EQ(hwif->pci_devid, IDE_PCI_DEVID_NULL))
  1702. #endif /* CONFIG_BLK_DEV_IDEPCI */
  1703. {
  1704. /*
  1705.  * Probably not a shared PCI interrupt,
  1706.  * so we can safely try to do something about it:
  1707.  */
  1708. unexpected_intr(irq, hwgroup);
  1709. #ifdef CONFIG_BLK_DEV_IDEPCI
  1710. } else {
  1711. /*
  1712.  * Whack the status register, just in case we have a leftover pending IRQ.
  1713.  */
  1714. (void) IN_BYTE(hwif->io_ports[IDE_STATUS_OFFSET]);
  1715. #endif /* CONFIG_BLK_DEV_IDEPCI */
  1716. }
  1717. spin_unlock_irqrestore(&io_request_lock, flags);
  1718. return;
  1719. }
  1720. drive = hwgroup->drive;
  1721. if (!drive) {
  1722. /*
  1723.  * This should NEVER happen, and there isn't much we could do about it here.
  1724.  */
  1725. spin_unlock_irqrestore(&io_request_lock, flags);
  1726. return;
  1727. }
  1728. if (!drive_is_ready(drive)) {
  1729. /*
  1730.  * This happens regularly when we share a PCI IRQ with another device.
  1731.  * Unfortunately, it can also happen with some buggy drives that trigger
  1732.  * the IRQ before their status register is up to date.  Hopefully we have
  1733.  * enough advance overhead that the latter isn't a problem.
  1734.  */
  1735. spin_unlock_irqrestore(&io_request_lock, flags);
  1736. return;
  1737. }
  1738. if (!hwgroup->busy) {
  1739. hwgroup->busy = 1; /* paranoia */
  1740. printk("%s: ide_intr: hwgroup->busy was 0 ??n", drive->name);
  1741. }
  1742. hwgroup->handler = NULL;
  1743. del_timer(&hwgroup->timer);
  1744. spin_unlock(&io_request_lock);
  1745. if (drive->unmask)
  1746. ide__sti(); /* local CPU only */
  1747. startstop = handler(drive); /* service this interrupt, may set handler for next interrupt */
  1748. spin_lock_irq(&io_request_lock);
  1749. /*
  1750.  * Note that handler() may have set things up for another
  1751.  * interrupt to occur soon, but it cannot happen until
  1752.  * we exit from this routine, because it will be the
  1753.  * same irq as is currently being serviced here, and Linux
  1754.  * won't allow another of the same (on any CPU) until we return.
  1755.  */
  1756. set_recovery_timer(HWIF(drive));
  1757. drive->service_time = jiffies - drive->service_start;
  1758. if (startstop == ide_stopped) {
  1759. if (hwgroup->handler == NULL) { /* paranoia */
  1760. hwgroup->busy = 0;
  1761. ide_do_request(hwgroup, hwif->irq);
  1762. } else {
  1763. printk("%s: ide_intr: huh? expected NULL handler on exitn", drive->name);
  1764. }
  1765. }
  1766. spin_unlock_irqrestore(&io_request_lock, flags);
  1767. }
  1768. /*
  1769.  * get_info_ptr() returns the (ide_drive_t *) for a given device number.
  1770.  * It returns NULL if the given device number does not match any present drives.
  1771.  */
  1772. ide_drive_t *get_info_ptr (kdev_t i_rdev)
  1773. {
  1774. int major = MAJOR(i_rdev);
  1775. #if 0
  1776. int minor = MINOR(i_rdev) & PARTN_MASK;
  1777. #endif
  1778. unsigned int h;
  1779. for (h = 0; h < MAX_HWIFS; ++h) {
  1780. ide_hwif_t  *hwif = &ide_hwifs[h];
  1781. if (hwif->present && major == hwif->major) {
  1782. unsigned unit = DEVICE_NR(i_rdev);
  1783. if (unit < MAX_DRIVES) {
  1784. ide_drive_t *drive = &hwif->drives[unit];
  1785. #if 0
  1786. if ((drive->present) && (drive->part[minor].nr_sects))
  1787. #else
  1788. if (drive->present)
  1789. #endif
  1790. return drive;
  1791. }
  1792. break;
  1793. }
  1794. }
  1795. return NULL;
  1796. }
  1797. /*
  1798.  * This function is intended to be used prior to invoking ide_do_drive_cmd().
  1799.  */
  1800. void ide_init_drive_cmd (struct request *rq)
  1801. {
  1802. memset(rq, 0, sizeof(*rq));
  1803. rq->cmd = IDE_DRIVE_CMD;
  1804. }
  1805. /*
  1806.  * This function issues a special IDE device request
  1807.  * onto the request queue.
  1808.  *
  1809.  * If action is ide_wait, then the rq is queued at the end of the
  1810.  * request queue, and the function sleeps until it has been processed.
  1811.  * This is for use when invoked from an ioctl handler.
  1812.  *
  1813.  * If action is ide_preempt, then the rq is queued at the head of
  1814.  * the request queue, displacing the currently-being-processed
  1815.  * request and this function returns immediately without waiting
  1816.  * for the new rq to be completed.  This is VERY DANGEROUS, and is
  1817.  * intended for careful use by the ATAPI tape/cdrom driver code.
  1818.  *
  1819.  * If action is ide_next, then the rq is queued immediately after
  1820.  * the currently-being-processed-request (if any), and the function
  1821.  * returns without waiting for the new rq to be completed.  As above,
  1822.  * This is VERY DANGEROUS, and is intended for careful use by the
  1823.  * ATAPI tape/cdrom driver code.
  1824.  *
  1825.  * If action is ide_end, then the rq is queued at the end of the
  1826.  * request queue, and the function returns immediately without waiting
  1827.  * for the new rq to be completed. This is again intended for careful
  1828.  * use by the ATAPI tape/cdrom driver code.
  1829.  */
  1830. int ide_do_drive_cmd (ide_drive_t *drive, struct request *rq, ide_action_t action)
  1831. {
  1832. unsigned long flags;
  1833. ide_hwgroup_t *hwgroup = HWGROUP(drive);
  1834. unsigned int major = HWIF(drive)->major;
  1835. struct list_head *queue_head = &drive->queue.queue_head;
  1836. DECLARE_COMPLETION(wait);
  1837. #ifdef CONFIG_BLK_DEV_PDC4030
  1838. if (HWIF(drive)->chipset == ide_pdc4030 && rq->buffer != NULL)
  1839. return -ENOSYS;  /* special drive cmds not supported */
  1840. #endif
  1841. rq->errors = 0;
  1842. rq->rq_status = RQ_ACTIVE;
  1843. rq->rq_dev = MKDEV(major,(drive->select.b.unit)<<PARTN_BITS);
  1844. if (action == ide_wait)
  1845. rq->waiting = &wait;
  1846. spin_lock_irqsave(&io_request_lock, flags);
  1847. if (list_empty(queue_head) || action == ide_preempt) {
  1848. if (action == ide_preempt)
  1849. hwgroup->rq = NULL;
  1850. } else {
  1851. if (action == ide_wait || action == ide_end) {
  1852. queue_head = queue_head->prev;
  1853. } else
  1854. queue_head = queue_head->next;
  1855. }
  1856. list_add(&rq->queue, queue_head);
  1857. ide_do_request(hwgroup, 0);
  1858. spin_unlock_irqrestore(&io_request_lock, flags);
  1859. if (action == ide_wait) {
  1860. wait_for_completion(&wait); /* wait for it to be serviced */
  1861. return rq->errors ? -EIO : 0; /* return -EIO if errors */
  1862. }
  1863. return 0;
  1864. }
  1865. /*
  1866.  * This routine is called to flush all partitions and partition tables
  1867.  * for a changed disk, and then re-read the new partition table.
  1868.  * If we are revalidating a disk because of a media change, then we
  1869.  * enter with usage == 0.  If we are using an ioctl, we automatically have
  1870.  * usage == 1 (we need an open channel to use an ioctl :-), so this
  1871.  * is our limit.
  1872.  */
  1873. int ide_revalidate_disk (kdev_t i_rdev)
  1874. {
  1875. ide_drive_t *drive;
  1876. ide_hwgroup_t *hwgroup;
  1877. unsigned int p, major, minor;
  1878. unsigned long flags;
  1879. if ((drive = get_info_ptr(i_rdev)) == NULL)
  1880. return -ENODEV;
  1881. major = MAJOR(i_rdev);
  1882. minor = drive->select.b.unit << PARTN_BITS;
  1883. hwgroup = HWGROUP(drive);
  1884. spin_lock_irqsave(&io_request_lock, flags);
  1885. if (drive->busy || (drive->usage > 1)) {
  1886. spin_unlock_irqrestore(&io_request_lock, flags);
  1887. return -EBUSY;
  1888. };
  1889. drive->busy = 1;
  1890. MOD_INC_USE_COUNT;
  1891. spin_unlock_irqrestore(&io_request_lock, flags);
  1892. for (p = 0; p < (1<<PARTN_BITS); ++p) {
  1893. if (drive->part[p].nr_sects > 0) {
  1894. kdev_t devp = MKDEV(major, minor+p);
  1895. invalidate_device(devp, 1);
  1896. }
  1897. drive->part[p].start_sect = 0;
  1898. drive->part[p].nr_sects   = 0;
  1899. };
  1900. if (DRIVER(drive)->revalidate)
  1901. DRIVER(drive)->revalidate(drive);
  1902. drive->busy = 0;
  1903. wake_up(&drive->wqueue);
  1904. MOD_DEC_USE_COUNT;
  1905. return 0;
  1906. }
  1907. static void revalidate_drives (void)
  1908. {
  1909. ide_hwif_t *hwif;
  1910. ide_drive_t *drive;
  1911. int index, unit;
  1912. for (index = 0; index < MAX_HWIFS; ++index) {
  1913. hwif = &ide_hwifs[index];
  1914. for (unit = 0; unit < MAX_DRIVES; ++unit) {
  1915. drive = &ide_hwifs[index].drives[unit];
  1916. if (drive->revalidate) {
  1917. drive->revalidate = 0;
  1918. if (!initializing)
  1919. (void) ide_revalidate_disk(MKDEV(hwif->major, unit<<PARTN_BITS));
  1920. }
  1921. }
  1922. }
  1923. }
  1924. static void ide_probe_module (void)
  1925. {
  1926. if (!ide_probe) {
  1927. #if defined(CONFIG_KMOD) && defined(CONFIG_BLK_DEV_IDE_MODULE)
  1928. (void) request_module("ide-probe-mod");
  1929. #endif /* (CONFIG_KMOD) && (CONFIG_BLK_DEV_IDE_MODULE) */
  1930. } else {
  1931. (void) ide_probe->init();
  1932. }
  1933. revalidate_drives();
  1934. }
  1935. static void ide_driver_module (void)
  1936. {
  1937. int index;
  1938. ide_module_t *module = ide_modules;
  1939. for (index = 0; index < MAX_HWIFS; ++index)
  1940. if (ide_hwifs[index].present)
  1941. goto search;
  1942. ide_probe_module();
  1943. search:
  1944. while (module) {
  1945. (void) module->init();
  1946. module = module->next;
  1947. }
  1948. revalidate_drives();
  1949. }
  1950. static int ide_open (struct inode * inode, struct file * filp)
  1951. {
  1952. ide_drive_t *drive;
  1953. if ((drive = get_info_ptr(inode->i_rdev)) == NULL)
  1954. return -ENXIO;
  1955. if (drive->driver == NULL)
  1956. ide_driver_module();
  1957. #ifdef CONFIG_KMOD
  1958. if (drive->driver == NULL) {
  1959. if (drive->media == ide_disk)
  1960. (void) request_module("ide-disk");
  1961. if (drive->media == ide_cdrom)
  1962. (void) request_module("ide-cd");
  1963. if (drive->media == ide_tape)
  1964. (void) request_module("ide-tape");
  1965. if (drive->media == ide_floppy)
  1966. (void) request_module("ide-floppy");
  1967. #if defined(CONFIG_BLK_DEV_IDESCSI) && defined(CONFIG_SCSI)
  1968. if (drive->media == ide_scsi)
  1969. (void) request_module("ide-scsi");
  1970. #endif /* defined(CONFIG_BLK_DEV_IDESCSI) && defined(CONFIG_SCSI) */
  1971. }
  1972. #endif /* CONFIG_KMOD */
  1973. while (drive->busy)
  1974. sleep_on(&drive->wqueue);
  1975. drive->usage++;
  1976. if (drive->driver != NULL)
  1977. return DRIVER(drive)->open(inode, filp, drive);
  1978. printk ("%s: driver not presentn", drive->name);
  1979. drive->usage--;
  1980. return -ENXIO;
  1981. }
  1982. /*
  1983.  * Releasing a block device means we sync() it, so that it can safely
  1984.  * be forgotten about...
  1985.  */
  1986. static int ide_release (struct inode * inode, struct file * file)
  1987. {
  1988. ide_drive_t *drive;
  1989. if ((drive = get_info_ptr(inode->i_rdev)) != NULL) {
  1990. drive->usage--;
  1991. if (drive->driver != NULL)
  1992. DRIVER(drive)->release(inode, file, drive);
  1993. }
  1994. return 0;
  1995. }
  1996. int ide_replace_subdriver (ide_drive_t *drive, const char *driver)
  1997. {
  1998. if (!drive->present || drive->busy || drive->usage)
  1999. goto abort;
  2000. if (drive->driver != NULL && DRIVER(drive)->cleanup(drive))
  2001. goto abort;
  2002. strncpy(drive->driver_req, driver, 9);
  2003. ide_driver_module();
  2004. drive->driver_req[0] = 0;
  2005. ide_driver_module();
  2006. if (DRIVER(drive) && !strcmp(DRIVER(drive)->name, driver))
  2007. return 0;
  2008. abort:
  2009. return 1;
  2010. }
  2011. #ifdef CONFIG_PROC_FS
  2012. ide_proc_entry_t generic_subdriver_entries[] = {
  2013. { "capacity", S_IFREG|S_IRUGO, proc_ide_read_capacity, NULL },
  2014. { NULL, 0, NULL, NULL }
  2015. };
  2016. #endif
  2017. /*
  2018.  * Note that we only release the standard ports,
  2019.  * and do not even try to handle any extra ports
  2020.  * allocated for weird IDE interface chipsets.
  2021.  */
  2022. void hwif_unregister (ide_hwif_t *hwif)
  2023. {
  2024. if (hwif->straight8) {
  2025. ide_release_region(hwif->io_ports[IDE_DATA_OFFSET], 8);
  2026. goto jump_eight;
  2027. }
  2028. if (hwif->io_ports[IDE_DATA_OFFSET])
  2029. ide_release_region(hwif->io_ports[IDE_DATA_OFFSET], 1);
  2030. if (hwif->io_ports[IDE_ERROR_OFFSET])
  2031. ide_release_region(hwif->io_ports[IDE_ERROR_OFFSET], 1);
  2032. if (hwif->io_ports[IDE_NSECTOR_OFFSET])
  2033. ide_release_region(hwif->io_ports[IDE_NSECTOR_OFFSET], 1);
  2034. if (hwif->io_ports[IDE_SECTOR_OFFSET])
  2035. ide_release_region(hwif->io_ports[IDE_SECTOR_OFFSET], 1);
  2036. if (hwif->io_ports[IDE_LCYL_OFFSET])
  2037. ide_release_region(hwif->io_ports[IDE_LCYL_OFFSET], 1);
  2038. if (hwif->io_ports[IDE_HCYL_OFFSET])
  2039. ide_release_region(hwif->io_ports[IDE_HCYL_OFFSET], 1);
  2040. if (hwif->io_ports[IDE_SELECT_OFFSET])
  2041. ide_release_region(hwif->io_ports[IDE_SELECT_OFFSET], 1);
  2042. if (hwif->io_ports[IDE_STATUS_OFFSET])
  2043. ide_release_region(hwif->io_ports[IDE_STATUS_OFFSET], 1);
  2044. jump_eight:
  2045. if (hwif->io_ports[IDE_CONTROL_OFFSET])
  2046. ide_release_region(hwif->io_ports[IDE_CONTROL_OFFSET], 1);
  2047. #if defined(CONFIG_AMIGA) || defined(CONFIG_MAC)
  2048. if (hwif->io_ports[IDE_IRQ_OFFSET])
  2049. ide_release_region(hwif->io_ports[IDE_IRQ_OFFSET], 1);
  2050. #endif /* (CONFIG_AMIGA) || (CONFIG_MAC) */
  2051. }
  2052. void ide_unregister (unsigned int index)
  2053. {
  2054. struct gendisk *gd;
  2055. ide_drive_t *drive, *d;
  2056. ide_hwif_t *hwif, *g;
  2057. ide_hwgroup_t *hwgroup;
  2058. int irq_count = 0, unit, i;
  2059. unsigned long flags;
  2060. unsigned int p, minor;
  2061. ide_hwif_t old_hwif;
  2062. if (index >= MAX_HWIFS)
  2063. return;
  2064. save_flags(flags); /* all CPUs */
  2065. cli(); /* all CPUs */
  2066. hwif = &ide_hwifs[index];
  2067. if (!hwif->present)
  2068. goto abort;
  2069. for (unit = 0; unit < MAX_DRIVES; ++unit) {
  2070. drive = &hwif->drives[unit];
  2071. if (!drive->present)
  2072. continue;
  2073. if (drive->busy || drive->usage)
  2074. goto abort;
  2075. if (drive->driver != NULL && DRIVER(drive)->cleanup(drive))
  2076. goto abort;
  2077. }
  2078. hwif->present = 0;
  2079. /*
  2080.  * All clear?  Then blow away the buffer cache
  2081.  */
  2082. sti();
  2083. for (unit = 0; unit < MAX_DRIVES; ++unit) {
  2084. drive = &hwif->drives[unit];
  2085. if (!drive->present)
  2086. continue;
  2087. minor = drive->select.b.unit << PARTN_BITS;
  2088. for (p = 0; p < (1<<PARTN_BITS); ++p) {
  2089. if (drive->part[p].nr_sects > 0) {
  2090. kdev_t devp = MKDEV(hwif->major, minor+p);
  2091. invalidate_device(devp, 0);
  2092. }
  2093. }
  2094. #ifdef CONFIG_PROC_FS
  2095. destroy_proc_ide_drives(hwif);
  2096. #endif
  2097. }
  2098. cli();
  2099. hwgroup = hwif->hwgroup;
  2100. /*
  2101.  * free the irq if we were the only hwif using it
  2102.  */
  2103. g = hwgroup->hwif;
  2104. do {
  2105. if (g->irq == hwif->irq)
  2106. ++irq_count;
  2107. g = g->next;
  2108. } while (g != hwgroup->hwif);
  2109. if (irq_count == 1)
  2110. free_irq(hwif->irq, hwgroup);
  2111. /*
  2112.  * Note that we only release the standard ports,
  2113.  * and do not even try to handle any extra ports
  2114.  * allocated for weird IDE interface chipsets.
  2115.  */
  2116. hwif_unregister(hwif);
  2117. /*
  2118.  * Remove us from the hwgroup, and free
  2119.  * the hwgroup if we were the only member
  2120.  */
  2121. d = hwgroup->drive;
  2122. for (i = 0; i < MAX_DRIVES; ++i) {
  2123. drive = &hwif->drives[i];
  2124. if (drive->de) {
  2125. devfs_unregister (drive->de);
  2126. drive->de = NULL;
  2127. }
  2128. if (!drive->present)
  2129. continue;
  2130. while (hwgroup->drive->next != drive)
  2131. hwgroup->drive = hwgroup->drive->next;
  2132. hwgroup->drive->next = drive->next;
  2133. if (hwgroup->drive == drive)
  2134. hwgroup->drive = NULL;
  2135. if (drive->id != NULL) {
  2136. kfree(drive->id);
  2137. drive->id = NULL;
  2138. }
  2139. drive->present = 0;
  2140. blk_cleanup_queue(&drive->queue);
  2141. }
  2142. if (d->present)
  2143. hwgroup->drive = d;
  2144. while (hwgroup->hwif->next != hwif)
  2145. hwgroup->hwif = hwgroup->hwif->next;
  2146. hwgroup->hwif->next = hwif->next;
  2147. if (hwgroup->hwif == hwif)
  2148. kfree(hwgroup);
  2149. else
  2150. hwgroup->hwif = HWIF(hwgroup->drive);
  2151. #if defined(CONFIG_BLK_DEV_IDEDMA) && !defined(CONFIG_DMA_NONPCI)
  2152. if (hwif->dma_base) {
  2153. (void) ide_release_dma(hwif);
  2154. hwif->dma_base = 0;
  2155. }
  2156. #endif /* (CONFIG_BLK_DEV_IDEDMA) && !(CONFIG_DMA_NONPCI) */
  2157. /*
  2158.  * Remove us from the kernel's knowledge
  2159.  */
  2160. unregister_blkdev(hwif->major, hwif->name);
  2161. kfree(blksize_size[hwif->major]);
  2162. kfree(max_sectors[hwif->major]);
  2163. kfree(max_readahead[hwif->major]);
  2164. blk_dev[hwif->major].data = NULL;
  2165. blk_dev[hwif->major].queue = NULL;
  2166. blksize_size[hwif->major] = NULL;
  2167. gd = hwif->gd;
  2168. if (gd) {
  2169. del_gendisk(gd);
  2170. kfree(gd->sizes);
  2171. kfree(gd->part);
  2172. if (gd->de_arr)
  2173. kfree (gd->de_arr);
  2174. if (gd->flags)
  2175. kfree (gd->flags);
  2176. kfree(gd);
  2177. hwif->gd = NULL;
  2178. }
  2179. old_hwif = *hwif;
  2180. init_hwif_data (index); /* restore hwif data to pristine status */
  2181. hwif->hwgroup = old_hwif.hwgroup;
  2182. hwif->tuneproc = old_hwif.tuneproc;
  2183. hwif->speedproc = old_hwif.speedproc;
  2184. hwif->selectproc = old_hwif.selectproc;
  2185. hwif->resetproc = old_hwif.resetproc;
  2186. hwif->intrproc = old_hwif.intrproc;
  2187. hwif->maskproc = old_hwif.maskproc;
  2188. hwif->quirkproc = old_hwif.quirkproc;
  2189. hwif->rwproc = old_hwif.rwproc;
  2190. hwif->ideproc = old_hwif.ideproc;
  2191. hwif->dmaproc = old_hwif.dmaproc;
  2192. hwif->busproc = old_hwif.busproc;
  2193. hwif->bus_state = old_hwif.bus_state;
  2194. hwif->dma_base = old_hwif.dma_base;
  2195. hwif->dma_extra = old_hwif.dma_extra;
  2196. hwif->config_data = old_hwif.config_data;
  2197. hwif->select_data = old_hwif.select_data;
  2198. hwif->proc = old_hwif.proc;
  2199. #ifndef CONFIG_BLK_DEV_IDECS
  2200. hwif->irq = old_hwif.irq;
  2201. #endif /* CONFIG_BLK_DEV_IDECS */
  2202. hwif->major = old_hwif.major;
  2203. hwif->chipset = old_hwif.chipset;
  2204. hwif->autodma = old_hwif.autodma;
  2205. hwif->udma_four = old_hwif.udma_four;
  2206. #ifdef CONFIG_BLK_DEV_IDEPCI
  2207. hwif->pci_dev = old_hwif.pci_dev;
  2208. hwif->pci_devid = old_hwif.pci_devid;
  2209. #endif /* CONFIG_BLK_DEV_IDEPCI */
  2210. hwif->straight8 = old_hwif.straight8;
  2211. hwif->hwif_data = old_hwif.hwif_data;
  2212. abort:
  2213. restore_flags(flags); /* all CPUs */
  2214. }
  2215. /*
  2216.  * Setup hw_regs_t structure described by parameters.  You
  2217.  * may set up the hw structure yourself OR use this routine to
  2218.  * do it for you.
  2219.  */
  2220. void ide_setup_ports ( hw_regs_t *hw,
  2221. ide_ioreg_t base, int *offsets,
  2222. ide_ioreg_t ctrl, ide_ioreg_t intr,
  2223. ide_ack_intr_t *ack_intr, int irq)
  2224. {
  2225. int i;
  2226. for (i = 0; i < IDE_NR_PORTS; i++) {
  2227. if (offsets[i] == -1) {
  2228. switch(i) {
  2229. case IDE_CONTROL_OFFSET:
  2230. hw->io_ports[i] = ctrl;
  2231. break;
  2232. #if defined(CONFIG_AMIGA) || defined(CONFIG_MAC)
  2233. case IDE_IRQ_OFFSET:
  2234. hw->io_ports[i] = intr;
  2235. break;
  2236. #endif /* (CONFIG_AMIGA) || (CONFIG_MAC) */
  2237. default:
  2238. hw->io_ports[i] = 0;
  2239. break;
  2240. }
  2241. } else {
  2242. hw->io_ports[i] = base + offsets[i];
  2243. }
  2244. }
  2245. hw->irq = irq;
  2246. hw->dma = NO_DMA;
  2247. hw->ack_intr = ack_intr;
  2248. }
  2249. /*
  2250.  * Register an IDE interface, specifing exactly the registers etc
  2251.  * Set init=1 iff calling before probes have taken place.
  2252.  */
  2253. int ide_register_hw (hw_regs_t *hw, ide_hwif_t **hwifp)
  2254. {
  2255. int index, retry = 1;
  2256. ide_hwif_t *hwif;
  2257. do {
  2258. for (index = 0; index < MAX_HWIFS; ++index) {
  2259. hwif = &ide_hwifs[index];
  2260. if (hwif->hw.io_ports[IDE_DATA_OFFSET] == hw->io_ports[IDE_DATA_OFFSET])
  2261. goto found;
  2262. }
  2263. for (index = 0; index < MAX_HWIFS; ++index) {
  2264. hwif = &ide_hwifs[index];
  2265. if ((!hwif->present && !hwif->mate && !initializing) ||
  2266.     (!hwif->hw.io_ports[IDE_DATA_OFFSET] && initializing))
  2267. goto found;
  2268. }
  2269. for (index = 0; index < MAX_HWIFS; index++)
  2270. ide_unregister(index);
  2271. } while (retry--);
  2272. return -1;
  2273. found:
  2274. if (hwif->present)
  2275. ide_unregister(index);
  2276. if (hwif->present)
  2277. return -1;
  2278. memcpy(&hwif->hw, hw, sizeof(*hw));
  2279. memcpy(hwif->io_ports, hwif->hw.io_ports, sizeof(hwif->hw.io_ports));
  2280. hwif->irq = hw->irq;
  2281. hwif->noprobe = 0;
  2282. hwif->chipset = hw->chipset;
  2283. if (!initializing) {
  2284. ide_probe_module();
  2285. #ifdef CONFIG_PROC_FS
  2286. create_proc_ide_interfaces();
  2287. #endif
  2288. ide_driver_module();
  2289. }
  2290. if (hwifp)
  2291. *hwifp = hwif;
  2292. return (initializing || hwif->present) ? index : -1;
  2293. }
  2294. /*
  2295.  * Compatability function with existing drivers.  If you want
  2296.  * something different, use the function above.
  2297.  */
  2298. int ide_register (int arg1, int arg2, int irq)
  2299. {
  2300. hw_regs_t hw;
  2301. ide_init_hwif_ports(&hw, (ide_ioreg_t) arg1, (ide_ioreg_t) arg2, NULL);
  2302. hw.irq = irq;
  2303. return ide_register_hw(&hw, NULL);
  2304. }
  2305. void ide_add_setting (ide_drive_t *drive, const char *name, int rw, int read_ioctl, int write_ioctl, int data_type, int min, int max, int mul_factor, int div_factor, void *data, ide_procset_t *set)
  2306. {
  2307. ide_settings_t **p = (ide_settings_t **) &drive->settings, *setting = NULL;
  2308. while ((*p) && strcmp((*p)->name, name) < 0)
  2309. p = &((*p)->next);
  2310. if ((setting = kmalloc(sizeof(*setting), GFP_KERNEL)) == NULL)
  2311. goto abort;
  2312. memset(setting, 0, sizeof(*setting));
  2313. if ((setting->name = kmalloc(strlen(name) + 1, GFP_KERNEL)) == NULL)
  2314. goto abort;
  2315. strcpy(setting->name, name); setting->rw = rw;
  2316. setting->read_ioctl = read_ioctl; setting->write_ioctl = write_ioctl;
  2317. setting->data_type = data_type; setting->min = min;
  2318. setting->max = max; setting->mul_factor = mul_factor;
  2319. setting->div_factor = div_factor; setting->data = data;
  2320. setting->set = set; setting->next = *p;
  2321. if (drive->driver)
  2322. setting->auto_remove = 1;
  2323. *p = setting;
  2324. return;
  2325. abort:
  2326. if (setting)
  2327. kfree(setting);
  2328. }
  2329. void ide_remove_setting (ide_drive_t *drive, char *name)
  2330. {
  2331. ide_settings_t **p = (ide_settings_t **) &drive->settings, *setting;
  2332. while ((*p) && strcmp((*p)->name, name))
  2333. p = &((*p)->next);
  2334. if ((setting = (*p)) == NULL)
  2335. return;
  2336. (*p) = setting->next;
  2337. kfree(setting->name);
  2338. kfree(setting);
  2339. }
  2340. static ide_settings_t *ide_find_setting_by_ioctl (ide_drive_t *drive, int cmd)
  2341. {
  2342. ide_settings_t *setting = drive->settings;
  2343. while (setting) {
  2344. if (setting->read_ioctl == cmd || setting->write_ioctl == cmd)
  2345. break;
  2346. setting = setting->next;
  2347. }
  2348. return setting;
  2349. }
  2350. ide_settings_t *ide_find_setting_by_name (ide_drive_t *drive, char *name)
  2351. {
  2352. ide_settings_t *setting = drive->settings;
  2353. while (setting) {
  2354. if (strcmp(setting->name, name) == 0)
  2355. break;
  2356. setting = setting->next;
  2357. }
  2358. return setting;
  2359. }
  2360. static void auto_remove_settings (ide_drive_t *drive)
  2361. {
  2362. ide_settings_t *setting;
  2363. repeat:
  2364. setting = drive->settings;
  2365. while (setting) {
  2366. if (setting->auto_remove) {
  2367. ide_remove_setting(drive, setting->name);
  2368. goto repeat;
  2369. }
  2370. setting = setting->next;
  2371. }
  2372. }
  2373. int ide_read_setting (ide_drive_t *drive, ide_settings_t *setting)
  2374. {
  2375. int val = -EINVAL;
  2376. unsigned long flags;
  2377. if ((setting->rw & SETTING_READ)) {
  2378. spin_lock_irqsave(&io_request_lock, flags);
  2379. switch(setting->data_type) {
  2380. case TYPE_BYTE:
  2381. val = *((u8 *) setting->data);
  2382. break;
  2383. case TYPE_SHORT:
  2384. val = *((u16 *) setting->data);
  2385. break;
  2386. case TYPE_INT:
  2387. case TYPE_INTA:
  2388. val = *((u32 *) setting->data);
  2389. break;
  2390. }
  2391. spin_unlock_irqrestore(&io_request_lock, flags);
  2392. }
  2393. return val;
  2394. }
  2395. int ide_spin_wait_hwgroup (ide_drive_t *drive)
  2396. {
  2397. ide_hwgroup_t *hwgroup = HWGROUP(drive);
  2398. unsigned long timeout = jiffies + (3 * HZ);
  2399. spin_lock_irq(&io_request_lock);
  2400. while (hwgroup->busy) {
  2401. unsigned long lflags;
  2402. spin_unlock_irq(&io_request_lock);
  2403. __save_flags(lflags); /* local CPU only */
  2404. __sti(); /* local CPU only; needed for jiffies */
  2405. if (0 < (signed long)(jiffies - timeout)) {
  2406. __restore_flags(lflags); /* local CPU only */
  2407. printk("%s: channel busyn", drive->name);
  2408. return -EBUSY;
  2409. }
  2410. __restore_flags(lflags); /* local CPU only */
  2411. spin_lock_irq(&io_request_lock);
  2412. }
  2413. return 0;
  2414. }
  2415. /*
  2416.  * FIXME:  This should be changed to enqueue a special request
  2417.  * to the driver to change settings, and then wait on a sema for completion.
  2418.  * The current scheme of polling is kludgey, though safe enough.
  2419.  */
  2420. int ide_write_setting (ide_drive_t *drive, ide_settings_t *setting, int val)
  2421. {
  2422. int i;
  2423. u32 *p;
  2424. if (!capable(CAP_SYS_ADMIN))
  2425. return -EACCES;
  2426. if (!(setting->rw & SETTING_WRITE))
  2427. return -EPERM;
  2428. if (val < setting->min || val > setting->max)
  2429. return -EINVAL;
  2430. if (setting->set)
  2431. return setting->set(drive, val);
  2432. if (ide_spin_wait_hwgroup(drive))
  2433. return -EBUSY;
  2434. switch (setting->data_type) {
  2435. case TYPE_BYTE:
  2436. *((u8 *) setting->data) = val;
  2437. break;
  2438. case TYPE_SHORT:
  2439. *((u16 *) setting->data) = val;
  2440. break;
  2441. case TYPE_INT:
  2442. *((u32 *) setting->data) = val;
  2443. break;
  2444. case TYPE_INTA:
  2445. p = (u32 *) setting->data;
  2446. for (i = 0; i < 1 << PARTN_BITS; i++, p++)
  2447. *p = val;
  2448. break;
  2449. }
  2450. spin_unlock_irq(&io_request_lock);
  2451. return 0;
  2452. }
  2453. static int set_io_32bit(ide_drive_t *drive, int arg)
  2454. {
  2455. drive->io_32bit = arg;
  2456. #ifdef CONFIG_BLK_DEV_DTC2278
  2457. if (HWIF(drive)->chipset == ide_dtc2278)
  2458. HWIF(drive)->drives[!drive->select.b.unit].io_32bit = arg;
  2459. #endif /* CONFIG_BLK_DEV_DTC2278 */
  2460. return 0;
  2461. }
  2462. static int set_using_dma (ide_drive_t *drive, int arg)
  2463. {
  2464. if (!drive->driver || !DRIVER(drive)->supports_dma)
  2465. return -EPERM;
  2466. if (!drive->id || !(drive->id->capability & 1) || !HWIF(drive)->dmaproc)
  2467. return -EPERM;
  2468. if (HWIF(drive)->dmaproc(arg ? ide_dma_on : ide_dma_off, drive))
  2469. return -EIO;
  2470. return 0;
  2471. }
  2472. static int set_pio_mode (ide_drive_t *drive, int arg)
  2473. {
  2474. struct request rq;
  2475. if (!HWIF(drive)->tuneproc)
  2476. return -ENOSYS;
  2477. if (drive->special.b.set_tune)
  2478. return -EBUSY;
  2479. ide_init_drive_cmd(&rq);
  2480. drive->tune_req = (byte) arg;
  2481. drive->special.b.set_tune = 1;
  2482. (void) ide_do_drive_cmd (drive, &rq, ide_wait);
  2483. return 0;
  2484. }
  2485. void ide_add_generic_settings (ide_drive_t *drive)
  2486. {
  2487. /*
  2488.  * drive setting name read/write access read ioctl write ioctl data type min max mul_factor div_factor data pointer set function
  2489.  */
  2490. ide_add_setting(drive, "io_32bit", drive->no_io_32bit ? SETTING_READ : SETTING_RW, HDIO_GET_32BIT, HDIO_SET_32BIT, TYPE_BYTE, 0, 1 + (SUPPORT_VLB_SYNC << 1), 1, 1, &drive->io_32bit, set_io_32bit);
  2491. ide_add_setting(drive, "keepsettings", SETTING_RW, HDIO_GET_KEEPSETTINGS, HDIO_SET_KEEPSETTINGS, TYPE_BYTE, 0, 1, 1, 1, &drive->keep_settings, NULL);
  2492. ide_add_setting(drive, "nice1", SETTING_RW, -1, -1, TYPE_BYTE, 0, 1, 1, 1, &drive->nice1, NULL);
  2493. ide_add_setting(drive, "pio_mode", SETTING_WRITE, -1, HDIO_SET_PIO_MODE, TYPE_BYTE, 0, 255, 1, 1, NULL, set_pio_mode);
  2494. ide_add_setting(drive, "slow", SETTING_RW, -1, -1, TYPE_BYTE, 0, 1, 1, 1, &drive->slow, NULL);
  2495. ide_add_setting(drive, "unmaskirq", drive->no_unmask ? SETTING_READ : SETTING_RW, HDIO_GET_UNMASKINTR, HDIO_SET_UNMASKINTR, TYPE_BYTE, 0, 1, 1, 1, &drive->unmask, NULL);
  2496. ide_add_setting(drive, "using_dma", SETTING_RW, HDIO_GET_DMA, HDIO_SET_DMA, TYPE_BYTE, 0, 1, 1, 1, &drive->using_dma, set_using_dma);
  2497. ide_add_setting(drive, "ide_scsi", SETTING_RW, -1, -1, TYPE_BYTE, 0, 1, 1, 1, &drive->scsi, NULL);
  2498. ide_add_setting(drive, "init_speed", SETTING_RW, -1, -1, TYPE_BYTE, 0, 69, 1, 1, &drive->init_speed, NULL);
  2499. ide_add_setting(drive, "current_speed", SETTING_RW, -1, -1, TYPE_BYTE, 0, 69, 1, 1, &drive->current_speed, NULL);
  2500. ide_add_setting(drive, "number", SETTING_RW, -1, -1, TYPE_BYTE, 0, 3, 1, 1, &drive->dn, NULL);
  2501. }
  2502. int ide_wait_cmd (ide_drive_t *drive, int cmd, int nsect, int feature, int sectors, byte *buf)
  2503. {
  2504. struct request rq;
  2505. byte buffer[4];
  2506. if (!buf)
  2507. buf = buffer;
  2508. memset(buf, 0, 4 + SECTOR_WORDS * 4 * sectors);
  2509. ide_init_drive_cmd(&rq);
  2510. rq.buffer = buf;
  2511. *buf++ = cmd;
  2512. *buf++ = nsect;
  2513. *buf++ = feature;
  2514. *buf++ = sectors;
  2515. return ide_do_drive_cmd(drive, &rq, ide_wait);
  2516. }
  2517. int ide_wait_cmd_task (ide_drive_t *drive, byte *buf)
  2518. {
  2519. struct request rq;
  2520. ide_init_drive_cmd(&rq);
  2521. rq.cmd = IDE_DRIVE_TASK;
  2522. rq.buffer = buf;
  2523. return ide_do_drive_cmd(drive, &rq, ide_wait);
  2524. }
  2525. /*
  2526.  * Delay for *at least* 50ms.  As we don't know how much time is left
  2527.  * until the next tick occurs, we wait an extra tick to be safe.
  2528.  * This is used only during the probing/polling for drives at boot time.
  2529.  *
  2530.  * However, its usefullness may be needed in other places, thus we export it now.
  2531.  * The future may change this to a millisecond setable delay.
  2532.  */
  2533. void ide_delay_50ms (void)
  2534. {
  2535. #ifndef CONFIG_BLK_DEV_IDECS
  2536. mdelay(50);
  2537. #else
  2538. __set_current_state(TASK_UNINTERRUPTIBLE);
  2539. schedule_timeout(HZ/20);
  2540. #endif /* CONFIG_BLK_DEV_IDECS */
  2541. }
  2542. int system_bus_clock (void)
  2543. {
  2544. return((int) ((!system_bus_speed) ? ide_system_bus_speed() : system_bus_speed ));
  2545. }
  2546. int ide_reinit_drive (ide_drive_t *drive)
  2547. {
  2548. switch (drive->media) {
  2549. #ifdef CONFIG_BLK_DEV_IDECD
  2550. case ide_cdrom:
  2551. {
  2552. extern int ide_cdrom_reinit(ide_drive_t *drive);
  2553. if (ide_cdrom_reinit(drive))
  2554. return 1;
  2555. break;
  2556. }
  2557. #endif /* CONFIG_BLK_DEV_IDECD */
  2558. #ifdef CONFIG_BLK_DEV_IDEDISK
  2559. case ide_disk:
  2560. {
  2561. extern int idedisk_reinit(ide_drive_t *drive);
  2562. if (idedisk_reinit(drive))
  2563. return 1;
  2564. break;
  2565. }
  2566. #endif /* CONFIG_BLK_DEV_IDEDISK */
  2567. #ifdef CONFIG_BLK_DEV_IDEFLOPPY
  2568. case ide_floppy:
  2569. {
  2570. extern int idefloppy_reinit(ide_drive_t *drive);
  2571. if (idefloppy_reinit(drive))
  2572. return 1;
  2573. break;
  2574. }
  2575. #endif /* CONFIG_BLK_DEV_IDEFLOPPY */
  2576. #ifdef CONFIG_BLK_DEV_IDETAPE
  2577. case ide_tape:
  2578. {
  2579. extern int idetape_reinit(ide_drive_t *drive);
  2580. if (idetape_reinit(drive))
  2581. return 1;
  2582. break;
  2583. }
  2584. #endif /* CONFIG_BLK_DEV_IDETAPE */
  2585. #ifdef CONFIG_BLK_DEV_IDESCSI
  2586. /*
  2587.  *              {
  2588.  *                      extern int idescsi_reinit(ide_drive_t *drive);
  2589.  *                      if (idescsi_reinit(drive))
  2590.  *                              return 1;
  2591.  *                      break;
  2592.  * }
  2593.  */
  2594. #endif /* CONFIG_BLK_DEV_IDESCSI */
  2595. default:
  2596. return 1;
  2597. }
  2598. return 0;
  2599. }
  2600. static int ide_ioctl (struct inode *inode, struct file *file,
  2601. unsigned int cmd, unsigned long arg)
  2602. {
  2603. int err = 0, major, minor;
  2604. ide_drive_t *drive;
  2605. struct request rq;
  2606. kdev_t dev;
  2607. ide_settings_t *setting;
  2608. if (!inode || !(dev = inode->i_rdev))
  2609. return -EINVAL;
  2610. major = MAJOR(dev); minor = MINOR(dev);
  2611. if ((drive = get_info_ptr(inode->i_rdev)) == NULL)
  2612. return -ENODEV;
  2613. if ((setting = ide_find_setting_by_ioctl(drive, cmd)) != NULL) {
  2614. if (cmd == setting->read_ioctl) {
  2615. err = ide_read_setting(drive, setting);
  2616. return err >= 0 ? put_user(err, (long *) arg) : err;
  2617. } else {
  2618. if ((MINOR(inode->i_rdev) & PARTN_MASK))
  2619. return -EINVAL;
  2620. return ide_write_setting(drive, setting, arg);
  2621. }
  2622. }
  2623. ide_init_drive_cmd (&rq);
  2624. switch (cmd) {
  2625. case HDIO_GETGEO:
  2626. {
  2627. struct hd_geometry *loc = (struct hd_geometry *) arg;
  2628. unsigned short bios_cyl = drive->bios_cyl; /* truncate */
  2629. if (!loc || (drive->media != ide_disk && drive->media != ide_floppy)) return -EINVAL;
  2630. if (put_user(drive->bios_head, (byte *) &loc->heads)) return -EFAULT;
  2631. if (put_user(drive->bios_sect, (byte *) &loc->sectors)) return -EFAULT;
  2632. if (put_user(bios_cyl, (unsigned short *) &loc->cylinders)) return -EFAULT;
  2633. if (put_user((unsigned)drive->part[MINOR(inode->i_rdev)&PARTN_MASK].start_sect,
  2634. (unsigned long *) &loc->start)) return -EFAULT;
  2635. return 0;
  2636. }
  2637. case HDIO_GETGEO_BIG:
  2638. {
  2639. struct hd_big_geometry *loc = (struct hd_big_geometry *) arg;
  2640. if (!loc || (drive->media != ide_disk && drive->media != ide_floppy)) return -EINVAL;
  2641. if (put_user(drive->bios_head, (byte *) &loc->heads)) return -EFAULT;
  2642. if (put_user(drive->bios_sect, (byte *) &loc->sectors)) return -EFAULT;
  2643. if (put_user(drive->bios_cyl, (unsigned int *) &loc->cylinders)) return -EFAULT;
  2644. if (put_user((unsigned)drive->part[MINOR(inode->i_rdev)&PARTN_MASK].start_sect,
  2645. (unsigned long *) &loc->start)) return -EFAULT;
  2646. return 0;
  2647. }
  2648. case HDIO_GETGEO_BIG_RAW:
  2649. {
  2650. struct hd_big_geometry *loc = (struct hd_big_geometry *) arg;
  2651. if (!loc || (drive->media != ide_disk && drive->media != ide_floppy)) return -EINVAL;
  2652. if (put_user(drive->head, (byte *) &loc->heads)) return -EFAULT;
  2653. if (put_user(drive->sect, (byte *) &loc->sectors)) return -EFAULT;
  2654. if (put_user(drive->cyl, (unsigned int *) &loc->cylinders)) return -EFAULT;
  2655. if (put_user((unsigned)drive->part[MINOR(inode->i_rdev)&PARTN_MASK].start_sect,
  2656. (unsigned long *) &loc->start)) return -EFAULT;
  2657. return 0;
  2658. }
  2659.   case BLKGETSIZE:   /* Return device size */
  2660. return put_user(drive->part[MINOR(inode->i_rdev)&PARTN_MASK].nr_sects, (unsigned long *) arg);
  2661.   case BLKGETSIZE64:
  2662. return put_user((u64)drive->part[MINOR(inode->i_rdev)&PARTN_MASK].nr_sects << 9, (u64 *) arg);
  2663. case BLKRRPART: /* Re-read partition tables */
  2664. if (!capable(CAP_SYS_ADMIN)) return -EACCES;
  2665. return ide_revalidate_disk(inode->i_rdev);
  2666. case HDIO_OBSOLETE_IDENTITY:
  2667. case HDIO_GET_IDENTITY:
  2668. if (MINOR(inode->i_rdev) & PARTN_MASK)
  2669. return -EINVAL;
  2670. if (drive->id == NULL)
  2671. return -ENOMSG;
  2672. if (copy_to_user((char *)arg, (char *)drive->id, (cmd == HDIO_GET_IDENTITY) ? sizeof(*drive->id) : 142))
  2673. return -EFAULT;
  2674. return 0;
  2675. case HDIO_GET_NICE:
  2676. return put_user(drive->dsc_overlap << IDE_NICE_DSC_OVERLAP |
  2677. drive->atapi_overlap << IDE_NICE_ATAPI_OVERLAP |
  2678. drive->nice0 <<  IDE_NICE_0 |
  2679. drive->nice1 << IDE_NICE_1 |
  2680. drive->nice2 << IDE_NICE_2,
  2681. (long *) arg);
  2682. #ifdef CONFIG_IDE_TASK_IOCTL
  2683. case HDIO_DRIVE_TASKFILE:
  2684.         if (!capable(CAP_SYS_ADMIN) || !capable(CAP_SYS_RAWIO))
  2685. return -EACCES;
  2686. switch(drive->media) {
  2687. case ide_disk:
  2688. return ide_taskfile_ioctl(drive, inode, file, cmd, arg);
  2689. #ifdef CONFIG_PKT_TASK_IOCTL
  2690. case ide_cdrom:
  2691. case ide_tape:
  2692. case ide_floppy:
  2693. return pkt_taskfile_ioctl(drive, inode, file, cmd, arg);
  2694. #endif /* CONFIG_PKT_TASK_IOCTL */
  2695. default:
  2696. return -ENOMSG;
  2697. }
  2698. #endif /* CONFIG_IDE_TASK_IOCTL */
  2699. case HDIO_DRIVE_CMD:
  2700. {
  2701. byte args[4], *argbuf = args;
  2702. byte xfer_rate = 0;
  2703. int argsize = 4;
  2704. ide_task_t tfargs;
  2705. if (!capable(CAP_SYS_ADMIN) || !capable(CAP_SYS_RAWIO))
  2706. return -EACCES;
  2707. if (NULL == (void *) arg)
  2708. return ide_do_drive_cmd(drive, &rq, ide_wait);
  2709. if (copy_from_user(args, (void *)arg, 4))
  2710. return -EFAULT;
  2711. tfargs.tfRegister[IDE_FEATURE_OFFSET] = args[2];
  2712. tfargs.tfRegister[IDE_NSECTOR_OFFSET] = args[3];
  2713. tfargs.tfRegister[IDE_SECTOR_OFFSET]  = args[1];
  2714. tfargs.tfRegister[IDE_LCYL_OFFSET]    = 0x00;
  2715. tfargs.tfRegister[IDE_HCYL_OFFSET]    = 0x00;
  2716. tfargs.tfRegister[IDE_SELECT_OFFSET]  = 0x00;
  2717. tfargs.tfRegister[IDE_COMMAND_OFFSET] = args[0];
  2718. if (args[3]) {
  2719. argsize = 4 + (SECTOR_WORDS * 4 * args[3]);
  2720. argbuf = kmalloc(argsize, GFP_KERNEL);
  2721. if (argbuf == NULL)
  2722. return -ENOMEM;
  2723. memcpy(argbuf, args, 4);
  2724. }
  2725. if (set_transfer(drive, &tfargs)) {
  2726. xfer_rate = args[1];
  2727. if (ide_ata66_check(drive, &tfargs))
  2728. goto abort;
  2729. }
  2730. err = ide_wait_cmd(drive, args[0], args[1], args[2], args[3], argbuf);
  2731. if (!err && xfer_rate) {
  2732. /* active-retuning-calls future */
  2733. if ((HWIF(drive)->speedproc) != NULL)
  2734. HWIF(drive)->speedproc(drive, xfer_rate);
  2735. ide_driveid_update(drive);
  2736. }
  2737. abort:
  2738. if (copy_to_user((void *)arg, argbuf, argsize))
  2739. err = -EFAULT;
  2740. if (argsize > 4)
  2741. kfree(argbuf);
  2742. return err;
  2743. }
  2744. case HDIO_DRIVE_TASK:
  2745. {
  2746. byte args[7], *argbuf = args;
  2747. int argsize = 7;
  2748. if (!capable(CAP_SYS_ADMIN) || !capable(CAP_SYS_RAWIO)) return -EACCES;
  2749. if (copy_from_user(args, (void *)arg, 7))
  2750. return -EFAULT;
  2751. err = ide_wait_cmd_task(drive, argbuf);
  2752. if (copy_to_user((void *)arg, argbuf, argsize))
  2753. err = -EFAULT;
  2754. return err;
  2755. }
  2756. case HDIO_SCAN_HWIF:
  2757. {
  2758. int args[3];
  2759. if (!capable(CAP_SYS_ADMIN)) return -EACCES;
  2760. if (copy_from_user(args, (void *)arg, 3 * sizeof(int)))
  2761. return -EFAULT;
  2762. if (ide_register(args[0], args[1], args[2]) == -1)
  2763. return -EIO;
  2764. return 0;
  2765. }
  2766.         case HDIO_UNREGISTER_HWIF:
  2767. if (!capable(CAP_SYS_ADMIN)) return -EACCES;
  2768. /* (arg > MAX_HWIFS) checked in function */
  2769. ide_unregister(arg);
  2770. return 0;
  2771. case HDIO_SET_NICE:
  2772. if (!capable(CAP_SYS_ADMIN)) return -EACCES;
  2773. if (drive->driver == NULL)
  2774. return -EPERM;
  2775. if (arg != (arg & ((1 << IDE_NICE_DSC_OVERLAP) | (1 << IDE_NICE_1))))
  2776. return -EPERM;
  2777. drive->dsc_overlap = (arg >> IDE_NICE_DSC_OVERLAP) & 1;
  2778. if (drive->dsc_overlap && !DRIVER(drive)->supports_dsc_overlap) {
  2779. drive->dsc_overlap = 0;
  2780. return -EPERM;
  2781. }
  2782. drive->nice1 = (arg >> IDE_NICE_1) & 1;
  2783. return 0;
  2784. case HDIO_DRIVE_RESET:
  2785. {
  2786. unsigned long flags;
  2787. ide_hwgroup_t *hwgroup = HWGROUP(drive);
  2788. if (!capable(CAP_SYS_ADMIN)) return -EACCES;
  2789. #if 1
  2790. spin_lock_irqsave(&io_request_lock, flags);
  2791. if (hwgroup->handler != NULL) {
  2792. printk("%s: ide_set_handler: handler not null; %pn", drive->name, hwgroup->handler);
  2793. (void) hwgroup->handler(drive);
  2794. // hwgroup->handler = NULL;
  2795. // hwgroup->expiry = NULL;
  2796. hwgroup->timer.expires = jiffies + 0;;
  2797. del_timer(&hwgroup->timer);
  2798. }
  2799. spin_unlock_irqrestore(&io_request_lock, flags);
  2800. #endif
  2801. (void) ide_do_reset(drive);
  2802. if (drive->suspend_reset) {
  2803. /*
  2804.  * APM WAKE UP todo !!
  2805.  * int nogoodpower = 1;
  2806.  * while(nogoodpower) {
  2807.  * check_power1() or check_power2()
  2808.  * nogoodpower = 0;
  2809.  * } 
  2810.  * HWIF(drive)->multiproc(drive);
  2811.  */
  2812. return ide_revalidate_disk(inode->i_rdev);
  2813. }
  2814. return 0;
  2815. }
  2816. case BLKROSET:
  2817. case BLKROGET:
  2818. case BLKFLSBUF:
  2819. case BLKSSZGET:
  2820. case BLKPG:
  2821. case BLKELVGET:
  2822. case BLKELVSET:
  2823. case BLKBSZGET:
  2824. case BLKBSZSET:
  2825. return blk_ioctl(inode->i_rdev, cmd, arg);
  2826. case HDIO_GET_BUSSTATE:
  2827. if (!capable(CAP_SYS_ADMIN))
  2828. return -EACCES;
  2829. if (put_user(HWIF(drive)->bus_state, (long *)arg))
  2830. return -EFAULT;
  2831. return 0;
  2832. case HDIO_SET_BUSSTATE:
  2833. if (!capable(CAP_SYS_ADMIN))
  2834. return -EACCES;
  2835. if (HWIF(drive)->busproc)
  2836. HWIF(drive)->busproc(drive, (int)arg);
  2837. return 0;
  2838. default:
  2839. if (drive->driver != NULL)
  2840. return DRIVER(drive)->ioctl(drive, inode, file, cmd, arg);
  2841. return -EPERM;
  2842. }
  2843. }
  2844. static int ide_check_media_change (kdev_t i_rdev)
  2845. {
  2846. ide_drive_t *drive;
  2847. if ((drive = get_info_ptr(i_rdev)) == NULL)
  2848. return -ENODEV;
  2849. if (drive->driver != NULL)
  2850. return DRIVER(drive)->media_change(drive);
  2851. return 0;
  2852. }
  2853. void ide_fixstring (byte *s, const int bytecount, const int byteswap)
  2854. {
  2855. byte *p = s, *end = &s[bytecount & ~1]; /* bytecount must be even */
  2856. if (byteswap) {
  2857. /* convert from big-endian to host byte order */
  2858. for (p = end ; p != s;) {
  2859. unsigned short *pp = (unsigned short *) (p -= 2);
  2860. *pp = ntohs(*pp);
  2861. }
  2862. }
  2863. /* strip leading blanks */
  2864. while (s != end && *s == ' ')
  2865. ++s;
  2866. /* compress internal blanks and strip trailing blanks */
  2867. while (s != end && *s) {
  2868. if (*s++ != ' ' || (s != end && *s && *s != ' '))
  2869. *p++ = *(s-1);
  2870. }
  2871. /* wipe out trailing garbage */
  2872. while (p != end)
  2873. *p++ = '';
  2874. }
  2875. /*
  2876.  * stridx() returns the offset of c within s,
  2877.  * or -1 if c is '' or not found within s.
  2878.  */
  2879. static int __init stridx (const char *s, char c)
  2880. {
  2881. char *i = strchr(s, c);
  2882. return (i && c) ? i - s : -1;
  2883. }
  2884. /*
  2885.  * match_parm() does parsing for ide_setup():
  2886.  *
  2887.  * 1. the first char of s must be '='.
  2888.  * 2. if the remainder matches one of the supplied keywords,
  2889.  *     the index (1 based) of the keyword is negated and returned.
  2890.  * 3. if the remainder is a series of no more than max_vals numbers
  2891.  *     separated by commas, the numbers are saved in vals[] and a
  2892.  *     count of how many were saved is returned.  Base10 is assumed,
  2893.  *     and base16 is allowed when prefixed with "0x".
  2894.  * 4. otherwise, zero is returned.
  2895.  */
  2896. static int __init match_parm (char *s, const char *keywords[], int vals[], int max_vals)
  2897. {
  2898. static const char *decimal = "0123456789";
  2899. static const char *hex = "0123456789abcdef";
  2900. int i, n;
  2901. if (*s++ == '=') {
  2902. /*
  2903.  * Try matching against the supplied keywords,
  2904.  * and return -(index+1) if we match one
  2905.  */
  2906. if (keywords != NULL) {
  2907. for (i = 0; *keywords != NULL; ++i) {
  2908. if (!strcmp(s, *keywords++))
  2909. return -(i+1);
  2910. }
  2911. }
  2912. /*
  2913.  * Look for a series of no more than "max_vals"
  2914.  * numeric values separated by commas, in base10,
  2915.  * or base16 when prefixed with "0x".
  2916.  * Return a count of how many were found.
  2917.  */
  2918. for (n = 0; (i = stridx(decimal, *s)) >= 0;) {
  2919. vals[n] = i;
  2920. while ((i = stridx(decimal, *++s)) >= 0)
  2921. vals[n] = (vals[n] * 10) + i;
  2922. if (*s == 'x' && !vals[n]) {
  2923. while ((i = stridx(hex, *++s)) >= 0)
  2924. vals[n] = (vals[n] * 0x10) + i;
  2925. }
  2926. if (++n == max_vals)
  2927. break;
  2928. if (*s == ',' || *s == ';')
  2929. ++s;
  2930. }
  2931. if (!*s)
  2932. return n;
  2933. }
  2934. return 0; /* zero = nothing matched */
  2935. }
  2936. /*
  2937.  * ide_setup() gets called VERY EARLY during initialization,
  2938.  * to handle kernel "command line" strings beginning with "hdx="
  2939.  * or "ide".  Here is the complete set currently supported:
  2940.  *
  2941.  * "hdx="  is recognized for all "x" from "a" to "h", such as "hdc".
  2942.  * "idex=" is recognized for all "x" from "0" to "3", such as "ide1".
  2943.  *
  2944.  * "hdx=noprobe" : drive may be present, but do not probe for it
  2945.  * "hdx=none" : drive is NOT present, ignore cmos and do not probe
  2946.  * "hdx=nowerr" : ignore the WRERR_STAT bit on this drive
  2947.  * "hdx=cdrom" : drive is present, and is a cdrom drive
  2948.  * "hdx=cyl,head,sect" : disk drive is present, with specified geometry
  2949.  * "hdx=noremap" : do not remap 0->1 even though EZD was detected
  2950.  * "hdx=autotune" : driver will attempt to tune interface speed
  2951.  * to the fastest PIO mode supported,
  2952.  * if possible for this drive only.
  2953.  * Not fully supported by all chipset types,
  2954.  * and quite likely to cause trouble with
  2955.  * older/odd IDE drives.
  2956.  *
  2957.  * "hdx=slow" : insert a huge pause after each access to the data
  2958.  * port. Should be used only as a last resort.
  2959.  *
  2960.  * "hdx=swapdata" : when the drive is a disk, byte swap all data
  2961.  * "hdx=bswap" : same as above..........
  2962.  * "hdxlun=xx"          : set the drive last logical unit.
  2963.  * "hdx=flash" : allows for more than one ata_flash disk to be
  2964.  * registered. In most cases, only one device
  2965.  * will be present.
  2966.  * "hdx=scsi" : the return of the ide-scsi flag, this is useful for
  2967.  * allowwing ide-floppy, ide-tape, and ide-cdrom|writers
  2968.  * to use ide-scsi emulation on a device specific option.
  2969.  * "idebus=xx" : inform IDE driver of VESA/PCI bus speed in MHz,
  2970.  * where "xx" is between 20 and 66 inclusive,
  2971.  * used when tuning chipset PIO modes.
  2972.  * For PCI bus, 25 is correct for a P75 system,
  2973.  * 30 is correct for P90,P120,P180 systems,
  2974.  * and 33 is used for P100,P133,P166 systems.
  2975.  * If in doubt, use idebus=33 for PCI.
  2976.  * As for VLB, it is safest to not specify it.
  2977.  *
  2978.  * "idex=noprobe" : do not attempt to access/use this interface
  2979.  * "idex=base" : probe for an interface at the addr specified,
  2980.  * where "base" is usually 0x1f0 or 0x170
  2981.  * and "ctl" is assumed to be "base"+0x206
  2982.  * "idex=base,ctl" : specify both base and ctl
  2983.  * "idex=base,ctl,irq" : specify base, ctl, and irq number
  2984.  * "idex=autotune" : driver will attempt to tune interface speed
  2985.  * to the fastest PIO mode supported,
  2986.  * for all drives on this interface.
  2987.  * Not fully supported by all chipset types,
  2988.  * and quite likely to cause trouble with
  2989.  * older/odd IDE drives.
  2990.  * "idex=noautotune" : driver will NOT attempt to tune interface speed
  2991.  * This is the default for most chipsets,
  2992.  * except the cmd640.
  2993.  * "idex=serialize" : do not overlap operations on idex and ide(x^1)
  2994.  * "idex=four" : four drives on idex and ide(x^1) share same ports
  2995.  * "idex=reset" : reset interface before first use
  2996.  * "idex=dma" : enable DMA by default on both drives if possible
  2997.  * "idex=ata66" : informs the interface that it has an 80c cable
  2998.  * for chipsets that are ATA-66 capable, but
  2999.  * the ablity to bit test for detection is
  3000.  * currently unknown.
  3001.  * "ide=reverse" : Formerly called to pci sub-system, but now local.
  3002.  *
  3003.  * The following are valid ONLY on ide0, (except dc4030)
  3004.  * and the defaults for the base,ctl ports must not be altered.
  3005.  *
  3006.  * "ide0=dtc2278" : probe/support DTC2278 interface
  3007.  * "ide0=ht6560b" : probe/support HT6560B interface
  3008.  * "ide0=cmd640_vlb" : *REQUIRED* for VLB cards with the CMD640 chip
  3009.  *   (not for PCI -- automatically detected)
  3010.  * "ide0=qd65xx" : probe/support qd65xx interface
  3011.  * "ide0=ali14xx" : probe/support ali14xx chipsets (ALI M1439, M1443, M1445)
  3012.  * "ide0=umc8672" : probe/support umc8672 chipsets
  3013.  * "idex=dc4030" : probe/support Promise DC4030VL interface
  3014.  * "ide=doubler" : probe/support IDE doublers on Amiga
  3015.  */
  3016. int __init ide_setup (char *s)
  3017. {
  3018. int i, vals[3];
  3019. ide_hwif_t *hwif;
  3020. ide_drive_t *drive;
  3021. unsigned int hw, unit;
  3022. const char max_drive = 'a' + ((MAX_HWIFS * MAX_DRIVES) - 1);
  3023. const char max_hwif  = '0' + (MAX_HWIFS - 1);
  3024. if (strncmp(s,"hd",2) == 0 && s[2] == '=') /* hd= is for hd.c   */
  3025. return 0; /* driver and not us */
  3026. if (strncmp(s,"ide",3) &&
  3027.     strncmp(s,"idebus",6) &&
  3028.     strncmp(s,"hd",2)) /* hdx= & hdxlun= */
  3029. return 0;
  3030. printk("ide_setup: %s", s);
  3031. init_ide_data ();
  3032. #ifdef CONFIG_BLK_DEV_IDEDOUBLER
  3033. if (!strcmp(s, "ide=doubler")) {
  3034. extern int ide_doubler;
  3035. printk(" : Enabled support for IDE doublersn");
  3036. ide_doubler = 1;
  3037. return 1;
  3038. }
  3039. #endif /* CONFIG_BLK_DEV_IDEDOUBLER */
  3040. if (!strcmp(s, "ide=nodma")) {
  3041. printk("IDE: Prevented DMAn");
  3042. noautodma = 1;
  3043. return 1;
  3044. }
  3045. #ifdef CONFIG_BLK_DEV_IDEPCI
  3046. if (!strcmp(s, "ide=reverse")) {
  3047. ide_scan_direction = 1;
  3048. printk(" : Enabled support for IDE inverse scan order.n");
  3049. return 1;
  3050. }
  3051. #endif /* CONFIG_BLK_DEV_IDEPCI */
  3052. /*
  3053.  * Look for drive options:  "hdx="
  3054.  */
  3055. if (s[0] == 'h' && s[1] == 'd' && s[2] >= 'a' && s[2] <= max_drive) {
  3056. const char *hd_words[] = {"none", "noprobe", "nowerr", "cdrom",
  3057. "serialize", "autotune", "noautotune",
  3058. "slow", "swapdata", "bswap", "flash",
  3059. "remap", "noremap", "scsi", NULL};
  3060. unit = s[2] - 'a';
  3061. hw   = unit / MAX_DRIVES;
  3062. unit = unit % MAX_DRIVES;
  3063. hwif = &ide_hwifs[hw];
  3064. drive = &hwif->drives[unit];
  3065. if (strncmp(s + 4, "ide-", 4) == 0) {
  3066. strncpy(drive->driver_req, s + 4, 9);
  3067. goto done;
  3068. }
  3069. /*
  3070.  * Look for last lun option:  "hdxlun="
  3071.  */
  3072. if (s[3] == 'l' && s[4] == 'u' && s[5] == 'n') {
  3073. if (match_parm(&s[6], NULL, vals, 1) != 1)
  3074. goto bad_option;
  3075. if (vals[0] >= 0 && vals[0] <= 7) {
  3076. drive->last_lun = vals[0];
  3077. drive->forced_lun = 1;
  3078. } else
  3079. printk(" -- BAD LAST LUN! Expected value from 0 to 7");
  3080. goto done;
  3081. }
  3082. switch (match_parm(&s[3], hd_words, vals, 3)) {
  3083. case -1: /* "none" */
  3084. drive->nobios = 1;  /* drop into "noprobe" */
  3085. case -2: /* "noprobe" */
  3086. drive->noprobe = 1;
  3087. goto done;
  3088. case -3: /* "nowerr" */
  3089. drive->bad_wstat = BAD_R_STAT;
  3090. hwif->noprobe = 0;
  3091. goto done;
  3092. case -4: /* "cdrom" */
  3093. drive->present = 1;
  3094. drive->media = ide_cdrom;
  3095. hwif->noprobe = 0;
  3096. goto done;
  3097. case -5: /* "serialize" */
  3098. printk(" -- USE "ide%d=serialize" INSTEAD", hw);
  3099. goto do_serialize;
  3100. case -6: /* "autotune" */
  3101. drive->autotune = 1;
  3102. goto done;
  3103. case -7: /* "noautotune" */
  3104. drive->autotune = 2;
  3105. goto done;
  3106. case -8: /* "slow" */
  3107. drive->slow = 1;
  3108. goto done;
  3109. case -9: /* "swapdata" or "bswap" */
  3110. case -10:
  3111. drive->bswap = 1;
  3112. goto done;
  3113. case -11: /* "flash" */
  3114. drive->ata_flash = 1;
  3115. goto done;
  3116. case -12: /* "remap" */
  3117. drive->remap_0_to_1 = 1;
  3118. goto done;
  3119. case -13: /* "noremap" */
  3120. drive->remap_0_to_1 = 2;
  3121. goto done;
  3122. case -14: /* "scsi" */
  3123. #if defined(CONFIG_BLK_DEV_IDESCSI) && defined(CONFIG_SCSI)
  3124. drive->scsi = 1;
  3125. goto done;
  3126. #else
  3127. drive->scsi = 0;
  3128. goto bad_option;
  3129. #endif /* defined(CONFIG_BLK_DEV_IDESCSI) && defined(CONFIG_SCSI) */
  3130. case 3: /* cyl,head,sect */
  3131. drive->media = ide_disk;
  3132. drive->cyl = drive->bios_cyl  = vals[0];
  3133. drive->head = drive->bios_head = vals[1];
  3134. drive->sect = drive->bios_sect = vals[2];
  3135. drive->present = 1;
  3136. drive->forced_geom = 1;
  3137. hwif->noprobe = 0;
  3138. goto done;
  3139. default:
  3140. goto bad_option;
  3141. }
  3142. }
  3143. if (s[0] != 'i' || s[1] != 'd' || s[2] != 'e')
  3144. goto bad_option;
  3145. /*
  3146.  * Look for bus speed option:  "idebus="
  3147.  */
  3148. if (s[3] == 'b' && s[4] == 'u' && s[5] == 's') {
  3149. if (match_parm(&s[6], NULL, vals, 1) != 1)
  3150. goto bad_option;
  3151. if (vals[0] >= 20 && vals[0] <= 66) {
  3152. idebus_parameter = vals[0];
  3153. } else
  3154. printk(" -- BAD BUS SPEED! Expected value from 20 to 66");
  3155. goto done;
  3156. }
  3157. /*
  3158.  * Look for interface options:  "idex="
  3159.  */
  3160. if (s[3] >= '0' && s[3] <= max_hwif) {
  3161. /*
  3162.  * Be VERY CAREFUL changing this: note hardcoded indexes below
  3163.  * -8,-9,-10 : are reserved for future idex calls to ease the hardcoding.
  3164.  */
  3165. const char *ide_words[] = {
  3166. "noprobe", "serialize", "autotune", "noautotune", "reset", "dma", "ata66",
  3167. "minus8", "minus9", "minus10",
  3168. "four", "qd65xx", "ht6560b", "cmd640_vlb", "dtc2278", "umc8672", "ali14xx", "dc4030", "nohighio", NULL };
  3169. hw = s[3] - '0';
  3170. hwif = &ide_hwifs[hw];
  3171. i = match_parm(&s[4], ide_words, vals, 3);
  3172. /*
  3173.  * Cryptic check to ensure chipset not already set for hwif:
  3174.  */
  3175. if (i > 0 || i <= -11) { /* is parameter a chipset name? */
  3176. if (hwif->chipset != ide_unknown)
  3177. goto bad_option; /* chipset already specified */
  3178. if (i <= -11 && i != -18 && hw != 0)
  3179. goto bad_hwif; /* chipset drivers are for "ide0=" only */
  3180. if (i <= -11 && i != -18 && ide_hwifs[hw+1].chipset != ide_unknown)
  3181. goto bad_option; /* chipset for 2nd port already specified */
  3182. printk("n");
  3183. }
  3184. switch (i) {
  3185. case -19: /* nohighio */
  3186. hwif->no_highio = 1;
  3187. printk("%s: disabled high i/o capabilityn", hwif->name);
  3188. goto done;
  3189. #ifdef CONFIG_BLK_DEV_PDC4030
  3190. case -18: /* "dc4030" */
  3191. {
  3192. extern void init_pdc4030(void);
  3193. init_pdc4030();
  3194. goto done;
  3195. }
  3196. #endif /* CONFIG_BLK_DEV_PDC4030 */
  3197. #ifdef CONFIG_BLK_DEV_ALI14XX
  3198. case -17: /* "ali14xx" */
  3199. {
  3200. extern void init_ali14xx (void);
  3201. init_ali14xx();
  3202. goto done;
  3203. }
  3204. #endif /* CONFIG_BLK_DEV_ALI14XX */
  3205. #ifdef CONFIG_BLK_DEV_UMC8672
  3206. case -16: /* "umc8672" */
  3207. {
  3208. extern void init_umc8672 (void);
  3209. init_umc8672();
  3210. goto done;
  3211. }
  3212. #endif /* CONFIG_BLK_DEV_UMC8672 */
  3213. #ifdef CONFIG_BLK_DEV_DTC2278
  3214. case -15: /* "dtc2278" */
  3215. {
  3216. extern void init_dtc2278 (void);
  3217. init_dtc2278();
  3218. goto done;
  3219. }
  3220. #endif /* CONFIG_BLK_DEV_DTC2278 */
  3221. #ifdef CONFIG_BLK_DEV_CMD640
  3222. case -14: /* "cmd640_vlb" */
  3223. {
  3224. extern int cmd640_vlb; /* flag for cmd640.c */
  3225. cmd640_vlb = 1;
  3226. goto done;
  3227. }
  3228. #endif /* CONFIG_BLK_DEV_CMD640 */
  3229. #ifdef CONFIG_BLK_DEV_HT6560B
  3230. case -13: /* "ht6560b" */
  3231. {
  3232. extern void init_ht6560b (void);
  3233. init_ht6560b();
  3234. goto done;
  3235. }
  3236. #endif /* CONFIG_BLK_DEV_HT6560B */
  3237. #if CONFIG_BLK_DEV_QD65XX
  3238. case -12: /* "qd65xx" */
  3239. {
  3240. extern void init_qd65xx (void);
  3241. init_qd65xx();
  3242. goto done;
  3243. }
  3244. #endif /* CONFIG_BLK_DEV_QD65XX */
  3245. #ifdef CONFIG_BLK_DEV_4DRIVES
  3246. case -11: /* "four" drives on one set of ports */
  3247. {
  3248. ide_hwif_t *mate = &ide_hwifs[hw^1];
  3249. mate->drives[0].select.all ^= 0x20;
  3250. mate->drives[1].select.all ^= 0x20;
  3251. hwif->chipset = mate->chipset = ide_4drives;
  3252. mate->irq = hwif->irq;
  3253. memcpy(mate->io_ports, hwif->io_ports, sizeof(hwif->io_ports));
  3254. goto do_serialize;
  3255. }
  3256. #endif /* CONFIG_BLK_DEV_4DRIVES */
  3257. case -10: /* minus10 */
  3258. case -9: /* minus9 */
  3259. case -8: /* minus8 */
  3260. goto bad_option;
  3261. case -7: /* ata66 */
  3262. #ifdef CONFIG_BLK_DEV_IDEPCI
  3263. hwif->udma_four = 1;
  3264. goto done;
  3265. #else /* !CONFIG_BLK_DEV_IDEPCI */
  3266. hwif->udma_four = 0;
  3267. goto bad_hwif;
  3268. #endif /* CONFIG_BLK_DEV_IDEPCI */
  3269. case -6: /* dma */
  3270. hwif->autodma = 1;
  3271. goto done;
  3272. case -5: /* "reset" */
  3273. hwif->reset = 1;
  3274. goto done;
  3275. case -4: /* "noautotune" */
  3276. hwif->drives[0].autotune = 2;
  3277. hwif->drives[1].autotune = 2;
  3278. goto done;
  3279. case -3: /* "autotune" */
  3280. hwif->drives[0].autotune = 1;
  3281. hwif->drives[1].autotune = 1;
  3282. goto done;
  3283. case -2: /* "serialize" */
  3284. do_serialize:
  3285. hwif->mate = &ide_hwifs[hw^1];
  3286. hwif->mate->mate = hwif;
  3287. hwif->serialized = hwif->mate->serialized = 1;
  3288. goto done;
  3289. case -1: /* "noprobe" */
  3290. hwif->noprobe = 1;
  3291. goto done;
  3292. case 1: /* base */
  3293. vals[1] = vals[0] + 0x206; /* default ctl */
  3294. case 2: /* base,ctl */
  3295. vals[2] = 0; /* default irq = probe for it */
  3296. case 3: /* base,ctl,irq */
  3297. hwif->hw.irq = vals[2];
  3298. ide_init_hwif_ports(&hwif->hw, (ide_ioreg_t) vals[0], (ide_ioreg_t) vals[1], &hwif->irq);
  3299. memcpy(hwif->io_ports, hwif->hw.io_ports, sizeof(hwif->io_ports));
  3300. hwif->irq      = vals[2];
  3301. hwif->noprobe  = 0;
  3302. hwif->chipset  = ide_generic;
  3303. goto done;
  3304. case 0: goto bad_option;
  3305. default:
  3306. printk(" -- SUPPORT NOT CONFIGURED IN THIS KERNELn");
  3307. return 1;
  3308. }
  3309. }
  3310. bad_option:
  3311. printk(" -- BAD OPTIONn");
  3312. return 1;
  3313. bad_hwif:
  3314. printk("-- NOT SUPPORTED ON ide%d", hw);
  3315. done:
  3316. printk("n");
  3317. return 1;
  3318. }
  3319. /*
  3320.  * probe_for_hwifs() finds/initializes "known" IDE interfaces
  3321.  */
  3322. static void __init probe_for_hwifs (void)
  3323. {
  3324. #ifdef CONFIG_PCI
  3325. if (pci_present())
  3326. {
  3327. #ifdef CONFIG_BLK_DEV_IDEPCI
  3328. ide_scan_pcibus(ide_scan_direction);
  3329. #else
  3330. #ifdef CONFIG_BLK_DEV_RZ1000
  3331. {
  3332. extern void ide_probe_for_rz100x(void);
  3333. ide_probe_for_rz100x();
  3334. }
  3335. #endif /* CONFIG_BLK_DEV_RZ1000 */
  3336. #endif /* CONFIG_BLK_DEV_IDEPCI */
  3337. }
  3338. #endif /* CONFIG_PCI */
  3339. #ifdef CONFIG_ETRAX_IDE
  3340. {
  3341. extern void init_e100_ide(void);
  3342. init_e100_ide();
  3343. }
  3344. #endif /* CONFIG_ETRAX_IDE */
  3345. #ifdef CONFIG_BLK_DEV_CMD640
  3346. {
  3347. extern void ide_probe_for_cmd640x(void);
  3348. ide_probe_for_cmd640x();
  3349. }
  3350. #endif /* CONFIG_BLK_DEV_CMD640 */
  3351. #ifdef CONFIG_BLK_DEV_PDC4030
  3352. {
  3353. extern int ide_probe_for_pdc4030(void);
  3354. (void) ide_probe_for_pdc4030();
  3355. }
  3356. #endif /* CONFIG_BLK_DEV_PDC4030 */
  3357. #ifdef CONFIG_BLK_DEV_IDE_PMAC
  3358. {
  3359. extern void pmac_ide_probe(void);
  3360. pmac_ide_probe();
  3361. }
  3362. #endif /* CONFIG_BLK_DEV_IDE_PMAC */
  3363. #ifdef CONFIG_BLK_DEV_IDE_SIBYTE
  3364. {
  3365. extern void sibyte_ide_probe(void);
  3366. sibyte_ide_probe();
  3367. }
  3368. #endif /* CONFIG_BLK_DEV_IDE_SIBYTE */
  3369. #ifdef CONFIG_BLK_DEV_IDE_ICSIDE
  3370. {
  3371. extern void icside_init(void);
  3372. icside_init();
  3373. }
  3374. #endif /* CONFIG_BLK_DEV_IDE_ICSIDE */
  3375. #ifdef CONFIG_BLK_DEV_IDE_RAPIDE
  3376. {
  3377. extern void rapide_init(void);
  3378. rapide_init();
  3379. }
  3380. #endif /* CONFIG_BLK_DEV_IDE_RAPIDE */
  3381. #ifdef CONFIG_BLK_DEV_GAYLE
  3382. {
  3383. extern void gayle_init(void);
  3384. gayle_init();
  3385. }
  3386. #endif /* CONFIG_BLK_DEV_GAYLE */
  3387. #ifdef CONFIG_BLK_DEV_FALCON_IDE
  3388. {
  3389. extern void falconide_init(void);
  3390. falconide_init();
  3391. }
  3392. #endif /* CONFIG_BLK_DEV_FALCON_IDE */
  3393. #ifdef CONFIG_BLK_DEV_MAC_IDE
  3394. {
  3395. extern void macide_init(void);
  3396. macide_init();
  3397. }
  3398. #endif /* CONFIG_BLK_DEV_MAC_IDE */
  3399. #ifdef CONFIG_BLK_DEV_Q40IDE
  3400. {
  3401. extern void q40ide_init(void);
  3402. q40ide_init();
  3403. }
  3404. #endif /* CONFIG_BLK_DEV_Q40IDE */
  3405. #ifdef CONFIG_BLK_DEV_BUDDHA
  3406. {
  3407. extern void buddha_init(void);
  3408. buddha_init();
  3409. }
  3410. #endif /* CONFIG_BLK_DEV_BUDDHA */
  3411. #if defined(CONFIG_BLK_DEV_ISAPNP) && defined(CONFIG_ISAPNP)
  3412. {
  3413. extern void pnpide_init(int enable);
  3414. pnpide_init(1);
  3415. }
  3416. #endif /* CONFIG_BLK_DEV_ISAPNP */
  3417. }
  3418. void __init ide_init_builtin_drivers (void)
  3419. {
  3420. /*
  3421.  * Probe for special PCI and other "known" interface chipsets
  3422.  */
  3423. probe_for_hwifs ();
  3424. #ifdef CONFIG_BLK_DEV_IDE
  3425. #if defined(__mc68000__) || defined(CONFIG_APUS)
  3426. if (ide_hwifs[0].io_ports[IDE_DATA_OFFSET]) {
  3427. ide_get_lock(&ide_lock, NULL, NULL); /* for atari only */
  3428. disable_irq(ide_hwifs[0].irq); /* disable_irq_nosync ?? */
  3429. // disable_irq_nosync(ide_hwifs[0].irq);
  3430. }
  3431. #endif /* __mc68000__ || CONFIG_APUS */
  3432. (void) ideprobe_init();
  3433. #if defined(__mc68000__) || defined(CONFIG_APUS)
  3434. if (ide_hwifs[0].io_ports[IDE_DATA_OFFSET]) {
  3435. enable_irq(ide_hwifs[0].irq);
  3436. ide_release_lock(&ide_lock); /* for atari only */
  3437. }
  3438. #endif /* __mc68000__ || CONFIG_APUS */
  3439. #endif /* CONFIG_BLK_DEV_IDE */
  3440. #ifdef CONFIG_PROC_FS
  3441. proc_ide_create();
  3442. #endif
  3443. /*
  3444.  * Attempt to match drivers for the available drives
  3445.  */
  3446. #ifdef CONFIG_BLK_DEV_IDEDISK
  3447. (void) idedisk_init();
  3448. #endif /* CONFIG_BLK_DEV_IDEDISK */
  3449. #ifdef CONFIG_BLK_DEV_IDECD
  3450. (void) ide_cdrom_init();
  3451. #endif /* CONFIG_BLK_DEV_IDECD */
  3452. #ifdef CONFIG_BLK_DEV_IDETAPE
  3453. (void) idetape_init();
  3454. #endif /* CONFIG_BLK_DEV_IDETAPE */
  3455. #ifdef CONFIG_BLK_DEV_IDEFLOPPY
  3456. (void) idefloppy_init();
  3457. #endif /* CONFIG_BLK_DEV_IDEFLOPPY */
  3458. #ifdef CONFIG_BLK_DEV_IDESCSI
  3459.  #ifdef CONFIG_SCSI
  3460. (void) idescsi_init();
  3461.  #else
  3462.     #warning ide scsi-emulation selected but no SCSI-subsystem in kernel
  3463.  #endif
  3464. #endif /* CONFIG_BLK_DEV_IDESCSI */
  3465. }
  3466. static int default_cleanup (ide_drive_t *drive)
  3467. {
  3468. return ide_unregister_subdriver(drive);
  3469. }
  3470. static int default_standby (ide_drive_t *drive)
  3471. {
  3472. return 0;
  3473. }
  3474. static int default_flushcache (ide_drive_t *drive)
  3475. {
  3476. return 0;
  3477. }
  3478. static ide_startstop_t default_do_request(ide_drive_t *drive, struct request *rq, unsigned long block)
  3479. {
  3480. ide_end_request(0, HWGROUP(drive));
  3481. return ide_stopped;
  3482. }
  3483.  
  3484. static void default_end_request (byte uptodate, ide_hwgroup_t *hwgroup)
  3485. {
  3486. ide_end_request(uptodate, hwgroup);
  3487. }
  3488.   
  3489. static int default_ioctl (ide_drive_t *drive, struct inode *inode, struct file *file,
  3490.   unsigned int cmd, unsigned long arg)
  3491. {
  3492. return -EIO;
  3493. }
  3494. static int default_open (struct inode *inode, struct file *filp, ide_drive_t *drive)
  3495. {
  3496. drive->usage--;
  3497. return -EIO;
  3498. }
  3499. static void default_release (struct inode *inode, struct file *filp, ide_drive_t *drive)
  3500. {
  3501. }
  3502. static int default_check_media_change (ide_drive_t *drive)
  3503. {
  3504. return 1;
  3505. }
  3506. static void default_pre_reset (ide_drive_t *drive)
  3507. {
  3508. }
  3509. static unsigned long default_capacity (ide_drive_t *drive)
  3510. {
  3511. return 0x7fffffff;
  3512. }
  3513. static ide_startstop_t default_special (ide_drive_t *drive)
  3514. {
  3515. special_t *s = &drive->special;
  3516. s->all = 0;
  3517. drive->mult_req = 0;
  3518. return ide_stopped;
  3519. }
  3520. static int default_reinit (ide_drive_t *drive)
  3521. {
  3522. printk(KERN_ERR "%s: does not support hotswap of device class !n", drive->name);
  3523. return 0;
  3524. }
  3525. static void setup_driver_defaults (ide_drive_t *drive)
  3526. {
  3527. ide_driver_t *d = drive->driver;
  3528. if (d->cleanup == NULL) d->cleanup = default_cleanup;
  3529. if (d->standby == NULL) d->standby = default_standby;
  3530. if (d->flushcache == NULL) d->flushcache = default_flushcache;
  3531. if (d->do_request == NULL) d->do_request = default_do_request;
  3532. if (d->end_request == NULL) d->end_request = default_end_request;
  3533. if (d->ioctl == NULL) d->ioctl = default_ioctl;
  3534. if (d->open == NULL) d->open = default_open;
  3535. if (d->release == NULL) d->release = default_release;
  3536. if (d->media_change == NULL) d->media_change = default_check_media_change;
  3537. if (d->pre_reset == NULL) d->pre_reset = default_pre_reset;
  3538. if (d->capacity == NULL) d->capacity = default_capacity;
  3539. if (d->special == NULL) d->special = default_special;
  3540. if (d->reinit == NULL) d->reinit = default_reinit;
  3541. }
  3542. ide_drive_t *ide_scan_devices (byte media, const char *name, ide_driver_t *driver, int n)
  3543. {
  3544. unsigned int unit, index, i;
  3545. for (index = 0, i = 0; index < MAX_HWIFS; ++index) {
  3546. ide_hwif_t *hwif = &ide_hwifs[index];
  3547. if (!hwif->present)
  3548. continue;
  3549. for (unit = 0; unit < MAX_DRIVES; ++unit) {
  3550. ide_drive_t *drive = &hwif->drives[unit];
  3551. char *req = drive->driver_req;
  3552. if (*req && !strstr(name, req))
  3553. continue;
  3554. if (drive->present && drive->media == media && drive->driver == driver && ++i > n)
  3555. return drive;
  3556. }
  3557. }
  3558. return NULL;
  3559. }
  3560. int ide_register_subdriver (ide_drive_t *drive, ide_driver_t *driver, int version)
  3561. {
  3562. unsigned long flags;
  3563. save_flags(flags); /* all CPUs */
  3564. cli(); /* all CPUs */
  3565. if (version != IDE_SUBDRIVER_VERSION || !drive->present || drive->driver != NULL || drive->busy || drive->usage) {
  3566. restore_flags(flags); /* all CPUs */
  3567. return 1;
  3568. }
  3569. drive->driver = driver;
  3570. setup_driver_defaults(drive);
  3571. restore_flags(flags); /* all CPUs */
  3572. if (drive->autotune != 2) {
  3573. if (driver->supports_dma && HWIF(drive)->dmaproc != NULL) {
  3574. /*
  3575.  * Force DMAing for the beginning of the check.
  3576.  * Some chipsets appear to do interesting things,
  3577.  * if not checked and cleared.
  3578.  *   PARANOIA!!!
  3579.  */
  3580. (void) (HWIF(drive)->dmaproc(ide_dma_off_quietly, drive));
  3581. (void) (HWIF(drive)->dmaproc(ide_dma_check, drive));
  3582. }
  3583. drive->dsc_overlap = (drive->next != drive && driver->supports_dsc_overlap);
  3584. drive->nice1 = 1;
  3585. }
  3586. drive->revalidate = 1;
  3587. drive->suspend_reset = 0;
  3588. #ifdef CONFIG_PROC_FS
  3589. ide_add_proc_entries(drive->proc, generic_subdriver_entries, drive);
  3590. ide_add_proc_entries(drive->proc, driver->proc, drive);
  3591. #endif
  3592. return 0;
  3593. }
  3594. int ide_unregister_subdriver (ide_drive_t *drive)
  3595. {
  3596. unsigned long flags;
  3597. save_flags(flags); /* all CPUs */
  3598. cli(); /* all CPUs */
  3599. if (drive->usage || drive->busy || drive->driver == NULL || DRIVER(drive)->busy) {
  3600. restore_flags(flags); /* all CPUs */
  3601. return 1;
  3602. }
  3603. #if defined(CONFIG_BLK_DEV_ISAPNP) && defined(CONFIG_ISAPNP) && defined(MODULE)
  3604. pnpide_init(0);
  3605. #endif /* CONFIG_BLK_DEV_ISAPNP */
  3606. #ifdef CONFIG_PROC_FS
  3607. ide_remove_proc_entries(drive->proc, DRIVER(drive)->proc);
  3608. ide_remove_proc_entries(drive->proc, generic_subdriver_entries);
  3609. #endif
  3610. auto_remove_settings(drive);
  3611. drive->driver = NULL;
  3612. restore_flags(flags); /* all CPUs */
  3613. return 0;
  3614. }
  3615. int ide_register_module (ide_module_t *module)
  3616. {
  3617. ide_module_t *p = ide_modules;
  3618. while (p) {
  3619. if (p == module)
  3620. return 1;
  3621. p = p->next;
  3622. }
  3623. module->next = ide_modules;
  3624. ide_modules = module;
  3625. revalidate_drives();
  3626. return 0;
  3627. }
  3628. void ide_unregister_module (ide_module_t *module)
  3629. {
  3630. ide_module_t **p;
  3631. for (p = &ide_modules; (*p) && (*p) != module; p = &((*p)->next));
  3632. if (*p)
  3633. *p = (*p)->next;
  3634. }
  3635. struct block_device_operations ide_fops[] = {{
  3636. owner: THIS_MODULE,
  3637. open: ide_open,
  3638. release: ide_release,
  3639. ioctl: ide_ioctl,
  3640. check_media_change: ide_check_media_change,
  3641. revalidate: ide_revalidate_disk
  3642. }};
  3643. EXPORT_SYMBOL(ide_hwifs);
  3644. EXPORT_SYMBOL(ide_register_module);
  3645. EXPORT_SYMBOL(ide_unregister_module);
  3646. EXPORT_SYMBOL(ide_spin_wait_hwgroup);
  3647. /*
  3648.  * Probe module
  3649.  */
  3650. devfs_handle_t ide_devfs_handle;
  3651. EXPORT_SYMBOL(ide_probe);
  3652. EXPORT_SYMBOL(drive_is_flashcard);
  3653. EXPORT_SYMBOL(ide_timer_expiry);
  3654. EXPORT_SYMBOL(ide_intr);
  3655. EXPORT_SYMBOL(ide_fops);
  3656. EXPORT_SYMBOL(ide_get_queue);
  3657. EXPORT_SYMBOL(ide_add_generic_settings);
  3658. EXPORT_SYMBOL(ide_devfs_handle);
  3659. EXPORT_SYMBOL(do_ide_request);
  3660. /*
  3661.  * Driver module
  3662.  */
  3663. EXPORT_SYMBOL(ide_scan_devices);
  3664. EXPORT_SYMBOL(ide_register_subdriver);
  3665. EXPORT_SYMBOL(ide_unregister_subdriver);
  3666. EXPORT_SYMBOL(ide_replace_subdriver);
  3667. EXPORT_SYMBOL(ide_input_data);
  3668. EXPORT_SYMBOL(ide_output_data);
  3669. EXPORT_SYMBOL(atapi_input_bytes);
  3670. EXPORT_SYMBOL(atapi_output_bytes);
  3671. EXPORT_SYMBOL(drive_is_ready);
  3672. EXPORT_SYMBOL(ide_set_handler);
  3673. EXPORT_SYMBOL(ide_dump_status);
  3674. EXPORT_SYMBOL(ide_error);
  3675. EXPORT_SYMBOL(ide_fixstring);
  3676. EXPORT_SYMBOL(ide_wait_stat);
  3677. EXPORT_SYMBOL(ide_do_reset);
  3678. EXPORT_SYMBOL(restart_request);
  3679. EXPORT_SYMBOL(ide_init_drive_cmd);
  3680. EXPORT_SYMBOL(ide_do_drive_cmd);
  3681. EXPORT_SYMBOL(ide_end_drive_cmd);
  3682. EXPORT_SYMBOL(ide_end_request);
  3683. EXPORT_SYMBOL(ide_revalidate_disk);
  3684. EXPORT_SYMBOL(ide_cmd);
  3685. EXPORT_SYMBOL(ide_wait_cmd);
  3686. EXPORT_SYMBOL(ide_wait_cmd_task);
  3687. EXPORT_SYMBOL(ide_delay_50ms);
  3688. EXPORT_SYMBOL(ide_stall_queue);
  3689. #ifdef CONFIG_PROC_FS
  3690. EXPORT_SYMBOL(ide_add_proc_entries);
  3691. EXPORT_SYMBOL(ide_remove_proc_entries);
  3692. EXPORT_SYMBOL(proc_ide_read_geometry);
  3693. EXPORT_SYMBOL(create_proc_ide_interfaces);
  3694. EXPORT_SYMBOL(recreate_proc_ide_device);
  3695. EXPORT_SYMBOL(destroy_proc_ide_device);
  3696. #endif
  3697. EXPORT_SYMBOL(ide_add_setting);
  3698. EXPORT_SYMBOL(ide_remove_setting);
  3699. EXPORT_SYMBOL(ide_register_hw);
  3700. EXPORT_SYMBOL(ide_register);
  3701. EXPORT_SYMBOL(ide_unregister);
  3702. EXPORT_SYMBOL(ide_setup_ports);
  3703. EXPORT_SYMBOL(hwif_unregister);
  3704. EXPORT_SYMBOL(get_info_ptr);
  3705. EXPORT_SYMBOL(current_capacity);
  3706. EXPORT_SYMBOL(system_bus_clock);
  3707. EXPORT_SYMBOL(ide_reinit_drive);
  3708. static int ide_notify_reboot (struct notifier_block *this, unsigned long event, void *x)
  3709. {
  3710. ide_hwif_t *hwif;
  3711. ide_drive_t *drive;
  3712. int i, unit;
  3713. switch (event) {
  3714. case SYS_HALT:
  3715. case SYS_POWER_OFF:
  3716. case SYS_RESTART:
  3717. break;
  3718. default:
  3719. return NOTIFY_DONE;
  3720. }
  3721. printk("flushing ide devices: ");
  3722. for (i = 0; i < MAX_HWIFS; i++) {
  3723. hwif = &ide_hwifs[i];
  3724. if (!hwif->present)
  3725. continue;
  3726. for (unit = 0; unit < MAX_DRIVES; ++unit) {
  3727. drive = &hwif->drives[unit];
  3728. if (!drive->present)
  3729. continue;
  3730. /* set the drive to standby */
  3731. printk("%s ", drive->name);
  3732. if (event != SYS_RESTART)
  3733. if (drive->driver != NULL && DRIVER(drive)->standby(drive))
  3734. continue;
  3735. if (drive->driver != NULL && DRIVER(drive)->cleanup(drive))
  3736. continue;
  3737. }
  3738. }
  3739. printk("n");
  3740. return NOTIFY_DONE;
  3741. }
  3742. static struct notifier_block ide_notifier = {
  3743. ide_notify_reboot,
  3744. NULL,
  3745. 5
  3746. };
  3747. /*
  3748.  * This is gets invoked once during initialization, to set *everything* up
  3749.  */
  3750. int __init ide_init (void)
  3751. {
  3752. static char banner_printed;
  3753. int i;
  3754. if (!banner_printed) {
  3755. printk(KERN_INFO "Uniform Multi-Platform E-IDE driver " REVISION "n");
  3756. ide_devfs_handle = devfs_mk_dir (NULL, "ide", NULL);
  3757. system_bus_speed = ide_system_bus_speed();
  3758. banner_printed = 1;
  3759. }
  3760. init_ide_data ();
  3761. initializing = 1;
  3762. ide_init_builtin_drivers();
  3763. initializing = 0;
  3764. for (i = 0; i < MAX_HWIFS; ++i) {
  3765. ide_hwif_t  *hwif = &ide_hwifs[i];
  3766. if (hwif->present)
  3767. ide_geninit(hwif);
  3768. }
  3769. register_reboot_notifier(&ide_notifier);
  3770. return 0;
  3771. }
  3772. #ifdef MODULE
  3773. char *options = NULL;
  3774. MODULE_PARM(options,"s");
  3775. MODULE_LICENSE("GPL");
  3776. static void __init parse_options (char *line)
  3777. {
  3778. char *next = line;
  3779. if (line == NULL || !*line)
  3780. return;
  3781. while ((line = next) != NULL) {
  3782.   if ((next = strchr(line,' ')) != NULL)
  3783. *next++ = 0;
  3784. if (!ide_setup(line))
  3785. printk ("Unknown option '%s'n", line);
  3786. }
  3787. }
  3788. int init_module (void)
  3789. {
  3790. parse_options(options);
  3791. return ide_init();
  3792. }
  3793. void cleanup_module (void)
  3794. {
  3795. int index;
  3796. unregister_reboot_notifier(&ide_notifier);
  3797. for (index = 0; index < MAX_HWIFS; ++index) {
  3798. ide_unregister(index);
  3799. #if defined(CONFIG_BLK_DEV_IDEDMA) && !defined(CONFIG_DMA_NONPCI)
  3800. if (ide_hwifs[index].dma_base)
  3801. (void) ide_release_dma(&ide_hwifs[index]);
  3802. #endif /* (CONFIG_BLK_DEV_IDEDMA) && !(CONFIG_DMA_NONPCI) */
  3803. }
  3804. #ifdef CONFIG_PROC_FS
  3805. proc_ide_destroy();
  3806. #endif
  3807. devfs_unregister (ide_devfs_handle);
  3808. }
  3809. #else /* !MODULE */
  3810. __setup("", ide_setup);
  3811. #endif /* MODULE */