Messages in this thread Patch in this message |  | | Date | Fri, 26 Jul 1996 15:15:14 +0100 (GMT+0100) | From | Luca Lizzeri <> | Subject | 2.0.9 without CONFIG_BLK_DEV_CMD_640 breaks ide.c (patch) |
| |
This patch seems to fix it:
--- ide.c.orig Fri Jul 26 15:01:00 1996 +++ ide.c Fri Jul 26 15:01:41 1996 @@ -2385,9 +2385,9 @@ { int irqs, rc; unsigned long timeout; + int hd_status; #ifdef CONFIG_BLK_DEV_CMD640 int retry = 0; - int hd_status; try_again: #endif /* CONFIG_BLK_DEV_CMD640 */
Luca Lizzeri ll@niche.telnetwork.it lizzeri@mbox.vol.it
|  |