]> rtime.felk.cvut.cz Git - lincan.git/commit
Changed data size from byte to unsigned for write_register indirect call
authorppisa <ppisa>
Sun, 6 Jun 2004 10:17:11 +0000 (10:17 +0000)
committerppisa <ppisa>
Sun, 6 Jun 2004 10:17:11 +0000 (10:17 +0000)
commitc61a955168179d9b11a8f420979eed5cc24869c0
tree3773af9ca9e04296ce0666f01d336e72ef680bc0
parentcb551cc1582f3b51cf17e80730bee3c2f0701c3f
Changed data size from byte to unsigned for write_register indirect call
This is required for the support of the cards connected to the wider
bus architecture. This should not have negative impact, because
char has been propagated to int by C call convention anyway.
The global inline canobj_write_reg function has been left intact
(byte only), because it could better optimize for static call case.
35 files changed:
lincan/include/aim104.h
lincan/include/c_can.h
lincan/include/cc_can104.h
lincan/include/hms30c7202_can.h
lincan/include/m437.h
lincan/include/main.h
lincan/include/msmcan.h
lincan/include/nsi.h
lincan/include/pc-i03.h
lincan/include/pccan.h
lincan/include/pcccan.h
lincan/include/pcm3680.h
lincan/include/pikronisa.h
lincan/include/pip.h
lincan/include/smartcan.h
lincan/include/ssv.h
lincan/include/template.h
lincan/src/aim104.c
lincan/src/bfadcan.c
lincan/src/cc_can104.c
lincan/src/ems_cpcpci.c
lincan/src/hms30c7202_can.c
lincan/src/kv_pcican.c
lincan/src/m437.c
lincan/src/msmcan.c
lincan/src/nsi.c
lincan/src/pc_i03.c
lincan/src/pccan.c
lincan/src/pcccan.c
lincan/src/pcm3680.c
lincan/src/pikronisa.c
lincan/src/pip.c
lincan/src/smartcan.c
lincan/src/ssv.c
lincan/src/template.c