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:
Ben Gras
2005-05-20 12:39:36 +00:00
parent e5a694b126
commit cafbbedbba
2 changed files with 1 additions and 1 deletions

View File

@@ -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: