From owner-freebsd-hackers Fri Apr 18 09:55:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA17505 for hackers-outgoing; Fri, 18 Apr 1997 09:55:28 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA17498 for ; Fri, 18 Apr 1997 09:55:20 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id JAA02174; Fri, 18 Apr 1997 09:53:26 -0700 From: Terry Lambert Message-Id: <199704181653.JAA02174@phaeton.artisoft.com> Subject: Re: Probing deflugalty To: dennis@etinc.com (dennis) Date: Fri, 18 Apr 1997 09:53:26 -0700 (MST) Cc: danny@panda.hilink.com.au, hackers@FreeBSD.org In-Reply-To: <3.0.32.19970417185259.00b2cdf0@etinc.com> from "dennis" at Apr 17, 97 06:53:01 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > >Putting the 'device dev0' in makes sure the code is included, but > >numbering starts after the ISA numbers. > > Uh....PCIs are probed first, so how would the above work...it makes > much more sense for the PCI boards to be first (ie ed0, ed1) and > the isa cards last, since you can specify the isa cards device name, > but the PCI device name is dependent on whats in the system. You attach what you can't move, then what is hard to move, then what can be moved automagically, then what can be moved, but doesn't have to be, because it's capable of sharing resource. The issue is not probe order, it's attach order. Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.