From owner-cvs-all Fri Feb 13 13:34:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13063 for cvs-all-outgoing; Fri, 13 Feb 1998 13:34:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from red.juniper.net (red.juniper.net [208.197.169.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA12283; Fri, 13 Feb 1998 13:31:10 -0800 (PST) (envelope-from pst@juniper.net) Received: from base.juniper.net (base.juniper.net [208.197.169.208]) by red.juniper.net (8.8.5/8.8.5) with ESMTP id NAA13929; Fri, 13 Feb 1998 13:25:07 -0800 (PST) Received: from base.juniper.net (localhost.juniper.net [127.0.0.1]) by base.juniper.net (8.8.7/8.7.3) with ESMTP id NAA18320; Fri, 13 Feb 1998 13:25:02 -0800 (PST) Message-Id: <199802132125.NAA18320@base.juniper.net> To: core@FreeBSD.ORG, junichi@jp.freebsd.org cc: committers@FreeBSD.ORG Subject: wfd block major number reassignment from 24 to 1 Date: Fri, 13 Feb 1998 13:25:02 -0800 From: Paul Traina Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Folks, I intend to reassign the wfd block device to (currently unused) major #1 before the release of 2.2.6. While I've fixed most of the stupid code in the kernel that expects boot devices to be sequential from major #0, I cannot fix the boot blocks without a noticable increase in code size (I'd need to make devs a structure with major/minor numbers). If you have any objection, please speak now, otherwise I'll be making this change ASAP. Paul p.s. Just as a heads up, I've also rewritten most of the generic and driver code to use the new bdevsw flags, so we can remove the hard-coded major numbers in various parts of the kernel (barf). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message