diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1998-09-15 22:44:51 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1998-09-15 22:44:51 +0000 |
| commit | 050ea0d6f2fe15c2b3b1a8730889d8b4a6a4b376 (patch) | |
| tree | d1473b8f9bc40fccdde583cd319084037cc3d7fe /sys/dev/isp | |
| parent | 51bd0f3f0df03377d5ee9f3f077eacd2645bbd77 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index 86fc8f6e59f1..dcfeb5eb4b1a 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -1,4 +1,4 @@ -/* $Id: isp.c,v 1.19 1998/09/14 23:23:47 mjacob Exp $ */ +/* $Id: isp.c,v 1.2 1998/09/15 08:42:55 gibbs Exp $ */ /* * Machine and OS Independent (well, as best as possible) * code for the Qlogic ISP SCSI adapters. @@ -1323,7 +1323,7 @@ isp_intr(arg) PRINTF(" BUT NOT SET"); } } - PRINTF(" XS_ERR=0x%x\n", XS_ERR(xs)); + PRINTF(" XS_ERR=0x%x\n", (unsigned int) XS_ERR(xs)); } ISP_WRITE(isp, INMAILBOX5, optr); |
