The tcic module only supports one controller. It would not be too
hard to modify the driver to handle more than one, but there was never
any call for it.
Actually, as a quick hack which should work, you could just load two
copies of the tcic module with different values for tcic_base, like:
insmod -o tcic1 tcic.o tcic_base=0x240
insmod -o tcic2 tcic.o tcic_base=0x270
Loading both the tcic and i82365 modules should also work fine. The
rest of the PCMCIA system should handle multiple socket drivers with
no problems.
-- Dave
|
Messages