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)
Sun, Aug 18, 6:25 PM
Unknown Object (File)
Thu, Aug 15, 8:09 PM
Unknown Object (File)
Thu, Aug 15, 7:58 PM
Unknown Object (File)
Jul 15 2024, 2:43 AM
Unknown Object (File)
Jun 17 2024, 7:36 AM
Unknown Object (File)
Apr 6 2024, 5:03 PM
Unknown Object (File)
Mar 12 2024, 3:09 AM
Unknown Object (File)
Feb 28 2024, 10:49 AM
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.