From owner-cvs-all Tue Jan 8 20:58:52 2002 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 8CD4737B404; Tue, 8 Jan 2002 20:58:49 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g094wng70069; Tue, 8 Jan 2002 20:58:49 -0800 (PST) (envelope-from msmith) Message-Id: <200201090458.g094wng70069@freefall.freebsd.org> From: Mike Smith Date: Tue, 8 Jan 2002 20:58:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_devs.c src/sys/kern kern_conf.c src/sys/sys kernel.h 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 msmith 2002/01/08 20:58:49 PST Modified files: sys/fs/devfs devfs_devs.c sys/kern kern_conf.c sys/sys kernel.h Log: Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST, and devices can be created anytime after that. Print a warning if an atttempt is made to create a device too early. Revision Changes Path 1.19 +1 -1 src/sys/fs/devfs/devfs_devs.c 1.104 +19 -1 src/sys/kern/kern_conf.c 1.98 +1 -0 src/sys/sys/kernel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message