Module Name: src
Committed By: riz
Date: Mon Feb 18 17:59:34 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Ticket 823. While here, make sure there's only one entry for ticket 813.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.99 -r1.1.2.100 src/doc/CHANGES-6.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-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.99 src/doc/CHANGES-6.1:1.1.2.100
--- src/doc/CHANGES-6.1:1.1.2.99 Mon Feb 18 17:54:41 2013
+++ src/doc/CHANGES-6.1 Mon Feb 18 17:59:33 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.99 2013/02/18 17:54:41 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.100 2013/02/18 17:59:33 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -8505,6 +8505,9 @@ sys/kern/uipc_syscalls.c 1.160
not set SS_NBIO.
[christos, ticket #822]
-sys/dev/usb/dwc_otg.c patch
- Fix a locking error in the last commit
- [skrll, ticket #813]
+sys/dev/pci/if_wm.c 1.235-1.236 via patch
+
+ Fix a problem that if_wm.c can't compile with WM_DEBUG on
+ non-64bit platforms.
+ [msaitoh, ticket #823]
+