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)
Mon, Aug 4, 10:22 AM
Unknown Object (File)
Mon, Jul 28, 10:56 AM
Unknown Object (File)
Mon, Jul 28, 1:32 AM
Unknown Object (File)
Sun, Jul 27, 3:25 AM
Unknown Object (File)
Sat, Jul 26, 8:15 AM
Unknown Object (File)
Sat, Jul 26, 7:39 AM
Unknown Object (File)
Sat, Jul 26, 4:36 AM
Unknown Object (File)
Sat, Jul 26, 3:46 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.