All of lore.kernel.org
 help / color / mirror / Atom feed
* [no problem] PC110 broke 2.6.9
@ 2004-11-06 23:22 Andries Brouwer
  2004-11-06 23:37 ` Linus Torvalds
  0 siblings, 1 reply; 9+ messages in thread
From: Andries Brouwer @ 2004-11-06 23:22 UTC (permalink / raw)
  To: torvalds, alan, vojtech; +Cc: linux-kernel

Yesterday I muttered that 2.6.9 had a mouse problem, and soon
afterwards I also noticed that my ADSL didnt work.

I just looked at what was wrong, and the reason turns out to be
a correct fix in the pc110pad_init() call of request_region().

Before 2.6.9 the test there was wrong, so that the region was
seen as unavailable and pc110pad.c did not do anything.

In 2.6.9 the test is correct, the region and irq are reserved and my
ethernet card can no longer reserve its irq and ADSL fails.
Moreover, now pc110pad.c does I/O causing my mouse problems.

Easy solution: CONFIG_MOUSE_PC110PAD=n

I write this in some detail in the hope that this inspires somebody
to figure out whether it is possible to probe & detect this PC110.

Andries

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

end of thread, other threads:[~2004-11-11 11:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-06 23:22 [no problem] PC110 broke 2.6.9 Andries Brouwer
2004-11-06 23:37 ` Linus Torvalds
2004-11-07  1:42   ` Alan Cox
2004-11-07  2:57     ` Linus Torvalds
2004-11-07 16:34       ` Alan Cox
2004-11-07 18:38         ` Linus Torvalds
2004-11-07 19:13           ` Andries Brouwer
2004-11-08 11:07           ` Alan Cox
2004-11-10 23:44     ` Pavel Machek

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.