Module Name: src
Committed By: riz
Date: Wed Jan 25 17:36:37 UTC 2012
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
tickets 1697, 1698
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.126 -r1.1.2.127 src/doc/CHANGES-5.2
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.2
diff -u src/doc/CHANGES-5.2:1.1.2.126 src/doc/CHANGES-5.2:1.1.2.127
--- src/doc/CHANGES-5.2:1.1.2.126 Thu Jan 5 11:54:24 2012
+++ src/doc/CHANGES-5.2 Wed Jan 25 17:36:37 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.126 2012/01/05 11:54:24 sborrill Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.127 2012/01/25 17:36:37 riz Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -5864,3 +5864,16 @@ sys/dev/pci/if_wmreg.h 1.46
marked volatile.
[dyoung, ticket #1703]
+sys/dev/usb/ugen.c 1.112
+
+ Implement timeouts when blocking the calling process with tsleep.
+ Fixes PR kern/33452.
+ [gavan, ticket #1697]
+
+sys/dev/ic/rtl8169.c 1.134
+sys/dev/ic/rtl81x9reg.h 1.42
+sys/dev/ic/rtl81x9var.h 1.52
+
+ Add support to recognize the 8168E model of this chip.
+ [garbled, ticket #1698]
+