Michael, I changed the Base and IRQ for com 4 to agree with what used to be
the standard. Coms 3&4 normally share interupts with Coms 1&2.
int default_base[4]={0x3f8,0x2f8,0x3e8,0x2e8}; ***changed to 0x2e8
int default_irq[4]={4,3,4,3}; ***changed to 3
Linux probably doesn't like that, but it doesn't matter as long as you don't
actually USE two ports with the same interrupt. Most people don't use both of
the defaultly installed com ports. Maybe they use ONE for a mouse.
- Clarence Verge
--
- Help stamp out FATWARE. As a start visit: http://home.arachne.cz/
--