From owner-cvs-all Mon Jul 19 2:38:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 70A4514BFD; Mon, 19 Jul 1999 02:38:24 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA35244; Mon, 19 Jul 1999 02:38:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199907190938.CAA35244@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 19 Jul 1999 02:38:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c vfs_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/07/19 02:38:01 PDT Modified files: sys/kern kern_conf.c vfs_subr.c Log: [click] Now all dev_t's in the kernel have their char device major. Only know casualy of this is swapinfo/pstat which should be fixes the right way: Store the actual pathname in the kernel like mount does. [Volounteers sought for this task] The road map from here is roughly: expand struct specinfo into struct based dev_t. Add dev_t registration facilities for device drivers and start to use them. Revision Changes Path 1.50 +6 -18 src/sys/kern/kern_conf.c 1.212 +4 -2 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message