[Originally posted 2013-06-25. Reposting to new driverdev-devel list.]
On 2013-06-25 01:07, H Hartley Sweeten wrote:
The Intelligent Instrumentation PCI-20001C board is a legacy PC/XT/AT 8-bit ISA board not a PCI board. The "PCI" appears to mean "Personal Computer Instrumentation". Move the Kconfig option into the COMEDI_ISA group. Signed-off-by: H Hartley Sweeten <[email protected]> Cc: Ian Abbott <[email protected]> Cc: Greg Kroah-Hartman <[email protected]>
That explains a lot. I always assumed it was a PCI board and wondered how the driver could possibly work, since it used memory-mapped I/O and the driver appears to use physical addresses directly, without remapping them to virtual addresses.
Acked-by: Ian Abbott <[email protected]> -- -=( Ian Abbott @ MEV Ltd. E-mail: <[email protected]> )=- -=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 3587 )=- _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
