Subject: Re: CVS commit: src/sys/dev/pci
To: Quentin Garnier <cube@cubidou.net>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 02/23/2006 11:23:25
On Feb 23, 2006, at 10:42 AM, Quentin Garnier wrote:
> Why not making pcn_match return a greater value for that board? I
> don't
> see why autri should change, somehow.
What's wrong with autri specifically matching only the device class
it cares about?
(Yes, if_pcn.c probably could return a 10 for that match, too, but
why can't autri play defensively, too?)
I have been thinking a lot about how autoconfiguration matching is
done recently, and changing to match specific classes is one thing
I've been considering.
-- thorpej