Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/UPDATING,v retrieving revision 1.163.4.1 retrieving revision 1.163.4.2 diff -u -p -r1.163.4.1 -r1.163.4.2 --- src/UPDATING 2007/11/06 23:07:11 1.163.4.1 +++ src/UPDATING 2008/01/09 01:19:18 1.163.4.2 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.163.4.1 2007/11/06 23:07:11 matt Exp $ +$NetBSD: UPDATING,v 1.163.4.2 2008/01/09 01:19:18 matt Exp $ This file (UPDATING) is intended to be a brief reference to recent changes that might cause problems in the build process, and a guide for @@ -16,6 +16,18 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^^^^^^^^^^^^^ +20071209: + The acpiec(4) driver has been split into two attachments. If you + get ACPI errors before the attachment, please update your kernel + configuration file appropriately or see GENERIC for more details. + +20071115: + The it(4) driver has been renamed to itesio(4) and the old port + argument specified in the kernel configuration file is not valid + anymore. The itesio(4) driver now uses the Super I/O address port + rather than the EC address port. Please update your kernel + configuration file appropriately or see GENERIC for more details. + 20071028: The pccons(4) driver has been removed from the NetBSD/shark port. You need to update any custom kernel configuration file you have @@ -44,7 +56,7 @@ Recent changes: has been changed. Rather than modify the pathname (and copy back to userspace) namei() and lookup() directly check the emulation root. One side effect is that absolute symlinks inside the emulated - root filesytem will be relative to that filesystem - unless they + root file system will be relative to that file system - unless they start /../ this is useful when the emulated root is a real install that has such links. This might affect symlinks that have been added to reference outside