]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix to let FXP driver send messages.
authorBen Gras <ben@minix3.org>
Fri, 20 May 2005 12:39:36 +0000 (12:39 +0000)
committerBen Gras <ben@minix3.org>
Fri, 20 May 2005 12:39:36 +0000 (12:39 +0000)
Removed banner talking about the known hang-bug (it's fixed,
practically speaking).

kernel/main.c
kernel/system/sysctl.c

index 1ed07197919a09913f9dee1b51c9d0bfba3cd345..9cd66d332d784d82cc50945bb3aad922e5125fdf 100755 (executable)
@@ -246,7 +246,6 @@ int how;            /* 0 = halt, 1 = reboot, 2 = panic!, ... */
       shutdown(how);           /* TTY isn't scheduled */
   } else {
       kprintf("\nNotifying system services about MINIX shutdown.\n", NO_ARG); 
-      kprintf("Known bug: hitting a key before done will hang the monitor.\n", NO_ARG); 
       stop_sequence(&shutdown_timer);
   }
 }
index 8d1781714a960d9e828889202091d6843d603576..ed4734ddbde8fe74b1d4869d0a2defdbdd5d34ae 100644 (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: