]> git.neil.brown.name Git - history.git/commit
[PATCH] ]PATCH] 2.5.20 IDE 83
authorMartin Dalecki <dalecki@evision-ventures.com>
Mon, 3 Jun 2002 03:52:31 +0000 (20:52 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 3 Jun 2002 03:52:31 +0000 (20:52 -0700)
commit7723316a83dd8076af3d3b4222d972f295a9218f
tree67fbc741272eaa48d44dc44084754ff4784e60f0
parent037de95a69a9bffca8593f0b61f32f860a46eb97
[PATCH] ]PATCH] 2.5.20 IDE 83

 - Remove last parameter from ide_dump_status. This information is now
   permanently present in device->staus field, so there is not need to pass it
   around.

 - Patch for DVD read through ide-scsi. There is the possibility that we can get
   request structures passed down, which don't have the queue field set.
   At lest on the BIO code path this seems to be something worth further
   investigation. Found by Adam J. Richter. (Jens?)

 - Revert my change to the hostdata handling. I did get it wrong about the way
   host structures are allocated by the generic SCSI layer. It plays
   tricks there.

 - piix driver updates by Vojtech Pavlik.

 - We have a ata_out_regfile, so we should have ata_in_regfile too.
15 files changed:
arch/i386/pci/fixup.c
drivers/ide/Config.help
drivers/ide/Config.in
drivers/ide/device.c
drivers/ide/hpt34x.c
drivers/ide/icside.c
drivers/ide/ide-cd.c
drivers/ide/ide.c
drivers/ide/pcidma.c
drivers/ide/piix.c
drivers/ide/probe.c
drivers/ide/tcq.c
drivers/ide/trm290.c
drivers/scsi/ide-scsi.c
include/linux/ide.h