[PATCH 2.4.21-BK] Missing bits for new IDE from -AC

Marc-Christian Petersen (m.c.p@wolk-project.de)
Tue, 10 Dec 2002 01:26:21 +0100


--------------Boundary-00=_XVNV17JCQBBXMN8ETUS7
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi Marcelo,

again a missing bit for $subject to fix this at reboot(8)/halt(8) time:

- flushing ide devices: hda hdb ... hd$foo

=2E.. in an endless loop.

Taken, by advice from Alan, out of latest -ac :)

ciao, Marc
--------------Boundary-00=_XVNV17JCQBBXMN8ETUS7
Content-Type: text/x-diff;
charset="us-ascii";
name="missing-llrwblkc.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="missing-llrwblkc.patch"

--- linux-2.4.21-BK/drivers/block/ll_rw_blk.c 2002-12-05 18:54:22.000000000 +0100
+++ linux-2.4.20-ac1/drivers/block/ll_rw_blk.c 2002-12-06 16:14:01.000000000 +0100
@@ -1413,12 +1452,6 @@
#ifdef CONFIG_ISP16_CDI
isp16_init();
#endif
-#if defined(CONFIG_IDE) && defined(CONFIG_BLK_DEV_IDE)
- ide_init(); /* this MUST precede hd_init */
-#endif
-#if defined(CONFIG_IDE) && defined(CONFIG_BLK_DEV_HD)
- hd_init();
-#endif
#ifdef CONFIG_BLK_DEV_PS2
ps2esdi_init();
#endif

--------------Boundary-00=_XVNV17JCQBBXMN8ETUS7--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/