Changes in uspace/drv/bus/usb/ehci/pci.c [5203e256:76fbd9a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/pci.c
r5203e256 r76fbd9a 219 219 return rc; 220 220 } 221 /*----------------------------------------------------------------------------*/ 221 222 222 /** Calls the PCI driver with a request to enable interrupts 223 223 * … … 238 238 return enabled ? EOK : EIO; 239 239 } 240 /*----------------------------------------------------------------------------*/ 240 241 241 /** Implements BIOS handoff routine as decribed in EHCI spec 242 242 *
Note:
See TracChangeset
for help on using the changeset viewer.