| Submitter | Zhangjin Wu |
|---|---|
| Date | Sept. 11, 2009, 9:25 a.m. |
| Message ID | <1252661158-8219-1-git-send-email-wuzhangjin@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/33421/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Wu <wuzhangjin@gmail.com> Date: Fri, 11 Sep 2009 17:25:58 +0800 > From: Wu Zhangjin <wuzhangjin@gmail.com> > > This patch will fix the following problem on Yeeloong netbook with > fujitsu disk. > > irq 14: nobody cared (try booting with the "irqpoll" option) > Call Trace: ... > References: > > 1. commit 1fde02e7146d4a1bab80fd1506f9018fe71e8521 of > git://dev.lemote.com/linux_loongson.git > 2. 8bc1e5aa06a2a9a425c4a6795fc564cba1521487 (ide: respect quirk_drives[] > list on all controllers) > > Signed-off-by: Yan Hua <yanh@lemote.com> > Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> Applied, thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c index 2892b24..821af66 100644 --- a/drivers/ide/ide-iops.c +++ b/drivers/ide/ide-iops.c @@ -292,6 +292,7 @@ static const char *nien_quirk_list[] = { "QUANTUM FIREBALLP KX27.3", "QUANTUM FIREBALLP LM20.4", "QUANTUM FIREBALLP LM20.5", + "FUJITSU MHZ2160BH G2", NULL };