cvs commit: src/sys/conf NOTES files src/sys/modules Makefile
src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC
src/sys/modules/hptiop Makefile src/sys/dev/hptiop hptiop.c hptiop.h
Scott Long
scottl at FreeBSD.org
Wed May 9 07:07:26 UTC 2007
scottl 2007-05-09 07:07:26 UTC
FreeBSD src repository
Modified files:
sys/conf files NOTES
sys/modules Makefile
sys/i386/conf GENERIC
sys/amd64/conf GENERIC
Added files:
sys/modules/hptiop Makefile
sys/dev/hptiop hptiop.c hptiop.h
Log:
Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers.
The driver relies on CAM.
Many thanks to Highpoint for providing this driver.
Revision Changes Path
1.476 +1 -0 src/sys/amd64/conf/GENERIC
1.1423 +2 -0 src/sys/conf/NOTES
1.1204 +1 -0 src/sys/conf/files
1.1 +1301 -0 src/sys/dev/hptiop/hptiop.c (new)
1.1 +343 -0 src/sys/dev/hptiop/hptiop.h (new)
1.466 +1 -0 src/sys/i386/conf/GENERIC
1.530 +1 -0 src/sys/modules/Makefile
1.1 +10 -0 src/sys/modules/hptiop/Makefile (new)
More information about the cvs-src
mailing list