Re: interface order with multiple cards of same type

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Chris Black
Date: Monday, March 26, 2007 - 1:28 pm

Aaron Martinez wrote:
Someone else probably knows more than I, but here is my tiny bit of
insight. First of all, according to the networking section of the faq:
Combine the short alphabetical device name (such as fxp) with a number
assigned by the kernel and you have an interface name (such as fxp0).
The number is assigned based on various criteria, depending upon the
card and other details of the system. Some cards are assigned by the
order they are found during bus probing. Others may be by hardware
resource settings or MAC address.

Where this can cause a problem is newer boards with multiple PCI buses.
Usually it is something like one pair of slots are full PCI-X up to
133MHz and another pair is put aside for slower 66MHz cards or to allow
you to split the bandwidth. Board manufacturers do this because many
buses (including older pci) will run at the clock of the slowest card on
the bus, so giving you a separate bus allows you to have a slower card
in the system without slowing down the slots your faster cards are
plugged into. Unfortunately these multiple pci buses are not always set
up to be probed in a simple left-to-right order when looking at the
board. If you look at dmesg output you will probably see you have
multiple pci buses.

I may be wrong about this but these are my thoughts on the matter,
someone else feel free to correct me if I am wrong.

Best,
Chris
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
interface order with multiple cards of same type, Aaron Martinez, (Mon Mar 26, 12:01 pm)
Re: interface order with multiple cards of same type, Jon Simola, (Mon Mar 26, 1:01 pm)
Re: interface order with multiple cards of same type, Chris Black, (Mon Mar 26, 1:28 pm)
Re: interface order with multiple cards of same type, Andy Hayward, (Mon Mar 26, 2:00 pm)
Re: interface order with multiple cards of same type, Henning Brauer, (Mon Mar 26, 2:07 pm)