From owner-freebsd-questions Sat Nov 1 14:33:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11665 for questions-outgoing; Sat, 1 Nov 1997 14:33:28 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from python.shoal.net.au (perrya@python.shoal.net.au [203.26.44.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA11659 for ; Sat, 1 Nov 1997 14:33:24 -0800 (PST) (envelope-from perrya@python.shoal.net.au) Received: from localhost (perrya@localhost) by python.shoal.net.au (8.8.6/8.8.5) with SMTP id JAA03143; Sun, 2 Nov 1997 09:32:52 +1100 (EST) Date: Sun, 2 Nov 1997 09:32:51 +1100 (EST) From: Andrew To: Evan Champion cc: freebsd-questions@FreeBSD.ORG Subject: Re: Device scan order In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I think this is possible if you "wire down" the specific devices in the kernel. Check out /usr/src/sys/i386/conf/LINT hope this helps Andrew Perry perrya@shoal.net.au On Sat, 1 Nov 1997, Evan Champion wrote: > Date: Sat, 1 Nov 1997 15:49:37 -0500 (EST) > From: Evan Champion > To: freebsd-questions@FreeBSD.ORG > Subject: Device scan order > > It seems that FreeBSD detects my PCI devices in slot order. This is a bit > of a problem because I want my Buslogic (bt0) detected before my DPT > (dpt0) card so that sd0 will be assigned to the Buslogic. > > I don't really want to hardcode the drive names (using the 'disk' > directive in the kernel config); is there some other way to force the > drives on the Buslogic to be scanned first? > > Thanks. > > Evan > > >