Subject: CVS commit: [netbsd-3] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 09/13/2007 19:45:59
Module Name: src
Committed By: bouyer
Date: Thu Sep 13 19:45:59 UTC 2007
Modified Files:
src/sys/dev/ic [netbsd-3]: mpt.c mpt.h mpt_mpilib.h mpt_netbsd.c
mpt_netbsd.h
src/sys/dev/pci [netbsd-3]: mpt_pci.c
Log Message:
Pull up following revision(s) (requested by tron in ticket #1822):
sys/dev/ic/mpt_netbsd.c: revision 1.12 via patch
sys/dev/ic/mpt_netbsd.h: revision 1.6 via patch
sys/dev/ic/mpt_mpilib.h: revision 1.3 via patch
sys/dev/ic/mpt.h: revision 1.6 via patch
sys/dev/ic/mpt.c: revisions 1.9, 1.10 via patch
sys/dev/ic/mpt_debug.c: patch
sys/dev/pci/mpt_pci.c: revision 1.11 via patch
sys/dev/pci/pcidevs: patch
sys/dev/pci/pcidevs.h: patch
sys/dev/pci/pcidevs_data.h: patch
Add support for newer SAS and similar devices to mpt(4). Tested with
the LSI SAS1064 in a Sun x4200 server.
These enhancements were developed by Garrett D'Amore and contributed
to NetBSD by the TELES AG.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.5.2.1 src/sys/dev/ic/mpt.c
cvs rdiff -r1.3 -r1.3.2.1 src/sys/dev/ic/mpt.h src/sys/dev/ic/mpt_netbsd.h
cvs rdiff -r1.2 -r1.2.16.1 src/sys/dev/ic/mpt_mpilib.h
cvs rdiff -r1.9 -r1.9.2.1 src/sys/dev/ic/mpt_netbsd.c
cvs rdiff -r1.5 -r1.5.2.1 src/sys/dev/pci/mpt_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.