Page MenuHomeFreeBSD

Fix minor locking issues in the PowerMac Uninorth PCI driver
ClosedPublic

Authored by landonf on Jan 10 2018, 9:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 28, 6:09 AM
Unknown Object (File)
Mon, Apr 27, 7:30 PM
Unknown Object (File)
Sun, Apr 12, 1:10 PM
Unknown Object (File)
Sun, Apr 12, 11:41 AM
Unknown Object (File)
Sat, Apr 11, 11:24 AM
Unknown Object (File)
Sat, Apr 11, 1:21 AM
Unknown Object (File)
Mon, Apr 6, 4:00 AM
Unknown Object (File)
Sun, Apr 5, 2:12 PM
Subscribers

Details

Summary
  • Call resource_int_value() once during attach, rather than within the pci_(read|write)_config() code path; this avoids taking a blocking mutex to read kenv variables.
  • Use a spin lock to protect non-atomic config space accesses (this matches the behavior of the Darwin AppleMacRiscPCI driver).
Test Plan

Tested for regressions on a PowerBook5,8.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14269
Build 14429: arc lint + arc unit

Event Timeline

  • Add mtx_assert(MA_OWNED) to uninorth_enable_config() for good measure.
jhibbits added inline comments.
sys/powerpc/powermac/uninorthvar.h
43

Match whitespace? Might be phabricator messing with it, but just double check.

This revision is now accepted and ready to land.Jan 10 2018, 9:41 PM
landonf added inline comments.
sys/powerpc/powermac/uninorthvar.h
43

Yeah, looks like phabricator behaving badly.

This revision was automatically updated to reflect the committed changes.
landonf marked an inline comment as done.