mirror of
https://github.com/RGBCube/serenity
synced 2025-10-30 00:52:35 +00:00
Instead, just ensure we pick the m_access_lock and then m_scan_lock when doing a scan/re-scan of the PCI configuration space so we know nobody can actually access the PCI configuration space during the scan. The m_scan_lock is now a Spinlock, to ensure we cannot yield to other process while we do the PCI configuration space scanning. |
||
|---|---|---|
| .. | ||
| Access.cpp | ||
| Access.h | ||
| API.cpp | ||
| API.h | ||
| Definitions.h | ||
| Device.cpp | ||
| Device.h | ||
| IDs.h | ||
| Initializer.cpp | ||
| Initializer.h | ||
| SysFSPCI.cpp | ||
| SysFSPCI.h | ||