Suren A. Chilingaryan 8cb6d1301a Due to active back-porting in Linux LTS branches, there are some comptaibility issues in the driver. This adds support for kernel 4.4.159 4 年 前
..
Makefile.in 71f64d8245 Fix driver installation on Ubuntu 8 年 前
README 631f0929c1 Support emulation mode without real hardware 8 年 前
base.c f5deda9714 Further fixes for out-of-source compilation 8 年 前
base.h 1120e8745c Restructure driver headers 8 年 前
compat.h 8cb6d1301a Due to active back-porting in Linux LTS branches, there are some comptaibility issues in the driver. This adds support for kernel 4.4.159 4 年 前
config.h 1120e8745c Restructure driver headers 8 年 前
debug.h 1120e8745c Restructure driver headers 8 年 前
dev.c e9d114839b Fix handling of vm_pgoff in the driver 8 年 前
dev.h 1120e8745c Restructure driver headers 8 年 前
int.c 1120e8745c Restructure driver headers 8 年 前
int.h 1120e8745c Restructure driver headers 8 年 前
ioctl.c a21dea7a0d Allow mapping of arbitrary memory areas 8 年 前
ioctl.h a21dea7a0d Allow mapping of arbitrary memory areas 8 年 前
kmem.c de3112ba6a Only set pgprot_noncached for consistent buffers 7 年 前
kmem.h f5deda9714 Further fixes for out-of-source compilation 8 年 前
pcibus.c 1120e8745c Restructure driver headers 8 年 前
pcibus.h 1120e8745c Restructure driver headers 8 年 前
pcidriver.h 1120e8745c Restructure driver headers 8 年 前
rdma.c 59be37a2ec Fix elif -> else 6 年 前
rdma.h 1120e8745c Restructure driver headers 8 年 前
sysfs.c 1120e8745c Restructure driver headers 8 年 前
sysfs.h 1120e8745c Restructure driver headers 8 年 前
umem.c a92e1d1a8d Support kernels up to 4.9 (patch provided by Timo) 7 年 前
umem.h 1120e8745c Restructure driver headers 8 年 前

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)