Messages in this thread Patch in this message |  | | From | Paul Gortmaker <> | Subject | Bug in drivers/block/Config.in | Date | Thu, 30 May 1996 03:25:17 +1000 (EST) |
| |
There is a bug in the ./drivers/block/Config.in which shows up when you do the following:
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
|  |