This fix breaks the driver in a fundamental way. SHARE_IRQ and
MANY_PORTS are turned on if CONFIG_PCI is on because a) pci drivers
*must* share interrrupts and b) generally serial ports that are behind
a pci bus are multiport boards.
The effect of MANY_PORTS is merely to increase the size of the static
array that holds the serial port state. Whether or not it is on should
not have affected your problem. (I believe the smallest size of the
array is 4, for ttyS0-3.)
SHARE_IRQ should also not have affected your problem, since your modem
is configured at irq 10, and you haven't mentioned that anything else
is also using irq 10. If turning off this option "fixes" your problem
then that should indicate that your setup isn't what you think it is;
either the modem isn't really at irq 10 (unclear from your previous
post, and my lack of isapnp knowledge) and/or something else is also
using the same irq your modem is on.
Please see my previous email, and try some of my suggestions. The one
about reserving the irq in bios for isa-only use is critical.
..Stu
-- We make multiport serial boards. <http://www.connecttech.com> (800) 426-8979
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/