3846a82284
and the equivalent functionality is now provided by sendfile(2) over posix shared memory filedescriptor. Remove the cow member of struct vm_page, and rearrange the remaining members. While there, make hold_count unsigned. Requested and reviewed by: alc Tested by: pho Sponsored by: The FreeBSD Foundation Approved by: re (delphij)
9 lines
134 B
Makefile
9 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ti
|
|
|
|
KMOD= if_ti
|
|
SRCS= if_ti.c device_if.h bus_if.h pci_if.h opt_ti.h
|
|
|
|
.include <bsd.kmod.mk>
|