forked from KolibriOS/kolibrios
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:
parent
a245ac6e35
commit
57b2e6af66
@ -474,7 +474,7 @@ no_ummio_here:
|
||||
and edx, 0xFFFF
|
||||
or edx, 310 * 65536 ; X start becomes 310
|
||||
movzx ecx, [PCI_IRQ] ; get Interface
|
||||
cmp cl, 23 ; IRQ between 0..23
|
||||
cmp cl, 63 ; IRQ between 0..63
|
||||
ja @f
|
||||
|
||||
mcall
|
||||
|
Loading…
Reference in New Issue
Block a user