patching 2.6.9 w/ latest libata

2005-01-27 Thread Mat Loikkanen
This question will probably totally reveal me as a novice, but can someone tell me (if it's actually possible) how I can update/patch my 2.6.9 kernel with the latest and greatest libata (to that of 2.6.10, or newer). I'd like to be using the latest that libata has to offer, but can't move to 2.6.1

[BK PATCHES] 2.6.x libata update

2005-01-27 Thread Jeff Garzik
update driver blacklist, and add a couple PCI IDs. Please do a bk pull bk://gkernel.bkbits.net/libata-2.6 This will update the following files: drivers/scsi/ahci.c |4 drivers/scsi/sata_sil.c |1 + 2 files changed, 5 insertions(+) through these ChangeSets: <[EMAIL PRO

Re: Marvell 88SX[56]0[48]1 libata progress?

2005-01-27 Thread Jeff Garzik
Andy Warner wrote: Jeff Garzik wrote: [...] If anybody has the hardware docs and time, they are welcome to contribute. A few months ago, it seems like things had already been started, got any code to share, or are we at ground zero for the Marvell chipset ? I've got a skeleton of a driver that I'm

Re: Marvell 88SX[56]0[48]1 libata progress?

2005-01-27 Thread Andy Warner
Jeff Garzik wrote: > [...] > If anybody has the hardware docs and time, they are welcome to contribute. A few months ago, it seems like things had already been started, got any code to share, or are we at ground zero for the Marvell chipset ? -- [EMAIL PROTECTED] Andy Warner Voice: (

Re: Marvell 88SX[56]0[48]1 libata progress?

2005-01-27 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: I was just wondering if there's been any progress. I'm about to invest in an Abit SU-2S with an 88sx6081 on board, and was wondering how things were going. No progress to report, I'm afraid. I've been fighting bugs and working towards hotplug/queueing/error handling impro

Re: VIA SATAPI status

2005-01-27 Thread Jeff Garzik
gp wrote: Has anyone been able to run the sata_via driver with a SATAPI device? In theory, nothing should be needed except to edit include/linux/libata.h: #undef ATA_ENABLE_ATAPI /* define to enable ATAPI support */ may also need this: #undef ATAPI_ENABLE_DMADIR /* enables ATAPI DMADI

Re: [PATCH] libata-dev-2.6 -- pdc2027x timing register bug fix

2005-01-27 Thread Jeff Garzik
applied to libata-dev-2.6 queue - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

scsi error -> hang

2005-01-27 Thread Mat Loikkanen
I'm trying to track down why Libata/SCSI is hanging after an error -- in this case a result from a ATAPI device to a "test unit ready" packet cmd. The sequence of events are as follows (HSATA is my driver). My ISR gets called when the error (status=0x51/error=0x64) is received by my host controlle

Re: AIC 8110

2005-01-27 Thread Bogdan Costescu
On Sun, 23 Jan 2005, Sergey Vlasov wrote: > 11ab Marvell Technology Group Ltd. > 5041 MV88SX5041 4-port SATA I PCI-X Controller > 5081 MV88SX5081 8-port SATA I PCI-X Controller I have the mainboard now, so I can confirm this. Lower on the Adaptec chip it is written 88SX5541-BCL and

[PATCH] libata: SCSI to ATA translation fix

2005-01-27 Thread Albert Lee
Hi Jeff, Attached please find the patch against libata-2.6 for your review. Changes: #1. ata_scsi_rw_xlat(): Fix incorrect SCSI to ATA translation for 16 bytes SCSI Read/Write commands. (Already submitted in the previous patch. Merged with change #2 and resubmitted again.) #2. F