Fix to let FXP driver send messages.
Removed banner talking about the known hang-bug (it's fixed, practically speaking).
This commit is contained in:
@@ -105,6 +105,7 @@ message *m_ptr; /* pointer to request message */
|
||||
send_mask_allow(proc_addr(IS_PROC_NR)->p_sendmask, proc_nr);
|
||||
send_mask_allow(proc_addr(CLOCK)->p_sendmask, proc_nr);
|
||||
send_mask_allow(proc_addr(SYSTASK)->p_sendmask, proc_nr);
|
||||
send_mask_allow(proc_addr(FXP)->p_sendmask, proc_nr);
|
||||
return(OK);
|
||||
}
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user