Timo Dritschler bd3d3af50f Made GCC Version Detection in Driver Makefile more robust 3 years ago
..
Makefile.in bd3d3af50f Made GCC Version Detection in Driver Makefile more robust 3 years ago
README 631f0929c1 Support emulation mode without real hardware 8 years ago
base.c f5deda9714 Further fixes for out-of-source compilation 8 years ago
base.h 1120e8745c Restructure driver headers 8 years ago
compat.h a2ff777765 Added compatibility for Kernel 5.5+ 3 years ago
config.h 1120e8745c Restructure driver headers 8 years ago
debug.h 1120e8745c Restructure driver headers 8 years ago
dev.c e9d114839b Fix handling of vm_pgoff in the driver 7 years ago
dev.h 1120e8745c Restructure driver headers 8 years ago
int.c 1120e8745c Restructure driver headers 8 years ago
int.h 1120e8745c Restructure driver headers 8 years ago
ioctl.c a21dea7a0d Allow mapping of arbitrary memory areas 7 years ago
ioctl.h a21dea7a0d Allow mapping of arbitrary memory areas 7 years ago
kmem.c de3112ba6a Only set pgprot_noncached for consistent buffers 6 years ago
kmem.h f5deda9714 Further fixes for out-of-source compilation 8 years ago
pcibus.c 1120e8745c Restructure driver headers 8 years ago
pcibus.h 1120e8745c Restructure driver headers 8 years ago
pcidriver.h 1120e8745c Restructure driver headers 8 years ago
rdma.c 59be37a2ec Fix elif -> else 6 years ago
rdma.h 1120e8745c Restructure driver headers 8 years ago
sysfs.c 1120e8745c Restructure driver headers 8 years ago
sysfs.h 1120e8745c Restructure driver headers 8 years ago
umem.c 9b31f02596 Added patch for Kernel 5.8.0+ 3 years ago
umem.h 1120e8745c Restructure driver headers 8 years ago

README

make
V=1 verbose mode
RELAXED_GCC_CHECK=1 allow difference in micro version of gcc used to compile kernel and pcidriver module
DUMMY_DEVICE=1 build dummy device driver (does not require PCI device)