From owner-freebsd-current Wed Mar 17 12:48:11 1999 Delivered-To: freebsd-current@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 76FCC14C9C for ; Wed, 17 Mar 1999 12:48:07 -0800 (PST) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.1/8.9.1) id VAA26937; Wed, 17 Mar 1999 21:47:44 +0100 (CET) (envelope-from sos) From: Søren Schmidt Message-Id: <199903172047.VAA26937@freebsd.dk> Subject: Re: How to add a new bootdevice to the new boot code ??? In-Reply-To: <19990317113918.B39105@relay.nuxi.com> from "David O'Brien" at "Mar 17, 1999 11:39:18 am" To: obrien@NUXI.com Date: Wed, 17 Mar 1999 21:47:43 +0100 (CET) Cc: phk@critter.freebsd.dk, current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems David O'Brien wrote: > > >People are asking for: > > > > > >wd0, ... > > >da0, ... > > > > > >Ie, join ad and da namespaces. > > > > If you want to join anything, go directly to "disk%d" instead. > > But that is not the "deal" that was presented to us when we had to endure > the gratuitous sd->da name change. The whole justification was a single > device name for disks (and what ever else is direct access). Yes on the SCSI busses, nothing more nothing less.... Direct Access is the SCSI term for, among others, disks... It was _mentioned_ that ATAPI devices was semilar to SCSI devices and that it _could_ be done through CAM, there was NO promise or anything back when, and there still isn't. ATA disks which this is about, is pretty far way from the CAM/SCSI world, but again a translation layer could be added inbetween. But given the situation that most ATA/ATAPI systems are used in, I belive that our user base will be more interested in max performance instead.. So the sd -> da etc namechange has nothing to do with what I'm about to do. I simply ask for the support for booting from any BDEV, and that has not been dealt with in the new boot stuff. Thats what I'm complaining about, dont tell me it wasn't done because all disk like device should be named "da", thats too naive to be belived :) -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message