1) run "make config" + choose the old HD only driver.
2) re-run it and choose IDE driver for both 1st & 2nd interface.
Regardless, you will still get the old hd.c driver on the primary interface.
Paul.
--- /mnt/linux/drivers/block/Config.in Sun May 19 03:02:27 1996
+++ linux/drivers/block/Config.in Thu May 30 02:36:06 1996
@@ -48,6 +48,8 @@
if [ "$CONFIG_BLK_DEV_HD_IDE" = "y" -o "$CONFIG_BLK_DEV_HD_ONLY" = "y" ]; then
define_bool CONFIG_BLK_DEV_HD y
+else
+ define_bool CONFIG_BLK_DEV_HD n
fi
endmenu