diff options
author | phk <phk@FreeBSD.org> | 2003-01-14 22:44:48 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-01-14 22:44:48 +0000 |
commit | e9184d11f9970e9cd10311e9bfd685db20115fec (patch) | |
tree | 754cbf59f4b13388fe63ecb1f47b3a596ae7465a /sys/conf/files | |
parent | 5a2a297c7bde73d9a11e9f7c7ced709beb7849ae (diff) | |
download | FreeBSD-src-e9184d11f9970e9cd10311e9bfd685db20115fec.zip FreeBSD-src-e9184d11f9970e9cd10311e9bfd685db20115fec.tar.gz |
Add a very simple but functional GEOM mirror class.
This is committed more as an instructive tool than as a production
facility, but this will change over time.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 922854e..9a94caa 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -877,6 +877,7 @@ geom/geom_gpt.c optional geom_gpt geom/geom_io.c standard geom/geom_kern.c standard geom/geom_mbr.c optional geom_mbr +geom/geom_mirror.c optional geom_mirror geom/geom_pc98.c optional geom_pc98 geom/geom_slice.c standard geom/geom_subr.c standard |