Changes in uspace/drv/uhci-hcd/pci.c [17ceb72:a7e2f0d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/pci.c
r17ceb72 ra7e2f0d 27 27 */ 28 28 /** 29 * @addtogroup drvusbuhci hc29 * @addtogroup drvusbuhci 30 30 * @{ 31 31 */ … … 117 117 } 118 118 /*----------------------------------------------------------------------------*/ 119 /** Call the PCI driver with a request to enable interrupts119 /** Calls the PCI driver with a request to enable interrupts 120 120 * 121 121 * @param[in] device Device asking for interrupts … … 131 131 } 132 132 /*----------------------------------------------------------------------------*/ 133 /** Call the PCI driver with a request to clear legacy support register133 /** Calls the PCI driver with a request to clear legacy support register 134 134 * 135 135 * @param[in] device Device asking to disable interrupts
Note:
See TracChangeset
for help on using the changeset viewer.