X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/df61e9d0fec3d5e75820e27e7a2459d132364585..e8e64a4f1d76aaeac3defa13243505cccd25c078:/lunaix-os/hal/pci.c diff --git a/lunaix-os/hal/pci.c b/lunaix-os/hal/pci.c index c3771d5..4bf4c56 100644 --- a/lunaix-os/hal/pci.c +++ b/lunaix-os/hal/pci.c @@ -174,7 +174,7 @@ void pci_setup_msi(struct pci_device* device, int vector) { // Dest: APIC#0, Physical Destination, No redirection - uint32_t msi_addr = (__APIC_BASE_PADDR | 0x8); + uint32_t msi_addr = (__APIC_BASE_PADDR); // Edge trigger, Fixed delivery uint32_t msi_data = vector;