diff options
author | Mark Johnston <markj@FreeBSD.org> | 2022-08-05 17:31:14 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2022-08-05 17:43:24 +0000 |
commit | c39eecd84b3e1e486fc6082653891c8f4506aff1 (patch) | |
tree | 29f98a85ef6aefc77b56d4d422e3e1f80a0c2b31 | |
parent | 240afd8c1fcc8c5f29dbd4ff0c915795d414405d (diff) |
RELNOTES: Document ZFS support in makefs
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | RELNOTES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +240afd8c1fcc: + makefs(8) has ZFS support; it can create a ZFS pool, backed by a + single disk vdev, containing one or more datasets populated from + the staging directory. + 78ee8d1c4cda,f4f56ff43dbd: The in-tree qat(4) driver has been replaced with Intel's QAT driver. The new version provides additional interfaces to the chipset's |