jhb b45d8ce18f We represent PCI intpin's two different ways. One is the way that the
intpin register is expressed in hardware where 0 means none, 1 means INTA,
2 INTB, etc.  The other way is commonly used in loops where 0 means INTA,
1 means INTB, etc.  The matchpin argument to pci_cfgintr_search() is
supposed to be the first form, but we passsed in a loop index of the
second.  This fix adds one to the loop index to convert to the first form.

Reported by:	Pavlin Radoslavov <pavlin@icir.org>
2003-09-10 06:00:53 +00:00
..
2003-08-03 07:50:19 +00:00
2003-09-08 09:11:32 +00:00
2003-09-09 19:22:55 +00:00
2003-09-02 17:30:40 +00:00
2003-09-07 14:23:08 +00:00
2003-09-09 23:50:57 +00:00
2003-06-11 05:37:42 +00:00
2003-06-11 05:37:42 +00:00
2003-08-29 23:25:00 +00:00
2003-06-11 06:34:30 +00:00