From: ftigeot Date: Fri, 19 Oct 2012 20:51:48 +0000 (-0700) Subject: Move my changes to the Release Notes section X-Git-Url: http://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/a4c073306fba41e4db7f939ec4eca02a6e2a0b50 Move my changes to the Release Notes section --- diff --git a/release32/index.mdwn b/release32/index.mdwn index 627942a..ca98edc 100644 --- a/release32/index.mdwn +++ b/release32/index.mdwn @@ -9,13 +9,6 @@ The DragonFly 3.0 release is here! ### 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 @@ -94,7 +87,15 @@ We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirr * 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