lkml.org 
[lkml]   [1996]   [May]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectBug in drivers/block/Config.in
Date
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

\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.026 / U:0.740 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site