Subject: Re: PC164LX boot problems
To: Paul H. Anderson <pha@pdq.com>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: port-alpha
Date: 03/12/1999 11:57:20
On Fri, 12 Mar 1999 14:47:13 -0500 (EST) 
 "Paul H. Anderson" <pha@pdq.com> wrote:

 > The last thing makes perfect sense, except I'm used to FreeBSD, which
 > assigns wd?? according to the controller it found it on, I think (fuzzy
 > memory).

You can do that in NetBSD, if you like, too, in the kernel config file,
by wiring down the individual unit numbers to specific device instances.

However, NetBSD's autoconfiguration code supports device cloning, so we
use that by default, since it will find and assign unit numbers to all
device instances by default :-)

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>