[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bugs in the PPC/shared interrupt code + dec21140
- Date: Sun, 23 Feb 2003 19:43:14 +0100
- From: eric.valette at free.fr (Valette Eric)
- Subject: Bugs in the PPC/shared interrupt code + dec21140
gregory.menke at gsfc.nasa.gov wrote:
> It seems that RTEMS simply uses the default content of the
> PCI_INTERRUPT_LINE register, blindly using it as the vector. It would
> be useful to include something in the revised irq api to provide some
> means of allocating vectors rather than simply picking arbitrary ones.
> Would traversing the vector list to find unused entries be enough?
The API I implemented provides isOn function and a call to get the full
irq table... I do not know waht the new will bring.
The call is :
;
int BSP_rtems_irq_mngt_get(rtems_irq_global_settings**);
What I mean regarding IRQ names is that the Intel code will always us
the irq value provided by the PCI configuration space while PPC will
provide something else...
-- eric