### foo
-* MAXPHYS used more consistently, all block IO devices can now cluster requests up to 128KB if they support it
-
-* Filesystem-independent quota subsystem. vquota(8)
-
-* Watchdog drivers for Intel and AMD chipsets. ichwd(4) and amdsbwd(4)
-
-* ixgbe(4): driver for Intel 10Gb/s ethernet adapters
bar bar bar
* Numerous vkernel related fixes.
-> ### Hardware changes
+* Implicit 64KB I/O request size limitations have been removed. All block devices can now cluster I/O requests up to MAXPHYS (128KB) if they support it.
+
+* A new filesystem-independent quota subsystem has been added. See vquota(8)
+
+> ### Hardware changes
+
+* Watchdog drivers for Intel and AMD chipsets have been imported from FreeBSD. See ichwd(4) and amdsbwd(4).
+
+* A ixgbe(4) driver for Intel 10Gb/s ethernet adapters has been added.
> ### New Multiprocessor-safe Work