Module Name: src
Committed By: snj
Date: Thu Dec 2 23:50:29 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
1418 and 1487
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.33 -r1.1.2.34 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.33 src/doc/CHANGES-5.2:1.1.2.34
--- src/doc/CHANGES-5.2:1.1.2.33 Sat Nov 27 21:12:50 2010
+++ src/doc/CHANGES-5.2 Thu Dec 2 23:50:29 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.33 2010/11/27 21:12:50 riz Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.34 2010/12/02 23:50:29 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -865,3 +865,17 @@
Add support for Kingston DT Mini 10 pendrive, with quirk.
[sborrill, ticket #1489]
+sys/dev/ic/iavc.c 1.8
+
+ Make this compile.
+ [riz, ticket #1418]
+
+sys/dev/ic/mpt.c 1.14
+sys/dev/ic/mpt.h 1.7
+sys/dev/ic/mpt_debug.c 1.7
+sys/dev/ic/mpt_netbsd.c 1.15
+
+ Add byte-swapping so that this works on BE platforms. The logic
+ is based on the current freebsd driver. Fixes PR 42870.
+ [riz, ticket #1487]
+