patch-2.4.18 linux/drivers/ide/ide.c
Next file: linux/drivers/ieee1394/sbp2.c
Previous file: linux/drivers/ide/ide-pmac.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Jan 8 18:08:44 2002
- Orig file:
linux.orig/drivers/ide/ide.c
- Orig date:
Mon Feb 18 20:18:39 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/drivers/ide/ide.c linux/drivers/ide/ide.c
@@ -1367,7 +1367,10 @@
* the driver. This makes the driver much more friendlier to shared IRQs
* than previous designs, while remaining 100% (?) SMP safe and capable.
*/
-static void ide_do_request(ide_hwgroup_t *hwgroup, int masked_irq)
+/* --BenH: made non-static as ide-pmac.c uses it to kick the hwgroup back
+ * into life on wakeup from machine sleep.
+ */
+void ide_do_request(ide_hwgroup_t *hwgroup, int masked_irq)
{
ide_drive_t *drive;
ide_hwif_t *hwif;
@@ -1884,7 +1887,6 @@
if (drive->part[p].nr_sects > 0) {
kdev_t devp = MKDEV(major, minor+p);
invalidate_device(devp, 1);
- set_blocksize(devp, 1024);
}
drive->part[p].start_sect = 0;
drive->part[p].nr_sects = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)