[PATCH]: Add Hitachi HDS7250SASUN500G 0621KTAWSD to NCQ blacklist

2007-07-10 Thread Prarit Bhargava
Add Hitachi HDS7250SASUN500G 0621KTAWSD to list of devices with broken NCQ. Signed-off-by: Prarit Bhargava <[EMAIL PROTECTED]> diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 981b397..4a38cd5 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-

Re: [Fedora-ia64-list] Re: The 5th bar of ide controller at legacy mode

2007-02-12 Thread Prarit Bhargava
If many other BIOS writers believe the same thing as ours, then maybe it might be worth fixing ... otherwise it looks like we'll need a quirk (this machine is old, there isn't much liklihood of an updated BIOS release for just this issue). Tony, As Alan suggested I think Yanmin should pu

Re: [Fedora-ia64-list] The 5th bar of ide controller at legacy mode

2007-02-12 Thread Prarit Bhargava
Zhang, Yanmin wrote: Hi, I am using Fedora Core 7 Test1 on my ia64 box and run into an issue about my cd drive. FC6 works well on my machine, but FC7Test1 couldn't recognise the cd drive. Just an FYI for everyone on linux-ide ... F7 (not FC anymore ;) ) maps upstream. I think there is a b

Re: [PATCH]: [RFC] Fix error handlnig in hwif-init and sgiioc4 driver

2005-02-08 Thread Prarit Bhargava
Bartlomiej, I did a fresh check out of linux-2.6 and diff'd? That's strange ... Anyhow, how about "Fixes to IDE hwif initialization error handling". IMO it better captures what I'm trying to fix :) P. No problem, I can hand-merge this patch but these changes need some description, "fix hwif_init(

Re: [PATCH]: [RFC] Fix error handlnig in hwif-init and sgiioc4 driver

2005-02-08 Thread Prarit Bhargava
Bartlomiej pointed out that the sgiioc4.c changes have made their way into Linus' tree. Here's an updated change set. Thanks, P. Signed-off-by: Prarit Bhargava <[EMAIL PROTECTED]> = ide-probe.c 1.90 vs edited = --- 1.90/drivers/ide/ide-probe.c2004-12-10

Re: [PATCH]: [RFC] Fix error handlnig in hwif-init and sgiioc4 driver

2005-02-08 Thread Prarit Bhargava
Thanks for the comments Bartlomiej -- your input is always appreciated. Here's a new patch taking into account your comments. I have updated hwif_init to return 0 on success and -errno on failure. Thanks again, P. Signed-off-by: Prarit Bhargava <[EMAIL PROTECTED]> = ide-prob

[PATCH]: [RFC] Fix error handlnig in hwif-init and sgiioc4 driver

2005-01-26 Thread Prarit Bhargava
I didn't see any ACKs on this so I'm resubmitting I discovered an issue where a hwif_init failure lead to /proc/ide files being created for devices that failed probes. This resulted in oops/WARN_ON/BUG_ON executions through the kernel depending on what actions were on going. The first part