Date: Wed, 12 Feb 2003 01:48:27 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_int.h geom_subr.c Message-ID: <200302120948.h1C9mRNd024285@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/02/12 01:48:27 PST Modified files: sys/geom geom_int.h geom_subr.c Log: Implement a handle for efficient implementation of perforations in lower extremities. Setting bit 4 in debugflags (sysctl kern.geom.debugflags=16) will allow any open to succeed on rank#1 providers. This will generally correspond to the physical disk devices: ad0, da0, md0 etc. This fundamentally violates the mechanics of GEOMs autoconfiguration, and is only provided as a debugging facility, so obviously error reports on GEOM where this bit is or has been set will not be accepted. Revision Changes Path 1.11 +7 -4 src/sys/geom/geom_int.h 1.30 +6 -3 src/sys/geom/geom_subr.c 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?200302120948.h1C9mRNd024285>