summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-09-10 06:00:53 +0000
committerjhb <jhb@FreeBSD.org>2003-09-10 06:00:53 +0000
commitb45d8ce18f92c139dab3d8763facb7ba267503c5 (patch)
treee1bf18bcb34927a0fafcff1a133eba7595302941 /sys/dev/acpica
parentf1adf3f35541fa8b3018f2d830c061eeef3e600b (diff)
downloadFreeBSD-src-b45d8ce18f92c139dab3d8763facb7ba267503c5.zip
FreeBSD-src-b45d8ce18f92c139dab3d8763facb7ba267503c5.tar.gz
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>
Diffstat (limited to 'sys/dev/acpica')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud