From owner-cvs-all@FreeBSD.ORG Sat Jan 29 15:07:14 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E88CC16A4CE; Sat, 29 Jan 2005 15:07:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD07F43D2D; Sat, 29 Jan 2005 15:07:13 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0TF7DOB019701; Sat, 29 Jan 2005 15:07:13 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0TF7DMp019700; Sat, 29 Jan 2005 15:07:13 GMT (envelope-from phk) Message-Id: <200501291507.j0TF7DMp019700@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 29 Jan 2005 15:07:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys conf.h src/sys/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 15:07:14 -0000 phk 2005-01-29 15:07:13 UTC FreeBSD src repository Modified files: sys/sys conf.h sys/kern kern_conf.c Log: Add MAXMINOR #define, we should have had this long time ago. Add minor2unit() in addition to dev2unit() and unit2minor(). If it wasn't such a hazzle we should redefine minor numbers in the kernel without the gap for the major number, but it's not worth the bother (yet). Revision Changes Path 1.168 +9 -3 src/sys/kern/kern_conf.c 1.210 +3 -0 src/sys/sys/conf.h