fix: kernel concurrency, interrupt context, and user VA safety
This commit is contained in:
@@ -158,14 +158,6 @@ namespace Drivers::Storage::Nvme {
|
||||
char Model[41];
|
||||
};
|
||||
|
||||
// =========================================================================
|
||||
// MSI configuration (use a different IRQ slot than AHCI)
|
||||
// =========================================================================
|
||||
|
||||
constexpr uint8_t MSI_IRQ = 26; // IRQ slot 26 = vector 58
|
||||
constexpr uint32_t MSI_VECTOR = 58;
|
||||
constexpr uint32_t MSI_ADDR_BASE = 0xFEE00000;
|
||||
|
||||
// =========================================================================
|
||||
// Public API
|
||||
// =========================================================================
|
||||
|
||||
Reference in New Issue
Block a user