]> rtime.felk.cvut.cz Git - lincan.git/commit
Separated normal read and RTR assisted read transfer.
authorppisa <ppisa>
Thu, 25 Nov 2004 21:45:00 +0000 (21:45 +0000)
committerppisa <ppisa>
Thu, 25 Nov 2004 21:45:00 +0000 (21:45 +0000)
commita682f9de48bcce43fba6141fbdb4d451914e0bb4
tree02105211bc3f9f4710ebb0c07412b65ab1f96b38
parentd75979c94df320d1fb3d04731572a8031f8d5b18
Separated normal read and RTR assisted read transfer.
I have that long time on in my mind. RTR based transfer
in in its own IOCTL, where it belongs. This simplified
normal read and made ABI more POSIX compliant.
RTR code should be rewritten to be really functional.
We are starting new development period now.
lincan/include/can.h
lincan/include/ioctl.h
lincan/src/Makefile.omk
lincan/src/Makefile.std
lincan/src/ioctl.c
lincan/src/ioctl_remote.c [new file with mode: 0644]
lincan/src/read.c
lincan/src/write.c