Hi

I have a PCI Dual UART port and one printer port card. On Windows 98 PC when this card is inserted the OS itself assigns the IRQ and the I/O base address to the card. When the cards is operational it shows only one COM port i.e. COM5. It doesn't show the presence of another COM port COM6 and the printer port LPT1. Can anyone please tell me how should I handle the existence of multiple ports ? How should I assign the IRQ and I/O base addresses to the remaining two ports (COM6 & LPT1)? Has this to be done in my driver ? Or is there any way of doing, so that the OS itself will assign seperate I/O base addresses to all the three ports.
Please can anyone educate me regarding this issue.

Thanks in advance

Ravi