Changeset 5ef16903 in mainline for uspace/drv
- Timestamp:
- 2018-03-10T21:56:20Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 338d54a7
- Parents:
- 53ad43c
- Location:
- uspace/drv
- Files:
-
- 4 edited
-
block/usbmast/main.c (modified) (1 diff)
-
bus/usb/ohci/ohci_batch.c (modified) (2 diffs)
-
bus/usb/uhci/uhci_batch.c (modified) (1 diff)
-
nic/rtl8169/defs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/usbmast/main.c
r53ad43c r5ef16903 267 267 } 268 268 269 usb_log_info("Mass storage `%s' LUN %u: " \269 usb_log_info("Mass storage `%s' LUN %u: " 270 270 "%s by %s rev. %s is %s (%s).\n", 271 271 usb_device_get_name(mdev->usb_dev), -
uspace/drv/bus/usb/ohci/ohci_batch.c
r53ad43c r5ef16903 321 321 ohci_batch->tds[td_current]->be); 322 322 usb_log_debug2( 323 "Batch %p %s %s " USB_TRANSFER_BATCH_FMT " initialized.", \323 "Batch %p %s %s " USB_TRANSFER_BATCH_FMT " initialized.", 324 324 &ohci_batch->base, 325 325 usb_str_transfer_type(ohci_batch->base.ep->transfer_type), … … 366 366 } 367 367 usb_log_debug2( 368 "Batch %p %s %s " USB_TRANSFER_BATCH_FMT " initialized.", \368 "Batch %p %s %s " USB_TRANSFER_BATCH_FMT " initialized.", 369 369 &ohci_batch->base, 370 370 usb_str_transfer_type(ohci_batch->base.ep->transfer_type), -
uspace/drv/bus/usb/uhci/uhci_batch.c
r53ad43c r5ef16903 251 251 uhci_ep->toggle = toggle; 252 252 usb_log_debug2( 253 "Batch %p %s %s " USB_TRANSFER_BATCH_FMT " initialized.", \253 "Batch %p %s %s " USB_TRANSFER_BATCH_FMT " initialized.", 254 254 uhci_batch, 255 255 usb_str_transfer_type(uhci_batch->base.ep->transfer_type), -
uspace/drv/nic/rtl8169/defs.h
r53ad43c r5ef16903 189 189 INT_RER = (1 << 1), /**< Receive error interrupt */ 190 190 INT_ROK = (1 << 0), /**< Receive OK interrupt */ 191 INT_KNOWN = (INT_SERR | INT_TIME_OUT | INT_SW | INT_TDU \192 | INT_FIFOOVW | INT_PUN | INT_RXOVW | INT_TER \193 | INT_TOK| INT_RER | INT_ROK),191 INT_KNOWN = (INT_SERR | INT_TIME_OUT | INT_SW | INT_TDU | 192 INT_FIFOOVW | INT_PUN | INT_RXOVW | INT_TER | 193 INT_TOK | INT_RER | INT_ROK), 194 194 }; 195 195
Note:
See TracChangeset
for help on using the changeset viewer.
