| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* | 
| Bartlomiej Zolnierkiewicz | 59bca8c | 2008-02-01 23:09:33 +0100 | [diff] [blame] | 2 | *  Copyright (C) 1994-1998	    Linus Torvalds & authors (see below) | 
| Pavel Machek | fc41069 | 2008-07-23 19:56:02 +0200 | [diff] [blame] | 3 | *  Copyright (C) 2003-2005, 2007   Bartlomiej Zolnierkiewicz | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | */ | 
|  | 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 | 
|  | 15 | *   (usually 14 & 15). | 
|  | 16 | * There can be up to two drives per interface, as per the ATA-2 spec. | 
|  | 17 | * | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | * ... | 
|  | 19 | * | 
|  | 20 | *  From hd.c: | 
|  | 21 | *  | | 
|  | 22 | *  | It traverses the request-list, using interrupts to jump between functions. | 
|  | 23 | *  | As nearly all functions can be called within interrupts, we may not sleep. | 
|  | 24 | *  | Special care is recommended.  Have Fun! | 
|  | 25 | *  | | 
|  | 26 | *  | modified by Drew Eckhardt to check nr of hd's from the CMOS. | 
|  | 27 | *  | | 
|  | 28 | *  | Thanks to Branko Lankester, lankeste@fwi.uva.nl, who found a bug | 
|  | 29 | *  | in the early extended-partition checks and added DM partitions. | 
|  | 30 | *  | | 
|  | 31 | *  | Early work on error handling by Mika Liljeberg (liljeber@cs.Helsinki.FI). | 
|  | 32 | *  | | 
|  | 33 | *  | IRQ-unmask, drive-id, multiple-mode, support for ">16 heads", | 
|  | 34 | *  | and general streamlining by Mark Lord (mlord@pobox.com). | 
|  | 35 | * | 
|  | 36 | *  October, 1994 -- Complete line-by-line overhaul for linux 1.1.x, by: | 
|  | 37 | * | 
|  | 38 | *	Mark Lord	(mlord@pobox.com)		(IDE Perf.Pkg) | 
|  | 39 | *	Delman Lee	(delman@ieee.org)		("Mr. atdisk2") | 
|  | 40 | *	Scott Snyder	(snyder@fnald0.fnal.gov)	(ATAPI IDE cd-rom) | 
|  | 41 | * | 
|  | 42 | *  This was a rewrite of just about everything from hd.c, though some original | 
|  | 43 | *  code is still sprinkled about.  Think of it as a major evolution, with | 
|  | 44 | *  inspiration from lots of linux users, esp.  hamish@zot.apana.org.au | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | */ | 
|  | 46 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | #include <linux/module.h> | 
|  | 48 | #include <linux/types.h> | 
|  | 49 | #include <linux/string.h> | 
|  | 50 | #include <linux/kernel.h> | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | #include <linux/interrupt.h> | 
|  | 52 | #include <linux/major.h> | 
|  | 53 | #include <linux/errno.h> | 
|  | 54 | #include <linux/genhd.h> | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | #include <linux/init.h> | 
|  | 56 | #include <linux/pci.h> | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | #include <linux/ide.h> | 
| Bartlomiej Zolnierkiewicz | 3ceca72 | 2008-10-10 22:39:27 +0200 | [diff] [blame] | 58 | #include <linux/hdreg.h> | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 59 | #include <linux/completion.h> | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | #include <linux/device.h> | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 |  | 
| Bartlomiej Zolnierkiewicz | f74c914 | 2008-04-18 00:46:23 +0200 | [diff] [blame] | 62 | struct class *ide_port_class; | 
|  | 63 |  | 
| Bartlomiej Zolnierkiewicz | 08da591 | 2008-07-24 22:53:15 +0200 | [diff] [blame] | 64 | /** | 
|  | 65 | * ide_device_get	-	get an additional reference to a ide_drive_t | 
|  | 66 | * @drive:	device to get a reference to | 
|  | 67 | * | 
|  | 68 | * Gets a reference to the ide_drive_t and increments the use count of the | 
|  | 69 | * underlying LLDD module. | 
|  | 70 | */ | 
|  | 71 | int ide_device_get(ide_drive_t *drive) | 
|  | 72 | { | 
|  | 73 | struct device *host_dev; | 
|  | 74 | struct module *module; | 
|  | 75 |  | 
|  | 76 | if (!get_device(&drive->gendev)) | 
|  | 77 | return -ENXIO; | 
|  | 78 |  | 
|  | 79 | host_dev = drive->hwif->host->dev[0]; | 
|  | 80 | module = host_dev ? host_dev->driver->owner : NULL; | 
|  | 81 |  | 
|  | 82 | if (module && !try_module_get(module)) { | 
|  | 83 | put_device(&drive->gendev); | 
|  | 84 | return -ENXIO; | 
|  | 85 | } | 
|  | 86 |  | 
|  | 87 | return 0; | 
|  | 88 | } | 
|  | 89 | EXPORT_SYMBOL_GPL(ide_device_get); | 
|  | 90 |  | 
|  | 91 | /** | 
|  | 92 | * ide_device_put	-	release a reference to a ide_drive_t | 
|  | 93 | * @drive:	device to release a reference on | 
|  | 94 | * | 
|  | 95 | * Release a reference to the ide_drive_t and decrements the use count of | 
|  | 96 | * the underlying LLDD module. | 
|  | 97 | */ | 
|  | 98 | void ide_device_put(ide_drive_t *drive) | 
|  | 99 | { | 
|  | 100 | #ifdef CONFIG_MODULE_UNLOAD | 
|  | 101 | struct device *host_dev = drive->hwif->host->dev[0]; | 
|  | 102 | struct module *module = host_dev ? host_dev->driver->owner : NULL; | 
|  | 103 |  | 
|  | 104 | if (module) | 
|  | 105 | module_put(module); | 
|  | 106 | #endif | 
|  | 107 | put_device(&drive->gendev); | 
|  | 108 | } | 
|  | 109 | EXPORT_SYMBOL_GPL(ide_device_put); | 
|  | 110 |  | 
| Bartlomiej Zolnierkiewicz | 8604aff | 2005-05-26 14:55:34 +0200 | [diff] [blame] | 111 | static int ide_bus_match(struct device *dev, struct device_driver *drv) | 
|  | 112 | { | 
|  | 113 | return 1; | 
|  | 114 | } | 
|  | 115 |  | 
| Kay Sievers | 7eff2e7 | 2007-08-14 15:15:12 +0200 | [diff] [blame] | 116 | static int ide_uevent(struct device *dev, struct kobj_uevent_env *env) | 
| Kay Sievers | 263756e | 2005-12-12 18:03:44 +0100 | [diff] [blame] | 117 | { | 
|  | 118 | ide_drive_t *drive = to_ide_device(dev); | 
| Kay Sievers | 263756e | 2005-12-12 18:03:44 +0100 | [diff] [blame] | 119 |  | 
| Bartlomiej Zolnierkiewicz | ebdab07 | 2009-01-02 16:12:48 +0100 | [diff] [blame] | 120 | add_uevent_var(env, "MEDIA=%s", ide_media_string(drive)); | 
| Kay Sievers | 7eff2e7 | 2007-08-14 15:15:12 +0200 | [diff] [blame] | 121 | add_uevent_var(env, "DRIVENAME=%s", drive->name); | 
| Bartlomiej Zolnierkiewicz | ebdab07 | 2009-01-02 16:12:48 +0100 | [diff] [blame] | 122 | add_uevent_var(env, "MODALIAS=ide:m-%s", ide_media_string(drive)); | 
| Kay Sievers | 263756e | 2005-12-12 18:03:44 +0100 | [diff] [blame] | 123 | return 0; | 
|  | 124 | } | 
|  | 125 |  | 
| Russell King | 4031bbe | 2006-01-06 11:41:00 +0000 | [diff] [blame] | 126 | static int generic_ide_probe(struct device *dev) | 
|  | 127 | { | 
|  | 128 | ide_drive_t *drive = to_ide_device(dev); | 
| Bartlomiej Zolnierkiewicz | 7f3c868 | 2009-01-06 17:20:53 +0100 | [diff] [blame] | 129 | struct ide_driver *drv = to_ide_driver(dev->driver); | 
| Russell King | 4031bbe | 2006-01-06 11:41:00 +0000 | [diff] [blame] | 130 |  | 
|  | 131 | return drv->probe ? drv->probe(drive) : -ENODEV; | 
|  | 132 | } | 
|  | 133 |  | 
|  | 134 | static int generic_ide_remove(struct device *dev) | 
|  | 135 | { | 
|  | 136 | ide_drive_t *drive = to_ide_device(dev); | 
| Bartlomiej Zolnierkiewicz | 7f3c868 | 2009-01-06 17:20:53 +0100 | [diff] [blame] | 137 | struct ide_driver *drv = to_ide_driver(dev->driver); | 
| Russell King | 4031bbe | 2006-01-06 11:41:00 +0000 | [diff] [blame] | 138 |  | 
|  | 139 | if (drv->remove) | 
|  | 140 | drv->remove(drive); | 
|  | 141 |  | 
|  | 142 | return 0; | 
|  | 143 | } | 
|  | 144 |  | 
|  | 145 | static void generic_ide_shutdown(struct device *dev) | 
|  | 146 | { | 
|  | 147 | ide_drive_t *drive = to_ide_device(dev); | 
| Bartlomiej Zolnierkiewicz | 7f3c868 | 2009-01-06 17:20:53 +0100 | [diff] [blame] | 148 | struct ide_driver *drv = to_ide_driver(dev->driver); | 
| Russell King | 4031bbe | 2006-01-06 11:41:00 +0000 | [diff] [blame] | 149 |  | 
|  | 150 | if (dev->driver && drv->shutdown) | 
|  | 151 | drv->shutdown(drive); | 
|  | 152 | } | 
|  | 153 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | struct bus_type ide_bus_type = { | 
|  | 155 | .name		= "ide", | 
| Bartlomiej Zolnierkiewicz | 8604aff | 2005-05-26 14:55:34 +0200 | [diff] [blame] | 156 | .match		= ide_bus_match, | 
| Kay Sievers | 263756e | 2005-12-12 18:03:44 +0100 | [diff] [blame] | 157 | .uevent		= ide_uevent, | 
| Russell King | 4031bbe | 2006-01-06 11:41:00 +0000 | [diff] [blame] | 158 | .probe		= generic_ide_probe, | 
|  | 159 | .remove		= generic_ide_remove, | 
|  | 160 | .shutdown	= generic_ide_shutdown, | 
| Kay Sievers | 263756e | 2005-12-12 18:03:44 +0100 | [diff] [blame] | 161 | .dev_attrs	= ide_dev_attrs, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 162 | .suspend	= generic_ide_suspend, | 
|  | 163 | .resume		= generic_ide_resume, | 
|  | 164 | }; | 
|  | 165 |  | 
| Bartlomiej Zolnierkiewicz | 8604aff | 2005-05-26 14:55:34 +0200 | [diff] [blame] | 166 | EXPORT_SYMBOL_GPL(ide_bus_type); | 
|  | 167 |  | 
| Bartlomiej Zolnierkiewicz | ebae41a | 2008-04-27 15:38:29 +0200 | [diff] [blame] | 168 | int ide_vlb_clk; | 
|  | 169 | EXPORT_SYMBOL_GPL(ide_vlb_clk); | 
|  | 170 |  | 
|  | 171 | module_param_named(vlb_clock, ide_vlb_clk, int, 0); | 
|  | 172 | MODULE_PARM_DESC(vlb_clock, "VLB clock frequency (in MHz)"); | 
|  | 173 |  | 
|  | 174 | int ide_pci_clk; | 
|  | 175 | EXPORT_SYMBOL_GPL(ide_pci_clk); | 
|  | 176 |  | 
|  | 177 | module_param_named(pci_clock, ide_pci_clk, int, 0); | 
|  | 178 | MODULE_PARM_DESC(pci_clock, "PCI bus clock frequency (in MHz)"); | 
|  | 179 |  | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 180 | static int ide_set_dev_param_mask(const char *s, struct kernel_param *kp) | 
|  | 181 | { | 
|  | 182 | int a, b, i, j = 1; | 
|  | 183 | unsigned int *dev_param_mask = (unsigned int *)kp->arg; | 
|  | 184 |  | 
| David Fries | 0af80c0 | 2009-02-25 20:28:21 +0100 | [diff] [blame] | 185 | /* controller . device (0 or 1) [ : 1 (set) | 0 (clear) ] */ | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 186 | if (sscanf(s, "%d.%d:%d", &a, &b, &j) != 3 && | 
|  | 187 | sscanf(s, "%d.%d", &a, &b) != 2) | 
|  | 188 | return -EINVAL; | 
|  | 189 |  | 
|  | 190 | i = a * MAX_DRIVES + b; | 
|  | 191 |  | 
|  | 192 | if (i >= MAX_HWIFS * MAX_DRIVES || j < 0 || j > 1) | 
|  | 193 | return -EINVAL; | 
|  | 194 |  | 
|  | 195 | if (j) | 
|  | 196 | *dev_param_mask |= (1 << i); | 
|  | 197 | else | 
| David Fries | 0af80c0 | 2009-02-25 20:28:21 +0100 | [diff] [blame] | 198 | *dev_param_mask &= ~(1 << i); | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 199 |  | 
|  | 200 | return 0; | 
|  | 201 | } | 
|  | 202 |  | 
|  | 203 | static unsigned int ide_nodma; | 
|  | 204 |  | 
|  | 205 | module_param_call(nodma, ide_set_dev_param_mask, NULL, &ide_nodma, 0); | 
|  | 206 | MODULE_PARM_DESC(nodma, "disallow DMA for a device"); | 
|  | 207 |  | 
|  | 208 | static unsigned int ide_noflush; | 
|  | 209 |  | 
|  | 210 | module_param_call(noflush, ide_set_dev_param_mask, NULL, &ide_noflush, 0); | 
|  | 211 | MODULE_PARM_DESC(noflush, "disable flush requests for a device"); | 
|  | 212 |  | 
| Bartlomiej Zolnierkiewicz | 075affc | 2009-06-07 13:52:52 +0200 | [diff] [blame] | 213 | static unsigned int ide_nohpa; | 
|  | 214 |  | 
|  | 215 | module_param_call(nohpa, ide_set_dev_param_mask, NULL, &ide_nohpa, 0); | 
|  | 216 | MODULE_PARM_DESC(nohpa, "disable Host Protected Area for a device"); | 
|  | 217 |  | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 218 | static unsigned int ide_noprobe; | 
|  | 219 |  | 
|  | 220 | module_param_call(noprobe, ide_set_dev_param_mask, NULL, &ide_noprobe, 0); | 
|  | 221 | MODULE_PARM_DESC(noprobe, "skip probing for a device"); | 
|  | 222 |  | 
|  | 223 | static unsigned int ide_nowerr; | 
|  | 224 |  | 
|  | 225 | module_param_call(nowerr, ide_set_dev_param_mask, NULL, &ide_nowerr, 0); | 
| Bartlomiej Zolnierkiewicz | 3a7d248 | 2008-10-10 22:39:21 +0200 | [diff] [blame] | 226 | MODULE_PARM_DESC(nowerr, "ignore the ATA_DF bit for a device"); | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 227 |  | 
| Bartlomiej Zolnierkiewicz | 4706a7e | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 228 | static unsigned int ide_cdroms; | 
|  | 229 |  | 
|  | 230 | module_param_call(cdrom, ide_set_dev_param_mask, NULL, &ide_cdroms, 0); | 
|  | 231 | MODULE_PARM_DESC(cdrom, "force device as a CD-ROM"); | 
|  | 232 |  | 
|  | 233 | struct chs_geom { | 
|  | 234 | unsigned int	cyl; | 
|  | 235 | u8		head; | 
|  | 236 | u8		sect; | 
|  | 237 | }; | 
|  | 238 |  | 
|  | 239 | static unsigned int ide_disks; | 
|  | 240 | static struct chs_geom ide_disks_chs[MAX_HWIFS * MAX_DRIVES]; | 
|  | 241 |  | 
|  | 242 | static int ide_set_disk_chs(const char *str, struct kernel_param *kp) | 
|  | 243 | { | 
|  | 244 | int a, b, c = 0, h = 0, s = 0, i, j = 1; | 
|  | 245 |  | 
| David Fries | 0af80c0 | 2009-02-25 20:28:21 +0100 | [diff] [blame] | 246 | /* controller . device (0 or 1) : Cylinders , Heads , Sectors */ | 
|  | 247 | /* controller . device (0 or 1) : 1 (use CHS) | 0 (ignore CHS) */ | 
| Bartlomiej Zolnierkiewicz | 4706a7e | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 248 | if (sscanf(str, "%d.%d:%d,%d,%d", &a, &b, &c, &h, &s) != 5 && | 
|  | 249 | sscanf(str, "%d.%d:%d", &a, &b, &j) != 3) | 
|  | 250 | return -EINVAL; | 
|  | 251 |  | 
|  | 252 | i = a * MAX_DRIVES + b; | 
|  | 253 |  | 
|  | 254 | if (i >= MAX_HWIFS * MAX_DRIVES || j < 0 || j > 1) | 
|  | 255 | return -EINVAL; | 
|  | 256 |  | 
|  | 257 | if (c > INT_MAX || h > 255 || s > 255) | 
|  | 258 | return -EINVAL; | 
|  | 259 |  | 
|  | 260 | if (j) | 
|  | 261 | ide_disks |= (1 << i); | 
|  | 262 | else | 
| David Fries | 0af80c0 | 2009-02-25 20:28:21 +0100 | [diff] [blame] | 263 | ide_disks &= ~(1 << i); | 
| Bartlomiej Zolnierkiewicz | 4706a7e | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 264 |  | 
|  | 265 | ide_disks_chs[i].cyl  = c; | 
|  | 266 | ide_disks_chs[i].head = h; | 
|  | 267 | ide_disks_chs[i].sect = s; | 
|  | 268 |  | 
|  | 269 | return 0; | 
|  | 270 | } | 
|  | 271 |  | 
|  | 272 | module_param_call(chs, ide_set_disk_chs, NULL, NULL, 0); | 
|  | 273 | MODULE_PARM_DESC(chs, "force device as a disk (using CHS)"); | 
|  | 274 |  | 
| Bartlomiej Zolnierkiewicz | 123995b | 2008-10-13 21:39:40 +0200 | [diff] [blame] | 275 | static void ide_dev_apply_params(ide_drive_t *drive, u8 unit) | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 276 | { | 
| Bartlomiej Zolnierkiewicz | 123995b | 2008-10-13 21:39:40 +0200 | [diff] [blame] | 277 | int i = drive->hwif->index * MAX_DRIVES + unit; | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 278 |  | 
|  | 279 | if (ide_nodma & (1 << i)) { | 
|  | 280 | printk(KERN_INFO "ide: disallowing DMA for %s\n", drive->name); | 
| Bartlomiej Zolnierkiewicz | 97100fc | 2008-10-13 21:39:36 +0200 | [diff] [blame] | 281 | drive->dev_flags |= IDE_DFLAG_NODMA; | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 282 | } | 
|  | 283 | if (ide_noflush & (1 << i)) { | 
|  | 284 | printk(KERN_INFO "ide: disabling flush requests for %s\n", | 
|  | 285 | drive->name); | 
| Bartlomiej Zolnierkiewicz | 97100fc | 2008-10-13 21:39:36 +0200 | [diff] [blame] | 286 | drive->dev_flags |= IDE_DFLAG_NOFLUSH; | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 287 | } | 
| Bartlomiej Zolnierkiewicz | 075affc | 2009-06-07 13:52:52 +0200 | [diff] [blame] | 288 | if (ide_nohpa & (1 << i)) { | 
|  | 289 | printk(KERN_INFO "ide: disabling Host Protected Area for %s\n", | 
|  | 290 | drive->name); | 
|  | 291 | drive->dev_flags |= IDE_DFLAG_NOHPA; | 
|  | 292 | } | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 293 | if (ide_noprobe & (1 << i)) { | 
|  | 294 | printk(KERN_INFO "ide: skipping probe for %s\n", drive->name); | 
| Bartlomiej Zolnierkiewicz | 97100fc | 2008-10-13 21:39:36 +0200 | [diff] [blame] | 295 | drive->dev_flags |= IDE_DFLAG_NOPROBE; | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 296 | } | 
|  | 297 | if (ide_nowerr & (1 << i)) { | 
| Bartlomiej Zolnierkiewicz | 3a7d248 | 2008-10-10 22:39:21 +0200 | [diff] [blame] | 298 | printk(KERN_INFO "ide: ignoring the ATA_DF bit for %s\n", | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 299 | drive->name); | 
|  | 300 | drive->bad_wstat = BAD_R_STAT; | 
|  | 301 | } | 
| Bartlomiej Zolnierkiewicz | 4706a7e | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 302 | if (ide_cdroms & (1 << i)) { | 
|  | 303 | printk(KERN_INFO "ide: forcing %s as a CD-ROM\n", drive->name); | 
| Bartlomiej Zolnierkiewicz | 97100fc | 2008-10-13 21:39:36 +0200 | [diff] [blame] | 304 | drive->dev_flags |= IDE_DFLAG_PRESENT; | 
| Bartlomiej Zolnierkiewicz | 4706a7e | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 305 | drive->media = ide_cdrom; | 
|  | 306 | /* an ATAPI device ignores DRDY */ | 
|  | 307 | drive->ready_stat = 0; | 
|  | 308 | } | 
|  | 309 | if (ide_disks & (1 << i)) { | 
|  | 310 | drive->cyl  = drive->bios_cyl  = ide_disks_chs[i].cyl; | 
|  | 311 | drive->head = drive->bios_head = ide_disks_chs[i].head; | 
|  | 312 | drive->sect = drive->bios_sect = ide_disks_chs[i].sect; | 
| Bartlomiej Zolnierkiewicz | 97100fc | 2008-10-13 21:39:36 +0200 | [diff] [blame] | 313 |  | 
| Bartlomiej Zolnierkiewicz | 4706a7e | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 314 | printk(KERN_INFO "ide: forcing %s as a disk (%d/%d/%d)\n", | 
|  | 315 | drive->name, | 
|  | 316 | drive->cyl, drive->head, drive->sect); | 
| Bartlomiej Zolnierkiewicz | 97100fc | 2008-10-13 21:39:36 +0200 | [diff] [blame] | 317 |  | 
|  | 318 | drive->dev_flags |= IDE_DFLAG_FORCED_GEOM | IDE_DFLAG_PRESENT; | 
| Bartlomiej Zolnierkiewicz | 4706a7e | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 319 | drive->media = ide_disk; | 
| Bartlomiej Zolnierkiewicz | 3a7d248 | 2008-10-10 22:39:21 +0200 | [diff] [blame] | 320 | drive->ready_stat = ATA_DRDY; | 
| Bartlomiej Zolnierkiewicz | 4706a7e | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 321 | } | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 322 | } | 
|  | 323 |  | 
| Bartlomiej Zolnierkiewicz | 9fd91d9 | 2008-04-27 15:38:23 +0200 | [diff] [blame] | 324 | static unsigned int ide_ignore_cable; | 
|  | 325 |  | 
|  | 326 | static int ide_set_ignore_cable(const char *s, struct kernel_param *kp) | 
|  | 327 | { | 
|  | 328 | int i, j = 1; | 
|  | 329 |  | 
| David Fries | 0af80c0 | 2009-02-25 20:28:21 +0100 | [diff] [blame] | 330 | /* controller (ignore) */ | 
|  | 331 | /* controller : 1 (ignore) | 0 (use) */ | 
| Bartlomiej Zolnierkiewicz | 9fd91d9 | 2008-04-27 15:38:23 +0200 | [diff] [blame] | 332 | if (sscanf(s, "%d:%d", &i, &j) != 2 && sscanf(s, "%d", &i) != 1) | 
|  | 333 | return -EINVAL; | 
|  | 334 |  | 
|  | 335 | if (i >= MAX_HWIFS || j < 0 || j > 1) | 
|  | 336 | return -EINVAL; | 
|  | 337 |  | 
|  | 338 | if (j) | 
|  | 339 | ide_ignore_cable |= (1 << i); | 
|  | 340 | else | 
| David Fries | 0af80c0 | 2009-02-25 20:28:21 +0100 | [diff] [blame] | 341 | ide_ignore_cable &= ~(1 << i); | 
| Bartlomiej Zolnierkiewicz | 9fd91d9 | 2008-04-27 15:38:23 +0200 | [diff] [blame] | 342 |  | 
|  | 343 | return 0; | 
|  | 344 | } | 
|  | 345 |  | 
|  | 346 | module_param_call(ignore_cable, ide_set_ignore_cable, NULL, NULL, 0); | 
|  | 347 | MODULE_PARM_DESC(ignore_cable, "ignore cable detection"); | 
|  | 348 |  | 
|  | 349 | void ide_port_apply_params(ide_hwif_t *hwif) | 
|  | 350 | { | 
| Bartlomiej Zolnierkiewicz | 2bd24a1 | 2009-01-06 17:20:56 +0100 | [diff] [blame] | 351 | ide_drive_t *drive; | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 352 | int i; | 
|  | 353 |  | 
| Bartlomiej Zolnierkiewicz | 9fd91d9 | 2008-04-27 15:38:23 +0200 | [diff] [blame] | 354 | if (ide_ignore_cable & (1 << hwif->index)) { | 
|  | 355 | printk(KERN_INFO "ide: ignoring cable detection for %s\n", | 
|  | 356 | hwif->name); | 
|  | 357 | hwif->cbl = ATA_CBL_PATA40_SHORT; | 
|  | 358 | } | 
| Bartlomiej Zolnierkiewicz | 6e87543 | 2008-04-27 15:38:30 +0200 | [diff] [blame] | 359 |  | 
| Bartlomiej Zolnierkiewicz | 2bd24a1 | 2009-01-06 17:20:56 +0100 | [diff] [blame] | 360 | ide_port_for_each_dev(i, drive, hwif) | 
|  | 361 | ide_dev_apply_params(drive, i); | 
| Bartlomiej Zolnierkiewicz | 9fd91d9 | 2008-04-27 15:38:23 +0200 | [diff] [blame] | 362 | } | 
|  | 363 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 364 | /* | 
|  | 365 | * This is gets invoked once during initialization, to set *everything* up | 
|  | 366 | */ | 
|  | 367 | static int __init ide_init(void) | 
|  | 368 | { | 
| Randy Dunlap | 349ae23 | 2006-10-03 01:14:23 -0700 | [diff] [blame] | 369 | int ret; | 
|  | 370 |  | 
| Bartlomiej Zolnierkiewicz | eba8ff9 | 2008-02-11 00:32:13 +0100 | [diff] [blame] | 371 | printk(KERN_INFO "Uniform Multi-Platform E-IDE driver\n"); | 
| Bartlomiej Zolnierkiewicz | 537f06c | 2008-02-01 23:09:35 +0100 | [diff] [blame] | 372 |  | 
| Randy Dunlap | 349ae23 | 2006-10-03 01:14:23 -0700 | [diff] [blame] | 373 | ret = bus_register(&ide_bus_type); | 
|  | 374 | if (ret < 0) { | 
|  | 375 | printk(KERN_WARNING "IDE: bus_register error: %d\n", ret); | 
|  | 376 | return ret; | 
|  | 377 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 378 |  | 
| Bartlomiej Zolnierkiewicz | f74c914 | 2008-04-18 00:46:23 +0200 | [diff] [blame] | 379 | ide_port_class = class_create(THIS_MODULE, "ide_port"); | 
|  | 380 | if (IS_ERR(ide_port_class)) { | 
|  | 381 | ret = PTR_ERR(ide_port_class); | 
|  | 382 | goto out_port_class; | 
|  | 383 | } | 
| Bartlomiej Zolnierkiewicz | f74c914 | 2008-04-18 00:46:23 +0200 | [diff] [blame] | 384 |  | 
| Bartlomiej Zolnierkiewicz | 8b803bd | 2009-03-24 23:22:41 +0100 | [diff] [blame] | 385 | ide_acpi_init(); | 
|  | 386 |  | 
| Bartlomiej Zolnierkiewicz | 5cbf79c | 2007-05-10 00:01:11 +0200 | [diff] [blame] | 387 | proc_ide_create(); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 388 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 389 | return 0; | 
| Bartlomiej Zolnierkiewicz | f74c914 | 2008-04-18 00:46:23 +0200 | [diff] [blame] | 390 |  | 
|  | 391 | out_port_class: | 
|  | 392 | bus_unregister(&ide_bus_type); | 
|  | 393 |  | 
|  | 394 | return ret; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 395 | } | 
|  | 396 |  | 
| Bartlomiej Zolnierkiewicz | 931ee0d | 2008-07-15 21:21:47 +0200 | [diff] [blame] | 397 | static void __exit ide_exit(void) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 398 | { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 399 | proc_ide_destroy(); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 400 |  | 
| Bartlomiej Zolnierkiewicz | f74c914 | 2008-04-18 00:46:23 +0200 | [diff] [blame] | 401 | class_destroy(ide_port_class); | 
|  | 402 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 403 | bus_unregister(&ide_bus_type); | 
|  | 404 | } | 
|  | 405 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 406 | module_init(ide_init); | 
| Bartlomiej Zolnierkiewicz | 931ee0d | 2008-07-15 21:21:47 +0200 | [diff] [blame] | 407 | module_exit(ide_exit); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 408 |  | 
| Bartlomiej Zolnierkiewicz | 931ee0d | 2008-07-15 21:21:47 +0200 | [diff] [blame] | 409 | MODULE_LICENSE("GPL"); |