Module Name: src
Committed By: martin
Date: Fri Dec 7 17:13:56 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1129
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-8.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-8.1
diff -u src/doc/CHANGES-8.1:1.1.2.69 src/doc/CHANGES-8.1:1.1.2.70
--- src/doc/CHANGES-8.1:1.1.2.69 Fri Dec 7 13:28:53 2018
+++ src/doc/CHANGES-8.1 Fri Dec 7 17:13:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.69 2018/12/07 13:28:53 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.70 2018/12/07 17:13:56 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -1990,3 +1990,25 @@ sys/dev/pci/pcivar.h 1.113
area when suspending and restore them on resume.
[msaitoh, ticket #1128]
+distrib/sets/lists/man/mi 1.1628
+share/man/man4/Makefile 1.673 (patch)
+share/man/man4/mfii.4 1.1,1.2
+sys/arch/amd64/conf/ALL 1.108
+sys/arch/amd64/conf/GENERIC 1.508
+sys/arch/amd64/conf/XEN3_DOM0 1.159 (patch)
+sys/arch/i386/conf/ALL 1.458
+sys/arch/i386/conf/GENERIC 1.1194
+sys/arch/i386/conf/XEN3PAE_DOM0 1.8
+sys/dev/ic/mfi.c 1.60
+sys/dev/ic/mfireg.h 1.9
+sys/dev/pci/files.pci 1.410
+sys/dev/pci/mfii.c 1.1,1.2 (adjusted)
+sys/dev/pci/mpii.c 1.13
+sys/dev/pci/mpiireg.h 1.1
+
+ Add mpii(4), a driver for LSI Megaraid Fusion controllers.
+ Ported from OpenBSD. Note that the earlier fusion controllers
+ (Megaraid 2208, codenamed Thunderbold) are also supported by mfi(4).
+ mpii(4) will take precedence if both drivers are enabled.
+ [bouyer, ticket #1129]
+