mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:17:34 +00:00
Kernel/PCI: Expose PCI option ROM data from the sysfs interface
For each exposed PCI device in sysfs, there's a new node called "rom" and by reading it, it exposes the raw data of a PCI option ROM blob to a user for examining the blob.
This commit is contained in:
parent
1f9d3a3523
commit
a7677f1d9b
6 changed files with 155 additions and 0 deletions
|
@ -150,6 +150,7 @@ set(KERNEL_SOURCES
|
|||
FileSystem/SysFS/Subsystems/Bus/PCI/BusDirectory.cpp
|
||||
FileSystem/SysFS/Subsystems/Bus/PCI/DeviceAttribute.cpp
|
||||
FileSystem/SysFS/Subsystems/Bus/PCI/DeviceDirectory.cpp
|
||||
FileSystem/SysFS/Subsystems/Bus/PCI/DeviceExpansionROM.cpp
|
||||
FileSystem/SysFS/Subsystems/Bus/USB/BusDirectory.cpp
|
||||
FileSystem/SysFS/Subsystems/Bus/USB/DeviceInformation.cpp
|
||||
FileSystem/SysFS/Subsystems/Bus/Directory.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue