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
F94212517: D5068.diff
Mon, Sep 16, 9:59 AM
Unknown Object (File)
Sun, Sep 15, 5:52 AM
Unknown Object (File)
Thu, Sep 12, 3:01 AM
Unknown Object (File)
Wed, Sep 11, 6:00 AM
Unknown Object (File)
Wed, Sep 11, 6:00 AM
Unknown Object (File)
Wed, Sep 11, 6:00 AM
Unknown Object (File)
Wed, Sep 11, 5:53 AM
Unknown Object (File)
Sun, Aug 18, 6:25 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.