Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/16/2003 22:03:01
Module Name:	src
Committed By:	thorpej
Date:		Wed Apr 16 22:03:01 UTC 2003

Modified Files:
	src/sys/conf: files
	src/sys/dev/pci: files.pci
Added Files:
	src/sys/dev/ic: mpt.c mpt.h mpt_debug.c mpt_mpilib.h mpt_netbsd.c
	    mpt_netbsd.h
	src/sys/dev/pci: mpt_pci.c

Log Message:
Device driver for the LSI Logic Fusion-MPT based SCSI and Fibre Channel
adapters.  Currently supports:

* LSI 53c1030 Ultra320 SCSI
* LSI FC909, FC909A, FC919, and FC929 Fibre Channel

Ported from the FreeBSD "mpt" driver, written by Greg Ansley.  Thanks
to Frank van der Linden for testing and some bug finding.

This work was sponsored by Wasabi Systems, Inc.


To generate a diff of this commit:
cvs rdiff -r1.607 -r1.608 src/sys/conf/files
cvs rdiff -r0 -r1.1 src/sys/dev/ic/mpt.c src/sys/dev/ic/mpt.h \
    src/sys/dev/ic/mpt_debug.c src/sys/dev/ic/mpt_mpilib.h \
    src/sys/dev/ic/mpt_netbsd.c src/sys/dev/ic/mpt_netbsd.h
cvs rdiff -r1.184 -r1.185 src/sys/dev/pci/files.pci
cvs rdiff -r0 -r1.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.