This is the mail archive of the ecos-discuss@sourceware.org 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]

Easy question, Rhine driver


Ok, here is an easy question. I want to build a redboot with the VIA Rhine driver instead of the Intel Ethernet driver.

I did ecosconfig add CYGPKG_DEVS_ETH_VIA_RHINE and removed the packages that referred to the intel driver but I still get:

cdl_package CYGPKG_DEVS_ETH_VIA_RHINE {
    # Packages cannot be added or removed, nor can their version be changed,
    # simply by editing their value. Instead the appropriate configuration
    # should be used to perform these actions.

    # This option is not active
    # ActiveIf constraint: CYGPKG_IO_ETH_DRIVERS
    #     CYGPKG_IO_ETH_DRIVERS == current
    #   --> 1
    # ActiveIf constraint: CYGPKG_IO_PCI
    #     CYGPKG_IO_PCI == current
    #   --> 1
    # ActiveIf constraint: CYGINT_DEVS_ETH_VIA_RHINE_REQUIRED
    #     CYGINT_DEVS_ETH_VIA_RHINE_REQUIRED (unknown) == 0
    #   --> 0

    # This value cannot be modified here.
    # Flavor: booldata
    # Current value: 1 current
};

This option is "not active" and the only thing I can see left before it is, is that somehow I need to get DEVS_ETH_VIA_RHINE_REQUIRED set to 1, how do I do that?

--Chuck


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


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