[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Ethernet probe order
- From: Phil Oester <kernel linuxace com>
- To: Discussion list about Kickstart <kickstart-list redhat com>
- Subject: Re: Ethernet probe order
- Date: Thu, 8 Sep 2005 08:54:55 -0700
On Thu, Sep 08, 2005 at 10:27:31AM -0500, Peter Eisch wrote:
>
> > Which is neither alphabetically or PCI bus order. Any ideas?
> >
>
> Just observing, but it's reverse PCI bus order. No idea why though.
Which also defies logic and the code. From kudzu.c:
for (bus=1;buses[bus].string;bus++) {
where the ++ would seem to indicate ascending order.
Then further down:
/* We need to sort the network devices by module name. Fun. */
So: ???
Phil
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]