mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Kernel/PCI: Add basic support for the VMD PCI bridge device
This commit is contained in:
parent
df73e8b46b
commit
eb9c8f3895
Notes:
sideshowbarker
2024-07-17 20:26:51 +09:00
Author: https://github.com/supercomputer7
Commit: eb9c8f3895
Pull-request: https://github.com/SerenityOS/serenity/pull/12063
Reviewed-by: https://github.com/tomuta ✅
7 changed files with 161 additions and 2 deletions
|
@ -38,6 +38,8 @@ public:
|
|||
Spinlock const& scan_lock() const { return m_scan_lock; }
|
||||
Mutex const& access_lock() const { return m_access_lock; }
|
||||
|
||||
void add_host_controller_and_enumerate_attached_devices(NonnullOwnPtr<HostController>, Function<void(DeviceIdentifier const&)> callback);
|
||||
|
||||
private:
|
||||
u8 read8_field(Address address, RegisterOffset field);
|
||||
u16 read16_field(Address address, RegisterOffset field);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue