This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RealTek 8139 driver?


Hi,

You can use the NS_DP83902A driver, which the RTL8139AS emulates
sufficiently closely for it to work.

Note that you need a card level driver to do the reset, MAC address reading
& for the NETDEVTAB_ENTRY. For my ISA card based on the RTL8139AS, I rolled
my own based on one of the existing card drivers which use the NS_DP83902A
driver.

Note that if you are on an x86 platform, you will find some endian issues in
the MAC address handling of the NS_DP83902A driver. If anyone wants the
fixes for this and/or my RTL8139AS ISA card driver, I could post them.

Chris.

----- Original Message -----
From: "Kevin Hilman" <khilman@equator.com>
To: <ecos-discuss@sources.redhat.com>
Sent: Wednesday, August 14, 2002 10:13 PM
Subject: [ECOS] RealTek 8139 driver?


> I've seen mention of a RealTek 8139 driver in the mailing list
> archives, but can't figure out where to find it?  Is someone working
> on this currently?
>
> The only mention of RealTek or RTL8139 I find is in pcihdr.h in the
> pci tests.
>
> --
> Kevin Hilman               ---  Equator Technologies, Inc.
> khilman@equator.com        ---  Seattle, WA USA
>
> --
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
>
>


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]