From owner-cvs-all Tue Dec 1 19:12:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27012 for cvs-all-outgoing; Tue, 1 Dec 1998 19:12:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27006; Tue, 1 Dec 1998 19:12:55 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA17569; Tue, 1 Dec 1998 19:13:35 -0800 (PST) Date: Tue, 1 Dec 1998 19:13:35 -0800 (PST) Message-Id: <199812020313.TAA17569@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf majors.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/12/01 19:13:35 PST Modified files: sys/i386/conf majors.i386 Log: *thwap* - move id driver to blkdev from cdev list; it's obviously going to want a major number from that list instead. Also use the same preallocated local range (500-600) for blkdevs as well as cdevs, just to be orthogonal. The latter was for Brian, who has a *lot* of local device drivers and needs more than just a single reserved number. Revision Changes Path 1.52 +4 -1 src/sys/i386/conf/majors.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message