Changeset 646849b3 in mainline for uspace/drv/block/isa-ide/main.h


Ignore:
Timestamp:
2024-05-17T12:25:26Z (7 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
60744cb
Parents:
59c0f478
git-author:
Jiri Svoboda <jiri@…> (2024-05-16 19:25:07)
git-committer:
Jiri Svoboda <jiri@…> (2024-05-17 12:25:26)
Message:

Handle both IDE channels in the same driver instance

We need to work around libdrv not allowing us to distinguish
between two interrupts registered with the same device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/isa-ide/main.h

    r59c0f478 r646849b3  
    3838#include "isa-ide.h"
    3939
    40 extern errno_t isa_ide_fun_create(isa_ide_ctrl_t *, unsigned, void *);
    41 extern errno_t isa_ide_fun_remove(isa_ide_ctrl_t *, unsigned);
    42 extern errno_t isa_ide_fun_unbind(isa_ide_ctrl_t *, unsigned);
     40extern errno_t isa_ide_fun_create(isa_ide_channel_t *, unsigned, void *);
     41extern errno_t isa_ide_fun_remove(isa_ide_channel_t *, unsigned);
     42extern errno_t isa_ide_fun_unbind(isa_ide_channel_t *, unsigned);
    4343
    4444#endif
Note: See TracChangeset for help on using the changeset viewer.