freebsd-dev/sys/i386/pci
John Baldwin 810cb9ef5e 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
..
pci_bus.c - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long. 2003-08-28 21:22:25 +00:00
pci_cfgreg.c We represent PCI intpin's two different ways. One is the way that the 2003-09-10 06:00:53 +00:00
pci_pir.c We represent PCI intpin's two different ways. One is the way that the 2003-09-10 06:00:53 +00:00