Changes between Version 1 and Version 2 of Ticket #13343, comment 24
- Timestamp:
- Nov 8, 2017, 5:34:48 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13343, comment 24
v1 v2 38 38 https://github.com/freebsd/freebsd/blob/master/sys/dev/usb/controller/xhci.c#L294 39 39 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.