Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 55403 Build 52292: arc lint + arc unit
Event Timeline
Comment Actions
I'll note in passing here that RES_BUS needing this many changes makes it not the greatest fit with resource management and if we ever do another one that requires this many special cases, we might want to think how it can be generalized. For now, though, the special cases I think are fine.
Comment Actions
I could perhaps define a pci_domain_rman that the various bus_get_rman methods could use. That would let more of the special cases fall out since bus_generic_rman_* could handle these.