Hello List member
I am using Intel ClearWater SE7500CW2 motherboard
which uses Pentium 4 based Xeon processors.Also the
motherboard has 2 PCI/PCI-X 64 bit 100Mhz slots.I am
trying to use Intel PCI-X Gigabit Card on the
machine.It works fine but when i check the /proc
entry, here is what i find.
/proc/net/PRO_LAN_Adapters/eth2
escription Intel(R) PRO/1000
Network Connection
Part_Number a50484-006
Driver_Name e1000
Driver_Version 4.3.2
PCI_Vendor 0x8086
PCI_Device_ID 0x1009
PCI_Subsystem_Vendor 0x8086
PCI_Subsystem_ID 0x1109
PCI_Revision_ID 0x02
PCI_Bus 2
PCI_Slot 1
PCI_Bus_Type PCI
PCI_Bus_Speed 66MHz
PCI_Bus_Width 64-bit
IRQ 24
System_Device_Name eth2
Current_HWaddr 00:02:B3:9E:5A:1A
Permanent_HWaddr 00:02:B3:9E:5A:1A
Link up
Speed 1000
Duplex Full
State up
Rx_Packets 0
Tx_Packets 0
Rx_Bytes 0
Tx_Bytes 0
Rx_Errors 0
Tx_Errors 0
Rx_Dropped 0
Tx_Dropped 0
Multicast 0
Collisions 0
Rx_Length_Errors 0
Rx_Over_Errors 0
Rx_CRC_Errors 0
Rx_Frame_Errors 0
Rx_FIFO_Errors 0
Rx_Missed_Errors 0
Tx_Aborted_Errors 0
Tx_Carrier_Errors 0
Tx_FIFO_Errors 0
Tx_Heartbeat_Errors 0
Tx_Window_Errors 0
Tx_Abort_Late_Coll 0
Tx_Deferred_Ok 0
Tx_Single_Coll_Ok 0
Tx_Multi_Coll_Ok 0
Rx_Long_Length_Errors 0
Rx_Short_Length_Errors 0
Rx_Align_Errors 0
Rx_Flow_Control_XON 0
Rx_Flow_Control_XOFF 0
Tx_Flow_Control_XON 0
Tx_Flow_Control_XOFF 0
Rx_CSum_Offload_Good 0
Rx_CSum_Offload_Errors 0
PHY_Media_Type Fiber
The card shows up as 66 Mhz slot even if the PCI slot
is offering 100Mhz speed.Then i checked with the
latest version of the intel e1000 driver.
In one of the files e1000_proc.c this is what i found.
static char *
e1000_proc_bus_speed(void *data, size_t len, char
*buf)
{
e1000_bus_speed bus_speed = *(e1000_bus_speed
*)data;
sprintf(buf,
bus_speed == e1000_bus_speed_33 ?
33MHz" :
bus_speed == e1000_bus_speed_66 ?
"66MHz" :
bus_speed == e1000_bus_speed_100 ?
"100MHz" :
bus_speed == e1000_bus_speed_133 ?
"133MHz" :
"UNKNOWN");
return buf;
}
So i guess this means that the driver does recognise
the bus speed of 100Mhz. I also went and looked into
the data sheet of the PCI hub on the motherboard which
is in the link below:
ftp://download.intel.com/design/chipsets/e7500/datashts/29073201.pdf
In page 50, a CNF register is defined which seems to
support configuration ar 100 Mhz or 133 Mhz.
So now i am wondering whether /proc is given me the
wrong information of its a limitation of the kernel
that it cant recognise e1000 driver.Currently i am
using the 2.4.18 kernel and am wondering if this
chipset support is available in linux kernel?
Given the slightest hint i am willing to work on it to
find out the solution; Any help will be greatly
appreciated.Please cc: me the answers /suggestions
since i am not on the list
Thanking all
abhishek Sinha
___
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
Not only is the bus running at 66 MHz, it's using the PCI protocol not
PCI-X. Is there a card in the other PCI-X capable slot? I think they
are on the same bus, so installing a PCI card there would bring both
slots down to this speed. You should check the output of lspci -v and
make sure all the devices on bus 2 have the PCI-X capability.
- Chris Leech
> PCI_Bus_Type PCI
> PCI_Bus_Speed 66MHz
> PCI_Bus_Width 64-bit
Hi/
Both the PCI slots are running the same controller.
The following is the output from the lspci -vv command
for the ethernet controllers
02:01.0 Ethernet controller: Intel Corp. 82544EI
Gigabit Ethernet Controller (rev 02)
Subsystem: Intel Corp. PRO/1000 XF Server
Adapter
Control: I/O+ Mem+ BusMaster+ SpecCycle-
MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr-
DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 64 (63750ns min), cache line size 08
Interrupt: pin A routed to IRQ 24
Region 0: Memory at fc220000 (32-bit,
non-prefetchable) [size=128K]
Region 1: Memory at fc200000 (32-bit,
non-prefetchable) [size=128K]
Region 2: I/O ports at 7000 [size=32]
Expansion ROM at <unassigned> [disabled]
[size=128K]
Capabilities: [dc] Power Management version 2
Flags: PMEClk- DSI+ D1- D2-
AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=1
PME-
Capabilities: [e4] PCI-X non-bridge device.
Command: DPERE- ERO+ RBC=0 OST=0
Status: Bus=0 Dev=0 Func=0 64bit-
133MHz- SCD- USC-, DC=simple, DMMRBC=0, DMOST=0,
DMCRS=0, RSCEM-
Capabilities: [f0] Message Signalled
Interrupts: 64bit+ Queue=0/0 Enable-
Address: 0000000000000000 Data: 0000
02:02.0 Ethernet controller: Intel Corp. 82544EI
Gigabit Ethernet Controller (rev 02)
Subsystem: Intel Corp. PRO/1000 XF Server
Adapter
Control: I/O+ Mem+ BusMaster+ SpecCycle-
MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr-
DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 64 (63750ns min), cache line size 08
Interrupt: pin A routed to IRQ 28
Region 0: Memory at fc260000 (32-bit,
non-prefetchable) [size=128K]
Region 1: Memory at fc240000 (32-bit,
non-prefetchable) [size=128K]
Region 2: I/O ports at 7020 [size=32]
Expansion ROM at <unassigned> [disabled]
[size=128K]
Capabilities: [dc] Power Management version 2
Flags: PMEClk- DSI+ D1- D2-
AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=1
PME-
Capabilities: [e4] PCI-X non-bridge device.
Command: DPERE- ERO+ RBC=0 OST=0
Status: Bus=0 Dev=0 Func=0 64bit-
133MHz- SCD- USC-, DC=simple, DMMRBC=0, DMOST=0,
DMCRS=0, RSCEM-
Capabilities: [f0] Message Signalled
Interrupts: 64bit+ Queue=0/0 Enable-
Address: 0000000000000000 Data: 0000
As you can see the capabilites does list PCI-X. I am
currently running BIOS version 1.10 on the
machine.Intel has released a new BIOS 1.12 ;I went
through the release notes and couldnt find anything
which would help.
Any ideas /suggestions.
Please cc: me your replies ; I am not on the Linux
-kernel mailing list.
Thanks
Abhishek
>Not only is the bus running at 66 MHz, it's using the
>PCI protocol not
>?PCI-X. Is there a card in the other PCI-X capable
>slot? I think they
>are on the same bus, so installing a PCI card there
>would bring both
>slots down to this speed. You should check the output
>of lspci -v and
>make sure all the devices on bus 2 have the PCI-X
>capability.
>- Chris Leech
> PCI_Bus_Type PCI
> PCI_Bus_Speed 66MHz
> PCI_Bus_Width 64-bit
-
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com