Subject: CVS commit: [netbsd-3-0] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 10/04/2007 18:33:23
Module Name:	src
Committed By:	bouyer
Date:		Thu Oct  4 18:33:23 UTC 2007

Modified Files:
	src/sys/dev/ic [netbsd-3-0]: mpt.c mpt.h mpt_debug.c mpt_mpilib.h
	    mpt_netbsd.c mpt_netbsd.h
	src/sys/dev/pci [netbsd-3-0]: mpt_pci.c pcidevs

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.12.1 src/sys/dev/ic/mpt.c
cvs rdiff -r1.3 -r1.3.4.1 src/sys/dev/ic/mpt.h
cvs rdiff -r1.2 -r1.2.18.1 src/sys/dev/ic/mpt_debug.c
cvs rdiff -r1.2 -r1.2.28.1 src/sys/dev/ic/mpt_mpilib.h
cvs rdiff -r1.9 -r1.9.12.1 src/sys/dev/ic/mpt_netbsd.c
cvs rdiff -r1.3 -r1.3.12.1 src/sys/dev/ic/mpt_netbsd.h
cvs rdiff -r1.5 -r1.5.12.1 src/sys/dev/pci/mpt_pci.c
cvs rdiff -r1.701.2.17 -r1.701.2.17.2.1 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.