a) one driver at boot time b) one driver as a module.
the first driver gets ioaddr 0x340-0x35f, the second driver gets
that too ! *this* is the bug.
to my understanding, request_region (or register_region?) should lock
these ioaddrs for further use, once it has been acquired by a driver.
/herp