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)
Sat, Oct 26, 6:13 PM
Unknown Object (File)
Fri, Oct 18, 9:21 AM
Unknown Object (File)
Oct 3 2024, 8:51 PM
Unknown Object (File)
Oct 3 2024, 12:06 PM
Unknown Object (File)
Sep 30 2024, 5:11 PM
Unknown Object (File)
Sep 29 2024, 9:13 PM
Unknown Object (File)
Sep 23 2024, 9:43 PM
Unknown Object (File)
Sep 22 2024, 10:08 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 Skipped
Unit
Tests Skipped

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.