Subject: CVS commit: [netbsd-2] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 04/11/2006 01:15:23
Module Name:	src
Committed By:	riz
Date:		Tue Apr 11 01:15:23 UTC 2006

Modified Files:
	src/sys/dev/pci [netbsd-2]: files.pci
Added Files:
	src/sys/dev/ic [netbsd-2]: ciss.c cissreg.h cissvar.h
	src/sys/dev/pci [netbsd-2]: ciss_pci.c

Log Message:
Pull up following revision(s) (requested by he in ticket #10409):
	sys/dev/ic/cissreg.h: revision 1.1
	sys/dev/pci/ciss_pci.c: revision 1.1
	sys/dev/ic/cissvar.h: revision 1.1
	sys/dev/pci/files.pci: revision 1.245
	sys/dev/ic/ciss.c: revision 1.1 via patch
Add a driver, ciss(4), for the HP/Compaq drivers using the newer
"Command Interface to SCSI-3 Support" command interface.  Driver
ported from OpenBSD by Tonnerre Lombard -- thanks!


To generate a diff of this commit:
cvs rdiff -r0 -r1.1.6.1 src/sys/dev/ic/ciss.c src/sys/dev/ic/cissreg.h \
    src/sys/dev/ic/cissvar.h
cvs rdiff -r0 -r1.1.6.1 src/sys/dev/pci/ciss_pci.c
cvs rdiff -r1.210.2.3.2.1 -r1.210.2.3.2.2 src/sys/dev/pci/files.pci

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