Fixed configuration of fast interrupts for the pci cy driver. They were
an early newbus casualty. The fix in rev.1.28 didn't work because the most important part of it used a wrong macro name. Approved by: jkh
This commit is contained in:
parent
ce7a637f11
commit
71c458de9d
@ -129,7 +129,7 @@ pci_map_int_right(pcici_t cfg, pci_inthand_t *handler, void *arg,
|
||||
|
||||
#ifdef INTR_FAST
|
||||
if (intflags & INTR_FAST)
|
||||
flags |= INTR_FAST;
|
||||
flags |= INTR_TYPE_FAST;
|
||||
if (intflags & INTR_EXCL)
|
||||
resflags &= ~RF_SHAREABLE;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user