aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-03-24 11:21:41 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-03-24 11:21:41 +0000
commit3773a65c0b5e637d2a48b4d577597dc64d989254 (patch)
tree0b82d8002c02b6f98429809f8c0eb8dafa77a9ee /sys/conf/files
parentf4af24d55dc7bc9a7493fff34f999a410282c78e (diff)
downloadsrc-3773a65c0b5e637d2a48b4d577597dc64d989254.tar.gz
src-3773a65c0b5e637d2a48b4d577597dc64d989254.zip
Be more systematic about conversion of on-disk formats in a endian/width
agnostic way. Collapse the MBR and MBREXT methods into one file and make them endian/width agnostic. Sponsored by: DARPA & NAI Labs.
Notes
Notes: svn path=/head/; revision=93090
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 10fb24d34605..b09adfc4bb03 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -690,11 +690,11 @@ geom/geom_bsd.c optional geom
geom/geom_dev.c optional geom
geom/geom_disk.c optional geom
geom/geom_dump.c optional geom
+geom/geom_enc.c optional geom
geom/geom_event.c optional geom
geom/geom_io.c optional geom
geom/geom_kern.c optional geom
geom/geom_mbr.c optional geom
-geom/geom_mbrext.c optional geom
geom/geom_slice.c optional geom
geom/geom_subr.c optional geom
geom/geom_sunlabel.c optional geom