Lines Matching refs:pirq
36 you can use the pirq= boot parameter to 'hand-construct' IRQ entries. This
40 append="pirq=15,11,10"
79 Slot2, then you'll have to specify this pirq= line:
81 append="pirq=11,9"
83 the following script tries to figure out such a default pirq= line from
86 echo -n pirq=; echo `scanpci | grep T_L | cut -c56-` | sed 's/ /,/g'
93 append="pirq=0,9,11"
98 generally, it's always possible to find out the correct pirq= settings, just
100 'incorrect' pirq line will cause the booting process to hang, or a device
103 If you have 2 PCI buses, then you can use up to 8 pirq values. Although such
106 Be prepared that it might happen that you need some strange pirq line:
108 append="pirq=0,0,0,0,0,0,9,11"
110 use smart try-and-err techniques to find out the correct pirq line ...