Changes in uspace/drv/uhci-hcd/uhci.c [17ceb72:a9f91cd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci.c
r17ceb72 ra9f91cd 60 60 } 61 61 /*----------------------------------------------------------------------------*/ 62 /** Get address of the device identified by handle.63 *64 * @param[in] dev DDF instance of the device to use.65 * @param[in] iid (Unused).66 * @param[in] call Pointer to the call that represents interrupt.67 */68 62 static int usb_iface_get_address( 69 63 ddf_fun_t *fun, devman_handle_t handle, usb_address_t *address) … … 112 106 }; 113 107 /*----------------------------------------------------------------------------*/ 114 /** Get root hub hw resources (I/O registers).108 /** Gets root hub hw resources. 115 109 * 116 110 * @param[in] fun Root hub function. … … 133 127 }; 134 128 /*----------------------------------------------------------------------------*/ 135 /** Initialize hc and rh ddf structures and their respective drivers.136 *137 * @param[in] instance UHCI structure to use.138 * @param[in] device DDF instance of the device to use.139 *140 * This function does all the preparatory work for hc and rh drivers:141 * - gets device hw resources142 * - disables UHCI legacy support143 * - asks for interrupt144 * - registers interrupt handler145 */146 129 int uhci_init(uhci_t *instance, ddf_dev_t *device) 147 130 {
Note:
See TracChangeset
for help on using the changeset viewer.