NE2000 network card for pc386 supported?

HongSong Li hsli at utstar.com
Wed Oct 18 15:56:26 UTC 2000


I think you can use the ne2000 driver by adding the following code in
"bsp.h":

extern int rtems_ne_driver_attach (struct rtems_bsdnet_ifconfig *config);
#define RTEMS_BSP_NETWORK_DRIVER_NAME "ne1"
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH       rtems_ne_driver_attach

and undefine the other network driver definitions for "wd" and "dec21140".

Pay attention to the card's IRQ number and I/O port address, the driver's
default is IRQ5 and 0x300, which can also be manually specified in
"networkconfig.h"
of the netdemos.(I've successfully used the 3c509 driver on PC in the same
approach)

Good luck !

Hongsong Li

----- Original Message -----
From: "Samuel Konnerth" <S.Konnerth at alcatel.de>
To: <rtems-users at oarcorp.com>
Sent: Wednesday, October 18, 2000 10:55 AM
Subject: NE2000 network card for pc386 supported?


> Hello,
>
> I am using a NE2000 ethernet card in my PC. Does the BSP pc386 support
> this card? Because in the bsp.h only 2 cards are defined (dec?? and
> wd??). Does someone of you have this card too and is running the pc386
> with this card?
>
> Thanks in advance,
> Samuel.
> --
> ____________________________________________________
> Samuel Konnerth
> UMTS SW Development
>
> ALCATEL SEL AG
> Radio Communication Division
> Lorenzstr. 10
> D-70435 Stuttgart
>
> Tel:      +49-711-821 30360 (Alcanet: 2-503 30360)
> Telefax:  +49-711-821 42996
> GSM:      +49-171-4365156
> Email:    S.Konnerth at alcatel.de
> Email for life: 98.samuel.konnerth at aist.enst.fr
> ____________________________________________________
>




More information about the users mailing list