Implement 32-bit compatibility for hw.bus.devices and hw.bus.rman.
This allows a 32-bit devinfo(8) to work on a 64-bit kernel.
Details
Details
- Reviewers
kib
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 70229 Build 67112: arc lint + arc unit
Event Timeline
| sys/kern/subr_bus.c | ||
|---|---|---|
| 5589 | Why ignoring the error? | |
| sys/kern/subr_rman.c | ||
| 1031 | IMO it is worth extracting the same code into a small helper function and calling it twice, instead of copying. | |
| 1052 | There should be a blank line after the local variables block. There and in several other places in the patch. | |