Re: [PATCH] libata-2.6: verify cmd bug fixes/support

2005-02-05 Thread Jeff Garzik
Brett Russ wrote: Below is a resend of a patch which gets the read verify command working. I moved the patch to the libata-2.6 tree since that seems to be where Albert's patch ended up, so let's keep them together. Sending as an attachment to avoid mailer interference. Signed-off-by: Brett

Re: [Patch? 2.6.10-rc3-bk17] ata_pci_remove_one used freed memory

2005-02-05 Thread Jeff Garzik
Adam J. Richter wrote: Attempting to unload a serial ATA driver module gave me a kernel memory fault. I think this problem occurs in all configurations, but I should mention that my configuration may be slightly unusual in that I configured my BIOS not to do IDE emulation with SATA disks,

Re: Problem with Promise SATA-II 150 TX4 Controller (rev 2) [105a:3d18]

2005-02-05 Thread Jeff Garzik
Georg C. F. Greve wrote: [update] After some more investigation, I stumbled upon the thread that dealt with the Promise 579 in October 2004, which contained a similar situation and error message with the proposed fix at http://marc.theaimsgroup.com/?l=linux-idem=109814647928388w=2 a version of

Re: [patch] scsi/ahci: Add support for ULi M5287

2005-02-05 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: Hi,Jeff: I think you are not necessary add the m5287 support to ahci.c now, the code I add is to correct the two bugs of our controller, now we have designed a new AHCI controller name M5288(device id is 0x5288), it work perfectly with the linux ahci driver only add

Re: [PATCH 2.6.11-rc2] ide: driver updates (phase 2)

2005-02-05 Thread Tejun Heo
Oops, I accidentally put , , in the To: line of all the mails which contain patches, and they don't show up on the lkml. I'll post the patches again. Bartlomiej, if you got the first set of patches, please ignore them. The contents are identical, so if you've already reviewed them, you

Re: [PATCH 2.6.11-rc2] ide: driver updates (phase 2)

2005-02-05 Thread Tejun Heo
Tejun Heo wrote: Oops, I accidentally put , , in the To: line of all the mails which contain patches, and they don't show up on the lkml. I'll post the patches again. Bartlomiej, if you got the first set of patches, please ignore them. The contents are identical, so if you've already

Re: [PATCH 2.6.11-rc2 06/09] ide: remove REQ_DRIVE_TASK handling

2005-02-05 Thread Tejun Heo
06_ide_remove_task.patch Unused REQ_DRIVE_TASK handling removed. Signed-off-by: Tejun Heo [EMAIL PROTECTED] Index: linux-ide-series2-export/drivers/ide/ide-io.c === --- linux-ide-series2-export.orig/drivers/ide/ide-io.c