From owner-cvs-all Sat Oct 27 10:44:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D334337B405; Sat, 27 Oct 2001 10:44:21 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9RHiLL72416; Sat, 27 Oct 2001 10:44:21 -0700 (PDT) (envelope-from phk) Message-Id: <200110271744.f9RHiLL72416@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 27 Oct 2001 10:44:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c subr_disk.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 2001/10/27 10:44:21 PDT Modified files: sys/kern kern_conf.c subr_disk.c Log: Nudge the axe a bit closer to cdevsw[]: Make it a panic to repeat make_dev() or destroy_dev(), this check should maybe be neutered when -current goes -stable. Whine if devsw() is called on anon dev_t's in a devfs system. Make a hack to avoid our lazy-eval disk code triggering the above whine. Fix the multiple make_dev() in disk code by making ${disk}${unit}s${slice} an alias/symlink to ${disk}${unit}s${slice}c Revision Changes Path 1.99 +11 -0 src/sys/kern/kern_conf.c 1.45 +55 -2 src/sys/kern/subr_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message