mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
Kernel: Ensure IO and memory accesses are allowed for IDE channels
This commit is contained in:
parent
05510e3994
commit
161a8ea062
Notes:
sideshowbarker
2024-07-18 19:03:51 +09:00
Author: https://github.com/supercomputer7
Commit: 161a8ea062
Pull-request: https://github.com/SerenityOS/serenity/pull/6640
Reviewed-by: https://github.com/awesomekling
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue