summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-05 16:35:33 +0000
committerphk <phk@FreeBSD.org>2002-10-05 16:35:33 +0000
commit951c3e53b2ed3b6d204d571d81928a44baf1a85e (patch)
tree281a4e3831a5ca364a19928efbfe097201919121 /sys/conf/files
parentca4946005d763c5181649378e37809110aa0e1b5 (diff)
downloadFreeBSD-src-951c3e53b2ed3b6d204d571d81928a44baf1a85e.zip
FreeBSD-src-951c3e53b2ed3b6d204d571d81928a44baf1a85e.tar.gz
NB: This commit does *NOT* make GEOM the default in FreeBSD
NB: But it will enable it in all kernels not having options "NO_GEOM" Put the GEOM related options into the intended order. Add "options NO_GEOM" to all kernel configs apart from NOTES. In some order of controlled fashion, the NO_GEOM options will be removed, architecture by architecture in the coming days. There are currently three known issues which may force people to need the NO_GEOM option: boot0cfg/fdisk: Tries to update the MBR while it is being used to control slices. GEOM does not allow this as a direct operation. SCSI floppy drives: Appearantly the scsi-da driver return "EBUSY" if no media is inserted. This is wrong, it should return ENXIO. PC98: It is unclear if GEOM correctly recognizes all variants of PC98 disklabels. (Help Wanted! I have neither docs nor HW) These issues are all being worked. Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files34
1 files changed, 17 insertions, 17 deletions
diff --git a/sys/conf/files b/sys/conf/files
index bcf0085..6c14ff4 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -458,8 +458,8 @@ dev/nsp/nsp.c optional nsp
dev/nsp/nsp_pccard.c optional nsp card
#dev/nsp/nsp_pccard.c optional nsp pccard
dev/mca/mca_bus.c optional mca
-dev/mcd/mcd.c optional mcd isa
-dev/mcd/mcd_isa.c optional mcd isa
+dev/mcd/mcd.c optional mcd isa nowerror
+dev/mcd/mcd_isa.c optional mcd isa nowerror
dev/md/md.c optional md
dev/mii/amphy.c optional miibus
dev/mii/bmtphy.c optional miibus
@@ -787,21 +787,21 @@ fs/umapfs/umap_vnops.c optional umapfs
fs/unionfs/union_subr.c optional unionfs
fs/unionfs/union_vfsops.c optional unionfs
fs/unionfs/union_vnops.c optional unionfs
-geom/geom_aes.c optional geom
-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_gpt.c optional geom
-geom/geom_io.c optional geom
-geom/geom_kern.c optional geom
-geom/geom_mbr.c optional geom
-geom/geom_pc98.c optional geom
-geom/geom_slice.c optional geom
-geom/geom_subr.c optional geom
-geom/geom_sunlabel.c optional geom
+geom/geom_aes.c optional geom_aes
+geom/geom_bsd.c optional geom_bsd
+geom/geom_dev.c standard
+geom/geom_disk.c standard
+geom/geom_dump.c standard
+geom/geom_enc.c standard
+geom/geom_event.c standard
+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_pc98.c optional geom_pc98
+geom/geom_slice.c standard
+geom/geom_subr.c standard
+geom/geom_sunlabel.c optional geom_sunlabel
crypto/rijndael/rijndael-alg-fst.c optional geom
crypto/rijndael/rijndael-api-fst.c optional geom
gnu/ext2fs/ext2_alloc.c optional ext2fs \
OpenPOWER on IntegriCloud