From owner-cvs-all Fri Oct 25 6:22:10 2002 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 56D3037B401; Fri, 25 Oct 2002 06:22:09 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3B6E43E3B; Fri, 25 Oct 2002 06:22:07 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g9PDM1rF017784; Fri, 25 Oct 2002 15:22:01 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Mark Valentine Cc: Dag-Erling Smorgrav , jhb@freebsd.org (John Baldwin), cvs-all@freebsd.org, cvs-committers@freebsd.org, Takahashi Yoshihiro , Bakul Shah , Bruce Evans Subject: Re: cvs commit: src/lib/libdisk Makefile chunk.c write_alpha_dis In-Reply-To: Your message of "Fri, 25 Oct 2002 14:07:36 BST." <200210251307.g9PD7al6069458@dotar.thuvia.org> Date: Fri, 25 Oct 2002 15:22:01 +0200 Message-ID: <17783.1035552121@critter.freebsd.dk> From: Poul-Henning Kamp 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 In message <200210251307.g9PD7al6069458@dotar.thuvia.org>, Mark Valentine write s: >I guess we differ here in that I'm saying we *should* hide this implementation >detail by default for consistency with other platforms, You're making quite an assumption here it seems: BSD disklabels may not even be present on all platforms, and each partitioning scheme is free to choose its own naming. GPT labels for instance seems to use "${disk}${unit}[sp]%d" And finally you overlook that we may have to forego both MBR and BSD disklabels on any architecture where we want to use moderately large storage devices (2^31 * 512 bytes, possibly twice that). There simply isn't "any consistency with other platforms" to point to here, if we disregard stuff from the antique hardware society. Now, this is a nice technicolor bikeshed we got here, but can we get on with something of real importance, like, making a FreeBSD 5.0-RELEASE ? Thankyou! -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message