patch from Christian Taedcke <hacking@taedcke.com> : fix-wrong-resetSDOline-for-sdo-timeout.patch
FIXED: - The sdo line must not be closed at the end of SDOTimeoutAlarm() if the same sdo line is closed and reopened for a new transfer inside the callback. (Patch from Jaroslav Fojtik)
/*
Define the i/o port global symbol
*/
.globl _io_ports
_io_ports=0x0000
/*
0x0000 is the default mapping at reset. (it is 0x1000 for 68hc11)
*/