From owner-freebsd-hackers Wed Jul 30 11:43:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA23757 for hackers-outgoing; Wed, 30 Jul 1997 11:43:32 -0700 (PDT) Received: from Octopussy.MI.Uni-Koeln.DE (Octopussy.MI.Uni-Koeln.DE [134.95.166.20]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA23713; Wed, 30 Jul 1997 11:42:48 -0700 (PDT) Received: from x14.mi.uni-koeln.de (annexr3-2.slip.Uni-Koeln.DE) by Octopussy.MI.Uni-Koeln.DE with SMTP id AA19518 (5.67b/IDA-1.5); Wed, 30 Jul 1997 20:42:42 +0200 Received: (from se@localhost) by x14.mi.uni-koeln.de (8.8.6/8.6.9) id UAA12380; Wed, 30 Jul 1997 20:42:34 +0200 (CEST) X-Face: " Date: Wed, 30 Jul 1997 20:42:34 +0200 From: Stefan Esser To: Amancio Hasty Cc: Luigi Rizzo , hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: Advice sought on PnP configuration References: <199707300404.GAA03229@labinfo.iet.unipi.it> <199707300701.AAA00475@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74 In-Reply-To: <199707300701.AAA00475@rah.star-gate.com>; from Amancio Hasty on Wed, Jul 30, 1997 at 12:01:13AM -0700 Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > PCI devices should be probed and attached last for they are they > are the most flexible to configure NO !!! PCI devices get their addresses assigned by the PCI BIOS before giving control to the primary boot loader. They can not easily be moved around, since there may be constraints that are only known to the BIOS! > and can share interrupts. Yes, that much is true. But they can't share interrupts with non-PnP devices, and the BIOS has arranged all things before the FreeBSD device probe gets a chance ... PCI devices are probed first, because they are assumed to have got assigned unique and non-conflicting addresses. Regards, STefan