* Re: [PATCH 2/7] ata: blacklist FUJITSU MHW2160BH PL [not found] ` <fa.DCjHMBBwNh4jCV7S5sRgLaXPnZo@ifi.uio.no> @ 2008-07-21 19:21 ` Robert Hancock 0 siblings, 0 replies; 3+ messages in thread From: Robert Hancock @ 2008-07-21 19:21 UTC (permalink / raw) To: Chuck Short; +Cc: linux-kernel, linux-ide Chuck Short wrote: > Reference: https://launchpad.net/bugs/175834 > > CC: linux-ide@vger.kernel.org > Signed-off-by: Chuck Short <zulcss@ubuntu.com> > Signed-off-by: Tim Gardner <tim.gardner@canonical.com> > Signed-off-by: Ben Collins <ben.collins@canonical.com> > --- > drivers/ata/libata-core.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c > index 9bef1a8..2664082 100644 > --- a/drivers/ata/libata-core.c > +++ b/drivers/ata/libata-core.c > @@ -3935,6 +3935,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = { > { "HTS541060G9SA00", "MB3OC60D", ATA_HORKAGE_NONCQ, }, > { "HTS541080G9SA00", "MB4OC60D", ATA_HORKAGE_NONCQ, }, > { "HTS541010G9SA00", "MBZOC60D", ATA_HORKAGE_NONCQ, }, > + { "FUJITSU MHW2160BH PL", "0084001E", ATA_HORKAGE_NONCQ, }, > > /* devices which puke on READ_NATIVE_MAX */ > { "HDS724040KLSA80", "KFAOA20N", ATA_HORKAGE_BROKEN_HPA, }, NACK, this report is based on spurious NCQ completions in ahci which were found to be bogus and the detection was removed in later kernels. ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 0/7] Patches from Ubuntu kernel tree
@ 2008-01-02 15:57 Ben Collins
2008-01-18 18:21 ` [PATCH 2/7] ata: blacklist FUJITSU MHW2160BH PL Chuck Short
0 siblings, 1 reply; 3+ messages in thread
From: Ben Collins @ 2008-01-02 15:57 UTC (permalink / raw)
To: linux-kernel
The following is a set of patches collected from our tree. They are
available from:
git.kernel.org:/pub/scm/linux/kernel/git/bcollins/linux-ubuntu#for-linus
NOTE: Contrary to the branch name, this isn't meant to be pulled
wholesale.
Alexandre Karpenko (1):
HID: Add quirks for fourth generation MacBooks (4,1)
Ben Collins (3):
bluetooth: Add quirks for a few hci_usb devices
[airprime] Add support for more devices
pm: Config option to disable handling of console during suspend/resume
Chuck Short (1):
ata: blacklist FUJITSU MHW2160BH PL
Matthew Garrett (1):
irda: Default to dongle type 9 on IBM hardware
Tim Gardner (1):
netfilter: Export ip6t_mh.h and xt_quota.h for iptables build
drivers/ata/libata-core.c | 1 +
drivers/bluetooth/hci_usb.c | 7 +++++++
drivers/hid/usbhid/hid-quirks.c | 13 ++++++++++++-
drivers/net/irda/nsc-ircc.c | 5 ++++-
drivers/usb/serial/airprime.c | 9 +++++++++
include/linux/netfilter/Kbuild | 2 ++
include/linux/netfilter_ipv6/Kbuild | 1 +
kernel/power/Kconfig | 15 +++++++++++++++
kernel/power/console.c | 4 ++++
9 files changed, 55 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH 2/7] ata: blacklist FUJITSU MHW2160BH PL 2008-01-02 15:57 [PATCH 0/7] Patches from Ubuntu kernel tree Ben Collins @ 2008-01-18 18:21 ` Chuck Short 2008-07-31 5:45 ` Jeff Garzik 0 siblings, 1 reply; 3+ messages in thread From: Chuck Short @ 2008-01-18 18:21 UTC (permalink / raw) To: linux-kernel; +Cc: linux-ide Reference: https://launchpad.net/bugs/175834 CC: linux-ide@vger.kernel.org Signed-off-by: Chuck Short <zulcss@ubuntu.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Ben Collins <ben.collins@canonical.com> --- drivers/ata/libata-core.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 9bef1a8..2664082 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c @@ -3935,6 +3935,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = { { "HTS541060G9SA00", "MB3OC60D", ATA_HORKAGE_NONCQ, }, { "HTS541080G9SA00", "MB4OC60D", ATA_HORKAGE_NONCQ, }, { "HTS541010G9SA00", "MBZOC60D", ATA_HORKAGE_NONCQ, }, + { "FUJITSU MHW2160BH PL", "0084001E", ATA_HORKAGE_NONCQ, }, /* devices which puke on READ_NATIVE_MAX */ { "HDS724040KLSA80", "KFAOA20N", ATA_HORKAGE_BROKEN_HPA, }, -- 1.5.4.3 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 2/7] ata: blacklist FUJITSU MHW2160BH PL 2008-01-18 18:21 ` [PATCH 2/7] ata: blacklist FUJITSU MHW2160BH PL Chuck Short @ 2008-07-31 5:45 ` Jeff Garzik 0 siblings, 0 replies; 3+ messages in thread From: Jeff Garzik @ 2008-07-31 5:45 UTC (permalink / raw) To: Chuck Short; +Cc: linux-kernel, linux-ide Chuck Short wrote: > Reference: https://launchpad.net/bugs/175834 > > CC: linux-ide@vger.kernel.org > Signed-off-by: Chuck Short <zulcss@ubuntu.com> > Signed-off-by: Tim Gardner <tim.gardner@canonical.com> > Signed-off-by: Ben Collins <ben.collins@canonical.com> > --- > drivers/ata/libata-core.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c > index 9bef1a8..2664082 100644 > --- a/drivers/ata/libata-core.c > +++ b/drivers/ata/libata-core.c > @@ -3935,6 +3935,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = { > { "HTS541060G9SA00", "MB3OC60D", ATA_HORKAGE_NONCQ, }, > { "HTS541080G9SA00", "MB4OC60D", ATA_HORKAGE_NONCQ, }, > { "HTS541010G9SA00", "MBZOC60D", ATA_HORKAGE_NONCQ, }, > + { "FUJITSU MHW2160BH PL", "0084001E", ATA_HORKAGE_NONCQ, }, This is outdated -- spurious completion code is long gone ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-07-31 5:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <fa.ALyrA5g+KD/4GlXdcY53hIWqKUs@ifi.uio.no>
[not found] ` <fa.DCjHMBBwNh4jCV7S5sRgLaXPnZo@ifi.uio.no>
2008-07-21 19:21 ` [PATCH 2/7] ata: blacklist FUJITSU MHW2160BH PL Robert Hancock
2008-01-02 15:57 [PATCH 0/7] Patches from Ubuntu kernel tree Ben Collins
2008-01-18 18:21 ` [PATCH 2/7] ata: blacklist FUJITSU MHW2160BH PL Chuck Short
2008-07-31 5:45 ` Jeff Garzik
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox