Various updates to support dynamically starting drivers.
Output during initialization should be suppressed. Unless an error occurs. Note that main() can now be main(int argc, char **argv) and arguments can be passed when bringing up the driver.
This commit is contained in:
@@ -420,7 +420,7 @@ message *m_ptr;
|
||||
r = do_diagnostics(m_ptr);
|
||||
break;
|
||||
}
|
||||
case SYS_EVENT: {
|
||||
case SYS_SIG: {
|
||||
sigset_t sigset = m_ptr->NOTIFY_ARG;
|
||||
if (sigismember(&sigset, SIGKMESS)) {
|
||||
do_new_kmess(m_ptr);
|
||||
|
||||
Reference in New Issue
Block a user