ata-pci support for at driver.
added a hook in libdriver for HARD_INT messages.
This commit is contained in:
@@ -50,7 +50,8 @@ PRIVATE struct driver log_dtab = {
|
||||
nop_alarm, /* no alarm */
|
||||
log_cancel, /* CANCEL request */
|
||||
log_select, /* DEV_SELECT request */
|
||||
log_other /* Unrecognized messages */
|
||||
log_other, /* Unrecognized messages */
|
||||
NULL /* HW int */
|
||||
};
|
||||
|
||||
extern int device_caller;
|
||||
|
||||
Reference in New Issue
Block a user