Hello,
I have two little questions about I/O addresses:
- I have installed a Quatech serial adapter with two ports.
When I “pci -v” the device I get for this device:
PCI IO Address = e800h length 128 enabled
PCI IO Address = ec00h length 16 enabled
I tried to set devc-ser for the first address and it started taking all the system ressources (and didn’t work).
It worked with the second address range with setting my ports on ec00 and ec08. So what is the first address then ?
- How to get IO addresses for an ISA adapter ? Is there a command giving the same kind of results than “pci” for ISA boards ?
Thanks