Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 03/21/2006 20:42:14
Module Name: src
Committed By: he
Date: Tue Mar 21 20:42:14 UTC 2006
Modified Files:
src/sys/dev/pci: files.pci
Added Files:
src/sys/dev/ic: ciss.c cissreg.h cissvar.h
src/sys/dev/pci: ciss_pci.c
Log Message:
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 src/sys/dev/ic/ciss.c src/sys/dev/ic/cissreg.h \
src/sys/dev/ic/cissvar.h
cvs rdiff -r0 -r1.1 src/sys/dev/pci/ciss_pci.c
cvs rdiff -r1.244 -r1.245 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.