Module Name: src
Committed By: snj
Date: Sun Aug 16 00:22:12 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Tickets 912 and 913.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.59 -r1.1.2.60 src/doc/CHANGES-5.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.59 src/doc/CHANGES-5.1:1.1.2.60
--- src/doc/CHANGES-5.1:1.1.2.59 Fri Aug 14 22:03:44 2009
+++ src/doc/CHANGES-5.1 Sun Aug 16 00:22:12 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.59 2009/08/14 22:03:44 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.60 2009/08/16 00:22:12 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -2197,3 +2197,18 @@
the binary atheros HAL.
[sborrill, ticket #910]
+lib/libc/gdtoa/gdtoaimp.h 1.7
+
+ Change Kmax so we allocate enough freelist entries to handle
+ large field numbers.
+ [christos, ticket #913]
+
+sys/arch/x86/pci/ichlpcib.c 1.18
+
+ Fix watchdog code:
+ - the timer bound constants are in tick, so convert period to
+ tick before checking it against the bounds
+ - for ICH5 or older, fix code that would have always written a 0
+ period to the register.
+ [bouyer, ticket #912]
+