- Avoid shifts wider than integer types, by wrapping the corresponding checks into '#if SIZEOF_SIZE_T > 32' blocks. 'bus_addr_t' has the same width as 'size_t' on all architectures (and this is not going to change for 32-bit architectures).
- Use appropriate printf(3) format for 'wk_keytsc'.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
(Alternative: Don't compile this on 32-bit architectures at all, if if_iwx in reality does not support those.)
| sys/dev/iwx/if_iwx.c | ||
|---|---|---|
| 5821 | ugh if this is a hardware limitation then god i wish we could describe it somehow to busdma... | |