Changes between Initial Version and Version 1 of Ticket #13343, comment 24
- Timestamp:
- Nov 8, 2017, 5:30:08 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13343, comment 24
initial v1 37 37 Good catch here. Looks like FreeBSD **unsets** CS and CA to stop though? (via the ~ mask of the bits) 38 38 https://github.com/freebsd/freebsd/blob/master/sys/dev/usb/controller/xhci.c#L294 39 40 EDIT: Actually, no. They do later set CS and CA to stop. We might want to follow suite and mimic them more?