[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug in Intel 8255x ethernet controller driver (if_fxp.c)
- Date: Tue, 16 Mar 2004 11:32:25 +0100
- From: corsepiu at faw.uni-ulm.de (Ralf Corsepius)
- Subject: bug in Intel 8255x ethernet controller driver (if_fxp.c)
On Tue, 2004-03-16 at 11:10, Eugene Denisov wrote:
> Hello all.
>
> Recently I attempted to use RTEMS 4.6.0pre5 'if_fxp' driver for Intel
> EEPro100+ adapter (PCI IDs: 0x8086 / 0x1229).
>
> Original drier doesn't wor so I made two modifications in the driver:
>
> First I uncomment PCI ID for this adapter:
>
> static struct fxp_ident fxp_ident_table[] = {
> /* currently untested */
> /* dea: uncommenting i82557 chip */
> { 0x1229, "Intel Pro 10/100B/100+ Ethernet" },
> ...
Why did you have to do this?
Even Linux uses 0x8086/0x1229 as PCI ids for this card.
IMO, your change either indicates you not using an Intel card or a
massive problem somewhere in RTEMS (Which CPU, which BSP are you
using?).
Ralf