A struct recource already contains the bus_space_tag_t and
bus_space_handle_t. There is no neec to read them and store them again
in the drivers softc. Remove them and use the struct resource directly
with bus_read_* and bus_write_*.
Details
Details
- Reviewers
mmel - Group Reviewers
ARM arm64 - Commits
- rGdd6c1c2a6c0d: Remove redundantcy from the arm GIC softc
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable