Module Name: src
Committed By: rin
Date: Mon Oct 11 02:42:46 UTC 2021
Modified Files:
src/sys/dev/ic: elink3.c
Log Message:
epget: Tiny clean up for 16-bit buses.
- (offset & 1) must be zero, since IP header is aligned.
- Use bus_space_read_1(9) instead of bus_space_read_multi_1(9) for
single-byte read.
To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 src/sys/dev/ic/elink3.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.