Adrien Prost-Boucle
326c7105ca
Fix compilation of Linux driver ( #64 )
...
* Fix typo in #elif
* Fix Makefile to compile the Linux kernel module
2024-06-11 16:10:01 +02:00
Adrien Prost-Boucle
c2e5b280b4
Fix driver for linux >= 6.5
2023-09-28 04:50:29 +02:00
erfanva
7f5cd2db2d
riffa_driver.c: #elsif typo fixed
...
#elsif directive is'nt defined. The correct one is #elif.
2023-06-22 12:56:49 +02:00
Adrien Prost-Boucle
9de1c7c91d
Fix driver for linux >= 5.18
2022-09-07 11:09:43 +02:00
Adrien Prost-Boucle
f1b0a7446c
Fix driver for linux >= 5.8
2021-06-24 21:58:52 +02:00
Adrien Prost-Boucle
77b91a3644
Fix driver for linux >= 4.11
2017-06-06 16:01:13 +02:00
Adrien Prost-Boucle
dbab23da14
Fix driver for linux >= 4.9
2017-02-13 16:27:06 +01:00
Adrien Prost-Boucle
c84ece4cf9
Fix driver for linux >= 4.8
2016-12-14 12:52:54 +01:00
Dustin Richmond
f994e8962a
Updating version number in .iss script
...
For driver rebuild
2016-08-15 09:57:36 -07:00
Adrien Prost-Boucle
1f8a9efd77
Pull changes from devel/2.2.2
2016-08-10 14:09:15 +02:00
Adrien Prost-Boucle
3bc1036eaf
Fix driver compilation under linux >= 4.6
2016-08-09 17:10:20 +02:00
Dustin Richmond
1d228c190d
Fixing more backwards compatibility issues
...
Had to remove some method calls
2016-06-29 16:39:16 -07:00
Dustin Richmond
64cd40f0b6
Fixing the missing registers for real (I misread the problem)
2016-06-29 15:59:23 -07:00
Dustin Richmond
35b2730aa5
Merge branch 'devel/RIFFA/2.2.2' of github.com:drichmond/riffa into devel/RIFFA/2.2.2
2016-06-29 15:43:25 -07:00
Dustin Richmond
57e389ef81
Fixing some capability problems in the linux driver.
...
Fixing register define #ifdef macros, because I thought they looked ugly
Implementing method bodies instead of empty methods, because I really would like
that functionality, even if it is for the purpose of debate.
2016-06-29 15:42:05 -07:00
Dustin Richmond
cd494e1ea5
Adding linux/slab.h to riffa_driver.c, which fixes a driver compilation problem on some ARM platforms.
2016-06-29 14:53:47 -07:00
Dustin Richmond
4e898fcf35
Fixing unsigned windows driver issue
...
Issue was invalid path in makefile.inc that allowed the build script to
"pass" but fail to sign the RIFFA catalog file and driver (!). This
issue has been fixed, and more comments have been added to the README to
avoid this issue in the future.
2016-06-29 14:43:38 -07:00
Dustin Richmond
4f78805fd5
Adding a new feature to the makefiles, where typing make release in the top
...
directory will package (most of) a new release
2016-02-18 11:14:09 -08:00
Dustin Richmond
6ff69de5c6
Updating copyright statements for 2016
2016-02-09 15:23:37 -08:00
Adrien Prost-Boucle
9f791acfea
Linux driver: Protect recv and send with atomic test and set instead of lock to enable clear at reset
2016-01-06 17:34:41 +01:00
Adrien Prost-Boucle
3775133808
Use appropriate ioctl return codes
2015-12-14 15:16:29 +01:00
Adrien Prost-Boucle
4369d5b6ef
Linux driver: Protect recv and send from conflicting simultaneous access
2015-10-23 14:34:00 +02:00
Dustin Richmond
8836ab92eb
Adding fix for windows driver issue where consecutive small transfers can get corrupted
2015-06-22 08:42:25 -07:00
Dustin Richmond
98b09aa12a
Initial commit of RIFFA development repository (RIFFA 2.2)
2015-05-04 14:50:57 -07:00