Date: Sat, 5 Oct 2002 09:35:33 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> 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 ... Message-ID: <200210051635.g95GZXBq062212@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210051635.g95GZXBq062212>