]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3
authorpjd <pjd@FreeBSD.org>
Mon, 16 Aug 2004 06:23:14 +0000 (06:23 +0000)
committerpjd <pjd@FreeBSD.org>
Mon, 16 Aug 2004 06:23:14 +0000 (06:23 +0000)
commit8394d51046ccd71b29fd905b0a01fb62b743a0c6
treee18bf1a6409808aac8ce00cf4d90348aff45c60d
parent336d354baa1e8f33fe0828ce3addde3e40353ac3
Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3
transformation and graid3(8) userland utility, which can be used for
configuration. No manual page yet, sorry.

Hardware provided by: Daniel Seuffert
sbin/geom/class/raid3/Makefile [new file with mode: 0644]
sbin/geom/class/raid3/geom_raid3.c [new file with mode: 0644]
sys/geom/raid3/g_raid3.c [new file with mode: 0644]
sys/geom/raid3/g_raid3.h [new file with mode: 0644]
sys/geom/raid3/g_raid3_ctl.c [new file with mode: 0644]
sys/modules/geom/geom_raid3/Makefile [new file with mode: 0644]