From 3395d15b64c7fb70bc2f7cd9cc626bb2f8fa38a1 Mon Sep 17 00:00:00 2001 From: ftigeot Date: Tue, 23 Oct 2012 13:20:18 -0700 Subject: [PATCH] Remaining drivers and hardware changes --- release32/index.mdwn | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/release32/index.mdwn b/release32/index.mdwn index 7361635..e652b41 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 -- 1.7.7.2