Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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.