diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2006-08-14 05:36:26 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2006-08-14 05:36:26 +0000 |
| commit | 4cc9e3e7cc8487ab81903c446a7d50933c69804f (patch) | |
| tree | 834a63cd89cc7aa2f1cde01c58982114aaf290ea /sys/dev | |
| parent | 6322f5abb724a48aceec8aec2a37720dafa18ac5 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isp/isp_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 08c160f91634..52dab042b3d7 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -1127,7 +1127,7 @@ isp_pci_intr(void *arg) #define IspVirt2Off(a, x) \ (((struct isp_pcisoftc *)a)->pci_poff[((x) & _BLK_REG_MASK) >> \ - _BLK_REG_SHFT] + ((x) & 0xff)) + _BLK_REG_SHFT] + ((x) & 0xfff)) #define BXR2(pcs, off) \ bus_space_read_2(pcs->pci_st, pcs->pci_sh, off) |
