diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-08-24 00:56:50 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-08-24 00:56:50 +0000 |
| commit | d009ccfaf572fa12401b7a0b3951195c00ec4557 (patch) | |
| tree | 193ff6887002e9f0215710506aec1cb2b9478cd7 /sys/dev/isp | |
| parent | ff0061bb1da324de656296d13d25056902bd0533 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index e32a1cb6a9ff..8fd49bbfd562 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -1,4 +1,4 @@ -/* $Id: isp_pci.c,v 1.29 1999/08/16 01:52:21 gibbs Exp $ */ +/* $Id: isp_pci.c,v 1.30 1999/08/16 19:52:29 mjacob Exp $ */ /* * PCI specific probe and attach routines for Qlogic ISP SCSI adapters. * FreeBSD Version. @@ -576,7 +576,7 @@ isp_pci_attach(pcici_t cfid, int unit) /* * poor man's attempt at pseudo randomness. */ - long i = (long) isp; + long i = (intptr_t) isp; i >>= 5; i &= 0x7; |
