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

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)