Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 1999 15:24:55 -0700 (MST)
From:      "Justin T. Gibbs" <gibbs@narnia.plutotech.com>
To:        Robert Nordier <rnordier@nordier.com>
Cc:        current@FreeBSD.org
Subject:   Re: How to add a new bootdevice to the new boot code ???
Message-ID:  <199903192224.PAA15884@narnia.plutotech.com>
In-Reply-To: <199903171103.NAA13749@ceia.nordier.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <199903171103.NAA13749@ceia.nordier.com> you wrote:
> Søren Schmidt wrote:
>  
>> OK, easy enough, this is what I want to do:
>> 
>> Boot from an ata disk on major# 30, device name "ad", plain and simple.
> 
> I'd be inclined to handle this outside the boot code, by treating the
> passed in major# as describing the device rather than specifying
> the driver.

Why not have the boot blocks pass in a device 'name' rather than a
major number.  If the goal is to ditch major numbers entirely with
a properly working DEVFS, then using major numbers in the new boot
loader seems to be the wrong way to go.  Until DEVFS is a reality,
the kernel will still need to perform a name to major number translation,
but it should be left up to the kernel.

--
Justin


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903192224.PAA15884>