From: ftigeot Date: Tue, 23 Oct 2012 20:20:18 +0000 (-0700) Subject: Remaining drivers and hardware changes X-Git-Url: http://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/3395d15b64c7fb70bc2f7cd9cc626bb2f8fa38a1 Remaining drivers and hardware changes --- diff --git a/release32/index.mdwn b/release32/index.mdwn index 73616355..e652b419 100644 --- a/release32/index.mdwn +++ b/release32/index.mdwn @@ -90,7 +90,7 @@ We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirr * Numerous vkernel related fixes. -* 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. +* Implicit 64KB I/O request size limitations have been removed. All block devices can now cluster I/O requests up to MAXPHYS (currently 128KB) if they support it. * A new filesystem-independent quota subsystem has been added. See vquota(8) @@ -98,6 +98,14 @@ We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirr > ### Hardware changes +* A driver for the new Ivy Bridge random number generator has been added + +* Our ACPI reference implementation has been updated + +* Smart Battery System support has been added + +* Many ACPI and interrupt routing improvements, as well as bug fixes and workarounds for broken hardware + * Watchdog drivers for Intel and AMD chipsets have been imported from FreeBSD. See ichwd(4) and amdsbwd(4). * Many ethernet drivers have been updated and reworked to fix bugs and increase performance