Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/thorpej_scsipi]: src/sys/dev/ic Ooops, forgot to initialize a variable.
details: https://anonhg.NetBSD.org/src/rev/1750f7b4d527
branches: thorpej_scsipi
changeset: 477277:1750f7b4d527
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Oct 19 20:02:23 1999 +0000
description:
Ooops, forgot to initialize a variable.
diffstat:
sys/dev/ic/isp_netbsd.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 3d87c01beaff -r 1750f7b4d527 sys/dev/ic/isp_netbsd.c
--- a/sys/dev/ic/isp_netbsd.c Tue Oct 19 19:25:24 1999 +0000
+++ b/sys/dev/ic/isp_netbsd.c Tue Oct 19 20:02:23 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_netbsd.c,v 1.18.2.1 1999/10/19 17:47:37 thorpej Exp $ */
+/* $NetBSD: isp_netbsd.c,v 1.18.2.2 1999/10/19 20:02:23 thorpej Exp $ */
/*
* Platform (NetBSD) dependent common attachment code for Qlogic adapters.
* Matthew Jacob <mjacob%nas.nasa.gov@localhost>
@@ -206,6 +206,7 @@
switch (req) {
case ADAPTER_REQ_RUN_XFER:
+ xs = arg;
s = splbio();
if (isp->isp_state < ISP_RUNSTATE) {
DISABLE_INTS(isp);
Home |
Main Index |
Thread Index |
Old Index