Page MenuHomeFreeBSD

Correct alloc_ and release_resource methods in thunder_pcie driver
ClosedPublic

Authored by zbb on Jan 25 2016, 3:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 28, 2:44 PM
Unknown Object (File)
Thu, Apr 23, 12:08 PM
Unknown Object (File)
Mon, Apr 20, 3:07 AM
Unknown Object (File)
Sun, Apr 19, 4:43 PM
Unknown Object (File)
Apr 13 2026, 12:24 PM
Unknown Object (File)
Apr 12 2026, 4:28 AM
Unknown Object (File)
Apr 11 2026, 8:46 PM
Unknown Object (File)
Apr 9 2026, 2:21 PM
Subscribers

Details

Summary
  • Avoid using BUS_ macros as bus_generic_ functions should be used instead.
  • Fix mistaken device_t pointers in thunder_pcie_alloc_resource. Should use dev->parent method and allocate resource for child device

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zbb retitled this revision from to Correct alloc_ and release_resource methods in thunder_pcie driver.
zbb updated this object.
zbb edited the test plan for this revision. (Show Details)
zbb added reviewers: andrew, imp, ian, wma.
zbb set the repository for this revision to rS FreeBSD src repository - subversion.
zbb added a subscriber: arm64.
wma edited edge metadata.
This revision is now accepted and ready to land.Jan 26 2016, 5:06 AM
This revision was automatically updated to reflect the committed changes.