From owner-cvs-all Sat Oct 5 9:35:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04DB837B401; Sat, 5 Oct 2002 09:35:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9119143E42; Sat, 5 Oct 2002 09:35:33 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g95GZXCo062219; Sat, 5 Oct 2002 09:35:33 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g95GZXBq062212; Sat, 5 Oct 2002 09:35:33 -0700 (PDT) Message-Id: <200210051635.g95GZXBq062212@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 5 Oct 2002 09:35:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC SIMOS src/sys/conf NOTES files files.alpha files.i386 files.ia64 files.pc98 files.sparc64 options src/sys/dev/mcd mcd.c mcd_isa.c src/sys/geom geom_disk.c src/sys/i386/conf GENERIC OLDCARD src/sys/i386/isa scd.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/10/05 09:35:33 PDT Modified files: sys/alpha/conf GENERIC SIMOS sys/conf NOTES files files.alpha files.i386 files.ia64 files.pc98 files.sparc64 options sys/dev/mcd mcd.c mcd_isa.c sys/geom geom_disk.c sys/i386/conf GENERIC OLDCARD sys/i386/isa scd.c sys/ia64/conf GENERIC SKI sys/kern subr_disk.c sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC Log: 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. Revision Changes Path 1.151 +2 -0 src/sys/alpha/conf/GENERIC 1.23 +2 -0 src/sys/alpha/conf/SIMOS 1.1089 +6 -2 src/sys/conf/NOTES 1.713 +17 -17 src/sys/conf/files 1.95 +1 -0 src/sys/conf/files.alpha 1.423 +3 -1 src/sys/conf/files.i386 1.38 +1 -0 src/sys/conf/files.ia64 1.250 +3 -0 src/sys/conf/files.pc98 1.32 +2 -0 src/sys/conf/files.sparc64 1.355 +7 -1 src/sys/conf/options 1.130 +3 -1 src/sys/dev/mcd/mcd.c 1.2 +5 -0 src/sys/dev/mcd/mcd_isa.c 1.21 +5 -9 src/sys/geom/geom_disk.c 1.366 +2 -0 src/sys/i386/conf/GENERIC 1.11 +2 -0 src/sys/i386/conf/OLDCARD 1.69 +3 -1 src/sys/i386/isa/scd.c 1.38 +2 -0 src/sys/ia64/conf/GENERIC 1.7 +2 -0 src/sys/ia64/conf/SKI 1.61 +2 -2 src/sys/kern/subr_disk.c 1.216 +2 -0 src/sys/pc98/conf/GENERIC 1.16 +2 -0 src/sys/powerpc/conf/GENERIC 1.37 +2 -0 src/sys/sparc64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message