mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 00:02:14 -04:00
pci_pci: Remove obsolete comment
This comment referred to the layering violation fixed in commit
b377ff8110.
This commit is contained in:
parent
d714e73f78
commit
57d312b8ea
1 changed files with 0 additions and 5 deletions
|
|
@ -1931,11 +1931,6 @@ pcib_suballoc_resource(struct pcib_softc *sc, struct pcib_window *w,
|
|||
pcib_child_name(child));
|
||||
rman_set_rid(res, *rid);
|
||||
|
||||
/*
|
||||
* If the resource should be active, pass that request up the
|
||||
* tree. This assumes the parent drivers can handle
|
||||
* activating sub-allocated resources.
|
||||
*/
|
||||
if (flags & RF_ACTIVE) {
|
||||
if (bus_activate_resource(child, type, *rid, res) != 0) {
|
||||
rman_release_resource(res);
|
||||
|
|
|
|||
Loading…
Reference in a new issue