Added DEV_PING message type to drivers (but not ethernet drivers) so

RS can monitor them.
This commit is contained in:
Ben Gras
2005-10-12 14:31:39 +00:00
parent 866b3fda9c
commit 87dbfc7dda
7 changed files with 22 additions and 0 deletions
+3
View File
@@ -57,6 +57,9 @@ PUBLIC void main(void)
reply(TASK_REPLY, m.m_source, m.PROC_NR, OK);
break;
case DEV_PING:
notify(m.m_source);
break;
case DEV_IOCTL:
/* Probably best to SUSPEND the caller, CMOS I/O has nasty timeouts.