mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
http://www.ambrisko.com/doug/listio_kqueue/listio_kqueue.patch Note: it is a good idea to run this against a physical drive to exercise the physio fast path (ie. lio_kqueue /dev/<something safe>) This will ensure op's counting per LIO request is correct. It is currently broken the above patch fixes it. Sponsored by: IronPort
10 lines
192 B
Makefile
10 lines
192 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= lio_kqueue
|
|
NO_MAN= YES
|
|
|
|
lio_kqueue:
|
|
@echo "This will not compile without"
|
|
@echo " http://www.ambrisko.com/doug/listio_kqueue/listio_kqueue.patch"
|
|
|
|
.include <bsd.prog.mk>
|