Module Name: src
Committed By: skrll
Date: Sat Dec 18 14:48:14 UTC 2021
Modified Files:
src/sys/dev/usb: ehci.c
Log Message:
Fix two bugs
i) EHCI_HCSPARAMS should be read with EREAD4 (and not EOREAD4). Spotted by
jmcneill
ii) Apply brackets so that ?: vs | operator precedence doesn't give the
wrong result.
To generate a diff of this commit:
cvs rdiff -u -r1.290 -r1.291 src/sys/dev/usb/ehci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.