# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.641 -> 1.642 # drivers/ide24/Config.in 1.1 -> 1.2 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/07/10 axboe@burns.home.kernel.dk 1.642 # Disable task file i/o, appears broken (at least for pio/mpio) # -------------------------------------------- # diff -Nru a/drivers/ide24/Config.in b/drivers/ide24/Config.in --- a/drivers/ide24/Config.in Wed Jul 10 10:52:03 2002 +++ b/drivers/ide24/Config.in Wed Jul 10 10:52:03 2002 @@ -30,7 +30,7 @@ dep_tristate ' SCSI emulation support' CONFIG_BLK_DEV_IDESCSI_24 $CONFIG_BLK_DEV_IDE $CONFIG_SCSI bool ' IDE Taskfile Access' CONFIG_IDE_TASK_IOCTL - bool ' IDE Taskfile IO' CONFIG_IDE_TASKFILE_IO + #bool ' IDE Taskfile IO' CONFIG_IDE_TASKFILE_IO comment 'IDE chipset support/bugfixes' if [ "$CONFIG_BLK_DEV_IDE" != "n" ]; then