On Sat, 5 May 2001 12:35:33 +0100 (BST), 
Alan Cox <[EMAIL PROTECTED]> wrote:
>> -if [ "$CONFIG_SCSI_AIC7XXX" != "y" ]; then
>> +if [ "$CONFIG_SCSI_AIC7XXX" = "n" ]; then
>
>But it is legal to have both as modules

OK, forget the change to drivers/scsi/Config.in, the change to
drivers/scsi/aic7xxx/Config.in still applies.

Index: 4.1/drivers/scsi/aic7xxx/Config.in
--- 4.1/drivers/scsi/aic7xxx/Config.in Mon, 05 Mar 2001 10:47:15 +1100 kaos 
(linux-2.4/y/d/25_Config.in 1.1 644)
+++ 4.1(w)/drivers/scsi/aic7xxx/Config.in Sat, 05 May 2001 18:44:53 +1000 kaos 
+(linux-2.4/y/d/25_Config.in 1.1 644)
@@ -1,7 +1,5 @@
-if [ "$CONFIG_SCSI_AIC7XXX_OLD" != "y" ]; then
-   dep_tristate 'Adaptec AIC7xxx support' CONFIG_SCSI_AIC7XXX $CONFIG_SCSI
-   if [ "$CONFIG_SCSI_AIC7XXX" != "n" ]; then
-      int  '  Maximum number of TCQ commands per device' 
CONFIG_AIC7XXX_CMDS_PER_DEVICE 253
-      int  '  Initial bus reset delay in milli-seconds' CONFIG_AIC7XXX_RESET_DELAY 
5000
-   fi
+dep_tristate 'Adaptec AIC7xxx support' CONFIG_SCSI_AIC7XXX $CONFIG_SCSI
+if [ "$CONFIG_SCSI_AIC7XXX" != "n" ]; then
+   int  '  Maximum number of TCQ commands per device' CONFIG_AIC7XXX_CMDS_PER_DEVICE 
+253
+   int  '  Initial bus reset delay in milli-seconds' CONFIG_AIC7XXX_RESET_DELAY 5000
 fi


_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to