Module Name: src Committed By: martin Date: Sat Dec 8 12:17:14 UTC 2018
Modified Files: src/share/man/man4 [netbsd-8]: mpii.4 src/sys/dev/pci [netbsd-8]: mfii.c mpii.c mpiireg.h Log Message: Pull up following revision(s) (requested by bouyer in ticket #1131): sys/dev/pci/mpiireg.h: revision 1.2 sys/dev/pci/mfii.c: revision 1.3 share/man/man4/mpii.4: revision 1.3 share/man/man4/mpii.4: revision 1.4 sys/dev/pci/mpii.c: revision 1.15 sys/dev/pci/mpii.c: revision 1.16 sys/dev/pci/mpii.c: revision 1.17 sys/dev/pci/mpii.c: revision 1.18 Update the mpii(4) driver to the latest OpenBSD version. This adds support for the SAS3xxx LSI controllers, and this also makes the driver MP-safe. adjust mfii.c for changes in mpiireg.h Tested with a mpii0: SMC2008-IR, firmware 9.0.0.0 IR, MPI 2.0 Update for the new mpii(4) driver, mostly from OpenBSD. Also tell the scsi layer that we are MPSAFE Remove trailing whitespace NULL-terminate mpii_devices[], this is the end condition of the loop in mpii_match(). Noticed by Mike Pumford There's no sensors for physical disks so don't try to detach them. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.28.1 src/share/man/man4/mpii.4 cvs rdiff -u -r1.3.2.2 -r1.3.2.3 src/sys/dev/pci/mfii.c cvs rdiff -u -r1.8.10.2 -r1.8.10.3 src/sys/dev/pci/mpii.c cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/sys/dev/pci/mpiireg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.