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
+1
View File
@@ -42,6 +42,7 @@ struct driver {
_PROTOTYPE( int (*dr_cancel), (struct driver *dp, message *m_ptr) );
_PROTOTYPE( int (*dr_select), (struct driver *dp, message *m_ptr) );
_PROTOTYPE( int (*dr_other), (struct driver *dp, message *m_ptr) );
_PROTOTYPE( int (*dr_hw_int), (struct driver *dp, message *m_ptr) );
};
#if (CHIP == INTEL)