aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorTycho Nightingale <tychon@FreeBSD.org>2019-04-24 20:30:45 +0000
committerTycho Nightingale <tychon@FreeBSD.org>2019-04-24 20:30:45 +0000
commitf211d536b676343f916594f594a1e95a0994a06c (patch)
tree9ec85d24720d39d04e19674b774b98d474d1b846 /sys/sys
parent9c498bd5c362f0bb97b2526c3585062b96d92372 (diff)
downloadsrc-f211d536b676343f916594f594a1e95a0994a06c.tar.gz
src-f211d536b676343f916594f594a1e95a0994a06c.zip
LinuxKPI should use bus_dma(9) to be compatible with an IOMMU
Reviewed by: hselasky, kib Tested by: greg@unrelenting.technology Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D19845
Notes
Notes: svn path=/head/; revision=346645
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 450143d38a55..18412ea8229a 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1300020 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300021 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,