Ulrich Weigand wrote:
> --- fmw-990817/kernel/host-linux.c.orig Tue Aug 17 20:50:43 1999
> +++ fmw-990817/kernel/host-linux.c      Tue Aug 17 22:13:28 1999
> @@ -237,7 +237,7 @@
>            if (monitor_info.vector <= 7)
>              soft_int_vector = MASTER_PIC_BASE_VECTOR + monitor_info.vector;
>            else
> -            soft_int_vector = SLAVE_PIC_BASE_VECTOR + monitor_info.vector;
> +            soft_int_vector = SLAVE_PIC_BASE_VECTOR + monitor_info.vector - 8;
> 
>            soft_int(soft_int_vector);
>            sti();
> 
> ;-)

Whoops, I just found this as well :)
Seems I should have picked up my mail earlier, then I wouldn't
have had to write it up :)
 
> I'll play around with it a little more.  Great stuff!

That's certain :)

Ramon

Reply via email to