[ECOS] Including a Ethernet driver and PCMCIA driver

Tim Michals Tim.Michals@Cygnetinc.com
Tue Aug 28 10:20:00 GMT 2001


I'm creating the cld files, the issue is in the CLD files for the devices,
for example
packages/dev/eth/arm/nano/current/cld 

in the cld file the file CYGPKG_DEVS_ETH_ARM_NANO_ETH0
and

        implements CYGHWR_NET_DRIVERS
        implements CYGHWR_NET_DRIVER_ETH0
        implements CYGINT_DEVS_ETH_INTEL_I82559_REQUIRED
So if your including multiple devices make sure they DONT use the same eth0
because they overlap

Tim

-----Original Message-----
From: Trenton D. Adams [ mailto:tadams@theone.dnsalias.com ]
Sent: Tuesday, August 28, 2001 12:16 PM
To: 'Tim Michals'; ecos-discuss@sourceware.cygnus.com
Subject: RE: [ECOS] Including a Ethernet driver and PCMCIA driver


Oh, forgot your last statement.  What sort of trouble with the eht0
networking section?  Are eth0 and eth1 initialization options grayed
out?  If so, there's probably no platform specific ethernet drivers
installed properly.

If you click on your platform specific ethernet driver it should say
"implements CYGHWR_NET_DRIVER_ETH0" and "implements CYGHWR_NET_DRIVERS".
If the first one is missing, the options under networking will be grayed
out for ETH0.



-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com
[ mailto:ecos-discuss-owner@sources.redhat.com ] On Behalf Of Tim Michals
Sent: Tuesday, August 28, 2001 10:59 AM
To: ecos-discuss@sourceware.cygnus.com
Subject: RE: [ECOS] Including a Ethernet driver and PCMCIA driver


Thanks for the help, but when I add the packages the driver entries
disappear, should this happen?  Also, I'm having an issue on configuring
eth0 in the networking section, now I cannot select it anymore.

Thanks
Tim

-----Original Message-----
From: Trenton D. Adams [ mailto:tadams@theone.dnsalias.com ]
Sent: Tuesday, August 28, 2001 11:58 AM
To: 'Tim Michals'; ecos-discuss@sourceware.cygnus.com
Subject: RE: [ECOS] Including a Ethernet driver and PCMCIA driver


You must add Generic PCMCIA support CYGPKG_IO_PCMCIA
and
Common ethernet support CYGPKG_IO_ETH_DRIVERS

If they aren't added, then the other two platform specific drivers will
be grayed out.

-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com
[ mailto:ecos-discuss-owner@sources.redhat.com ] On Behalf Of Tim Michals
Sent: Tuesday, August 28, 2001 10:46 AM
To: 'ecos-discuss@sourceware.cygnus.com'
Subject: [ECOS] Including a Ethernet driver and PCMCIA driver


All,

I'm confused on how to include both a PCMCIA Ethernet driver, a USB
Ethernet
driver and a standard MAC based driver using the configuration tool.
Currently I have a Ethernet MAC working and in the process of adding a
PCMCIA Ethernet driver, but the configuration tool grays out both the
Ethernet driver and the PCMCIA driver.

Tim



More information about the Ecos-discuss mailing list