ata-pci support for at driver.

added a hook in libdriver for HARD_INT messages.
This commit is contained in:
Ben Gras
2005-08-25 08:19:11 +00:00
parent a72050e805
commit ae5f1f2286
10 changed files with 271 additions and 81 deletions

View File

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