Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Fix buglet in structure canonicalization of A64 c...
details: https://anonhg.NetBSD.org/src/rev/8c7ff9d76850
branches: trunk
changeset: 538386:8c7ff9d76850
user: mjacob <mjacob%NetBSD.org@localhost>
date: Fri Oct 18 23:32:08 2002 +0000
description:
Fix buglet in structure canonicalization of A64 commands.
diffstat:
sys/dev/ic/isp_inline.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fcd1dd8cddf5 -r 8c7ff9d76850 sys/dev/ic/isp_inline.h
--- a/sys/dev/ic/isp_inline.h Fri Oct 18 23:31:11 2002 +0000
+++ b/sys/dev/ic/isp_inline.h Fri Oct 18 23:32:08 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_inline.h,v 1.21 2002/05/17 18:49:43 mjacob Exp $ */
+/* $NetBSD: isp_inline.h,v 1.22 2002/10/18 23:32:08 mjacob Exp $ */
/*
* This driver, which is contained in NetBSD in the files:
*
@@ -504,7 +504,7 @@
ISP_IOXPUT_8(isp, tqsrc->req_cdb[i], &tqdst->req_cdb[i]);
}
ISP_IOXPUT_32(isp, tqsrc->req_totalcnt, &tqdst->req_totalcnt);
- for (i = 0; i < ISP_RQDSEG_T2; i++) {
+ for (i = 0; i < ISP_RQDSEG_T3; i++) {
ISP_IOXPUT_32(isp, tqsrc->req_dataseg[i].ds_base,
&tqdst->req_dataseg[i].ds_base);
ISP_IOXPUT_32(isp, tqsrc->req_dataseg[i].ds_basehi,
Home |
Main Index |
Thread Index |
Old Index