> A PCI slot has 4 irq lines named INTA to INTD. > On PCs all slots share the same 4 physical irqs and the lines are > hardwired on the board in alternating order to each slot.
Not necessarily. This is the classic barber-pole or "PCI swizzle"; it's not mandated for motherboard designs though (but it is for bridges, since bridges have no other interrupt routing metadata). > If you want cards not to share irqs you have to swap slots until you > get what you want - you can't enforce it with software. This is closer to correct, though still not universally so. Better just to say that PCI interrupt routing is weird, and leave it at that. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

