cvs commit: src/sys/geom geom_ccd.c
Poul-Henning Kamp
phk at FreeBSD.org
Wed Jun 4 11:16:10 PDT 2003
phk 2003/06/04 11:16:09 PDT
FreeBSD src repository
Modified files:
sys/geom geom_ccd.c
Log:
Make this a true GEOM class:
Attach to the component devices using GEOM semantics.
Create a GEOM provider instead of using disk_create()
Use the GEOM OAM api for configuration.
I saw approx ~1% speedup in througput and ~7% in latency in a
simple minded test of a two-disk striped device.
This file was repo-copied from src/sys/dev/ccd/ccd.c.
This is not yet linked into the build.
Revision Changes Path
1.138 +300 -757 src/sys/geom/geom_ccd.c
More information about the cvs-src
mailing list