Lines Matching refs:pirq
38 you can use the pirq= boot parameter to 'hand-construct' IRQ entries. This
42 append="pirq=15,11,10"
81 Slot2, then you'll have to specify this pirq= line:
83 append="pirq=11,9"
85 the following script tries to figure out such a default pirq= line from
88 echo -n pirq=; echo `scanpci | grep T_L | cut -c56-` | sed 's/ /,/g'
95 append="pirq=0,9,11"
100 Generally, it's always possible to find out the correct pirq= settings, just
102 'incorrect' pirq line will cause the booting process to hang, or a device
105 If you have 2 PCI buses, then you can use up to 8 pirq values, although such
108 Be prepared that it might happen that you need some strange pirq line:
110 append="pirq=0,0,0,0,0,0,9,11"
112 Use smart trial-and-error techniques to find out the correct pirq line ...