All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ide: fixup for fujitsu disk
@ 2009-09-11  9:25 Wu
  2009-09-15  8:37 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Wu @ 2009-09-11  9:25 UTC (permalink / raw)
  To: linux-ide, linux-kernel
  Cc: Bartlomiej Zolnierkiewicz, huhb, zhangfx, Wu Zhangjin, Yan Hua

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:
[<ffffffff8020d438>] dump_stack+0x8/0x40
[<ffffffff8027ec64>] __report_bad_irq+0x58/0xe4
[<ffffffff8027ee6c>] note_interrupt+0x17c/0x23c
[<ffffffff8027f9b8>] handle_level_irq+0xcc/0x134
[<ffffffff802125b0>] mach_irq_dispatch+0xb8/0x1e0
[<ffffffff8020041c>] ret_from_irq+0x0/0x4
[<ffffffff8029e678>] free_hot_cold_page+0x224/0x2a0
[<ffffffff8026f794>] swsusp_free+0xb0/0x14c
[<ffffffff8026ec08>] hibernate+0x198/0x218
[<ffffffff8026cfa8>] state_store+0x90/0x138
[<ffffffff8032b5a4>] sysfs_write_file+0x130/0x194
[<ffffffff802c94fc>] vfs_write+0xb8/0x180
[<ffffffff802c96b8>] SyS_write+0x50/0x98
[<ffffffff80203fd8>] handle_sys+0x158/0x174

handlers:
[<ffffffff80429670>] (ide_intr+0x0/0x300)
Disabling IRQ #14

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>
---
 drivers/ide/ide-iops.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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
 };
 
-- 
1.6.2.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ide: fixup for fujitsu disk
  2009-09-11  9:25 [PATCH] ide: fixup for fujitsu disk Wu
@ 2009-09-15  8:37 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-09-15  8:37 UTC (permalink / raw)
  To: wuzhangjin; +Cc: linux-ide, linux-kernel, bzolnier, huhb, zhangfx, yanh

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-15  8:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-11  9:25 [PATCH] ide: fixup for fujitsu disk Wu
2009-09-15  8:37 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.