mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-08 04:09:00 +00:00
Kernel: Ensure IO and memory accesses are allowed for IDE channels
This commit is contained in:
@@ -53,6 +53,8 @@ UNMAP_AFTER_INIT IDEController::IDEController(PCI::Address address, bool force_p
|
||||
: StorageController()
|
||||
, PCI::DeviceController(address)
|
||||
{
|
||||
PCI::enable_io_space(address);
|
||||
PCI::enable_memory_space(address);
|
||||
initialize(force_pio);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user