Hi,
some mainboards may want to add their own interrupt handler code to YABEL, these patches allow them to do that... Stefan has already tried this out.
The mainboards will implement their own versions of interrupt handlers and add their handlers into the intFuncArray, sample code is provided in patch 0002
Signed-off-by: Pattrick Hueper phueper@hueper.net
Cheers, Patty
On Sat, 14 Mar 2009 00:38:27 +0100, Pattrick Hueper phueper@hueper.net wrote:
Hi,
some mainboards may want to add their own interrupt handler code to YABEL, these patches allow them to do that... Stefan has already tried this out.
The mainboards will implement their own versions of interrupt handlers and add their handlers into the intFuncArray, sample code is provided in patch 0002
Signed-off-by: Pattrick Hueper phueper@hueper.net
Exellent :-) You have my Ack, but Stefan should probably be the one to Ack it since he has tested it :-o
On 14.03.2009 0:52 Uhr, Joseph Smith wrote:
On Sat, 14 Mar 2009 00:38:27 +0100, Pattrick Hueper phueper@hueper.net wrote:
Hi,
some mainboards may want to add their own interrupt handler code to YABEL, these patches allow them to do that... Stefan has already tried this out.
The mainboards will implement their own versions of interrupt handlers and add their handlers into the intFuncArray, sample code is provided in patch 0002
Signed-off-by: Pattrick Hueper phueper@hueper.net
Exellent :-) You have my Ack, but Stefan should probably be the one to Ack it since he has tested it :-o
Acked-by: Stefan Reinauer stepan@coresystems.de
On Sat, Mar 14, 2009 at 12:00 PM, Stefan Reinauer stepan@coresystems.de wrote:
Acked-by: Stefan Reinauer stepan@coresystems.de
Thanks, r1150
Patty