Changes between Version 1 and Version 2 of Ticket #13343, comment 24


Ignore:
Timestamp:
Nov 8, 2017, 5:34:48 PM (7 years ago)
Author:
kallisti5

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13343, comment 24

    v1 v2  
    3838  https://github.com/freebsd/freebsd/blob/master/sys/dev/usb/controller/xhci.c#L294
    3939
    40   EDIT: Actually, no. They do later set CS and CA to stop. We might want to follow suite and mimic them more?
     40  EDIT: Actually, no, you were correct. They do later set CS and CA to stop. We might want to follow suite and mimic them more? (aka, set CS bit, write HI 0, set CA bit, write HI 0)  Keep in mind this is hardware, which can have lots of non-nonsensical writes.