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?


You can have as many ethernet drivers as you like. If you want to make the
rtl_isa8019as driver be eth1, then you need to edit the driver's cdl file to
make it additionaly implement the CYGHWR_NET_DRIVER_ETH1 interface (it
currently implements CYGHWR_NET_DRIVER_ETH0).

I have no idea about how to make the windows config tool work.

You almost certainly need to be using the CVS eCos v2 alpha, not 1.3 to make
our driver work.

Chris.

----- Original Message -----
From: "AL Chane" <al_chane@issc.com.tw>
To: "eCos discuss" <ecos-discuss@sources.redhat.com>
Sent: Monday, August 19, 2002 2:52 AM
Subject: Re: [ECOS] RealTek 8139 driver?


> Is it necessary to remove I82559 package? I plan to have two interfaces
> (I82559 and
> rtl8139) on i386 target.
>
> The other problem is after selecting template (i386), either adding
rtl8319
> package or
> removing I82559 package results "add and remove hardware package by
> selecting a new
> hardware template" message in Windows configuration tool.
>
> thanks,
>
> AL
>
>
> > I use the ecosconfig tool on Unix, not the windows config tool, but all
> you
> > should need to do is add the right set of packages after you select your
> > target & template. Note that you need the generic Ethernet support as
well
> > as the chip and board drivers. Here is the list of packages that I use
for
> > an i386 ISA PC with one of these RealTek cards...
> >
> > Target: pc
> > Template: default
> > Added:
> >  CYGPKG_NET
> >  CYGPKG_IO_FILEIO
> >  CYGPKG_IO_ETH_DRIVERS
> >  CYGPKG_NET_OPENBSD_STACK
> >  CYGPKG_DEVS_ETH_NS_DP83902A
> >  CYGPKG_DEVS_ETH_RLTK_ISA8019AS
> > Removed:
> >  CYGPKG_IO_PCI
> >  CYGPKG_DEVS_ETH_INTEL_I82559
> >  CYGPKG_DEVS_ETH_I386_PC_I82559
> >
> > Chris.
>
>
>
> --
> 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]