From owner-freebsd-questions Sat Nov 1 12:49:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA07063 for questions-outgoing; Sat, 1 Nov 1997 12:49:43 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from conductor.synapse.net (conductor.synapse.net [199.84.54.18]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA07058 for ; Sat, 1 Nov 1997 12:49:39 -0800 (PST) (envelope-from evanc@synapse.net) Received: (qmail 20911 invoked from network); 1 Nov 1997 20:49:37 -0000 Received: from conductor.synapse.net (199.84.54.18) by conductor.synapse.net with SMTP; 1 Nov 1997 20:49:37 -0000 Date: Sat, 1 Nov 1997 15:49:37 -0500 (EST) From: Evan Champion To: freebsd-questions@freebsd.org Subject: Device scan order 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 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