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, Jan 18, 7:52 AM
Unknown Object (File)
Thu, Jan 2, 8:50 PM
Unknown Object (File)
Thu, Jan 2, 8:50 PM
Unknown Object (File)
Thu, Jan 2, 8:43 PM
Unknown Object (File)
Thu, Jan 2, 8:43 PM
Unknown Object (File)
Dec 14 2024, 3:36 AM
Unknown Object (File)
Nov 22 2024, 3:05 AM
Unknown Object (File)
Nov 14 2024, 9:38 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.