Date: Tue, 27 Nov 2001 15:08:37 -0800 (PST) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/ciss ciss.c cissio.h cissreg.h cissvar.h src/sys/modules Makefile src/sys/modules/ciss Makefile src/sys/i386/conf NOTES Message-ID: <200111272308.fARN8bF23249@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 2001/11/27 15:08:37 PST
Modified files:
sys/conf files
sys/modules Makefile
sys/i386/conf NOTES
Added files:
sys/dev/ciss ciss.c cissio.h cissreg.h cissvar.h
sys/modules/ciss Makefile
Log:
Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family of
RAID controllers (5300, 532, 5i, etc.)
Thanks to Compaq and Yahoo! for support during the development of this
driver.
MFC after: 1 week
Revision Changes Path
1.584 +1 -0 src/sys/conf/files
1.1 +3368 -0 src/sys/dev/ciss/ciss.c (new)
1.1 +203 -0 src/sys/dev/ciss/cissio.h (new)
1.1 +670 -0 src/sys/dev/ciss/cissreg.h (new)
1.1 +375 -0 src/sys/dev/ciss/cissvar.h (new)
1.981 +7 -0 src/sys/i386/conf/NOTES
1.218 +1 -0 src/sys/modules/Makefile
1.1 +11 -0 src/sys/modules/ciss/Makefile (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111272308.fARN8bF23249>
