pcidev: increase maximum irq level

git-svn-id: svn://kolibrios.org@2235 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2011-09-24 11:14:06 +00:00
parent 63531bfca1
commit 1a1680f416

View File

@ -475,7 +475,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, 0x0f ; IRQ between 0..15 cmp cl, 23 ; IRQ between 0..23
ja @f ja @f
mcall mcall