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: Interrupt vectors in ix86 target


n_seetha@suite101.com wrote:
> 
> Hi!
> This is the first time I'm working on eCos and would like write some ISRs.
> The hal_intr.h file does not have any ISR vectors defined.
> All they contain are different exception numbers CYGNUM_HAL_EXCEPTION_DIV0 an so on and some vectors CYGNUM_HAL_VECTOR.....
> There is no definition like CYGNUM_HAL_INTERRUPT.....for the various external interrupting devices like the keyboard etc.
> 
> Is there some configuration option i need to turn on to get all the interrupt vector numbers????

Nope, they just haven't been defined. IRQ0 starts at 32 and it goes up to
IRQ15 at 47.

I'll add something in the appropriate header now.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/


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