Subject: Re: Ordering device probes
To: Peter Seebach <seebs@plethora.net>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 02/20/2006 15:45:17
On Feb 20, 2006, at 3:37 PM, Peter Seebach wrote:
> So, the idea isn't to copy in all the code, but to manually run the
> probe/attach, then keep the main autoconf phase from configuring it?
Not manually run probe/attach ... manually run a specific code path
that avoids even having to probe/attach... its machine-dependent code
we're talking about, so we can make machine-dependent assumptions
about the location of devices.
>
> -s
-- thorpej