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]

Re: : Re: some problem about Default console channel on i386


Don't set default values, set *user* values. Try this:

cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT {
    user_value 0
};

li hui <lhbyron@yahoo.com> writes:

> I had splet "default_value" with low case,but the
> problem is still, configure tool said "invalid command
> name "default_value:""!
> please help me !
> this is the code in my ecc file:
> # Default console channel.
> #
> cdl_option
> CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT {
>     default_value: 0
>     # Flavor: data
>     # Current_value: 0
>     # Legal values: 0 to
> CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
>     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 3
> };
> 
> __________________________________________________
> Do You Yahoo!?
> NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
> http://geocities.yahoo.com/ps/info1


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