First roll of renames: pnp_node_hamdle is now device_node_handle, pnp_node_attr
is now device_attr, pnp_bus_info bus_module_info, pnp_driver_info driver_module_info, ... Small cleanup (more would be needed, but this has time). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10670 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -319,7 +319,7 @@ typedef struct ide_channel_info *ide_channel_cookie;
|
||||
|
||||
// interface of controller driver
|
||||
typedef struct {
|
||||
pnp_driver_info dinfo;
|
||||
driver_module_info info;
|
||||
|
||||
status_t (*write_command_block_regs)
|
||||
(ide_channel_cookie channel, ide_task_file *tf, ide_reg_mask mask);
|
||||
@@ -349,7 +349,7 @@ typedef struct ide_bus_info *ide_channel;
|
||||
// interface of bus manager as seen from controller driver
|
||||
// use this interface as the fixed consumer of your controller driver
|
||||
typedef struct {
|
||||
pnp_driver_info dinfo;
|
||||
driver_module_info info;
|
||||
|
||||
// status - status read from controller (_not_ alt_status, as reading
|
||||
// normal status acknowledges IRQ request of device)
|
||||
@@ -360,4 +360,4 @@ typedef struct {
|
||||
#define IDE_FOR_CONTROLLER_MODULE_NAME "bus_managers/ide/controller/v1"
|
||||
|
||||
|
||||
#endif
|
||||
#endif /* __IDE_H__ */
|
||||
|
||||
Reference in New Issue
Block a user