pcidev: Increase the number of reported IRQs from 24 to 64.

git-svn-id: svn://kolibrios.org@7732 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Ivan Baravy 2020-03-02 04:25:06 +00:00
parent a245ac6e35
commit 57b2e6af66

View File

@ -474,7 +474,7 @@ no_ummio_here:
and edx, 0xFFFF and edx, 0xFFFF
or edx, 310 * 65536 ; X start becomes 310 or edx, 310 * 65536 ; X start becomes 310
movzx ecx, [PCI_IRQ] ; get Interface movzx ecx, [PCI_IRQ] ; get Interface
cmp cl, 23 ; IRQ between 0..23 cmp cl, 63 ; IRQ between 0..63
ja @f ja @f
mcall mcall