Logged In: YES
user_id=137450
Browser: Mozilla/4.61 [en] (X11; I; Linux 2.2.10 i686)

Our PCI Card ME9100 contains two OX16C954 UART's. This
UART's provide four serial lines each. We use for each
UART one baseaddress. I tried to add this board to your
global variable "pci_boards", which is a vector of
"struct pci_board". But after looking at the source
code, i found out, that it is only possible to add
devices with one baseaddress for each line, or one
baseaddress for all lines. My question is, whether that
is right, or wrong.

Regards