From 951c3e53b2ed3b6d204d571d81928a44baf1a85e Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 5 Oct 2002 16:35:33 +0000 Subject: 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. --- sys/alpha/conf/GENERIC | 2 ++ sys/alpha/conf/SIMOS | 2 ++ 2 files changed, 4 insertions(+) (limited to 'sys/alpha/conf') diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 7235d2a..a6ce9f2 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -31,6 +31,8 @@ maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols +options NO_GEOM + # Platforms supported options API_UP1000 # UP1000, UP1100 (Nautilus) options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, NoName diff --git a/sys/alpha/conf/SIMOS b/sys/alpha/conf/SIMOS index ff95cf1..b6d0ae2 100644 --- a/sys/alpha/conf/SIMOS +++ b/sys/alpha/conf/SIMOS @@ -18,6 +18,8 @@ cpu EV5 ident SIMOS maxusers 10 +options NO_GEOM + options DEC_KN8AE options SIMOS options INET #InterNETworking -- cgit v1.1