summaryrefslogtreecommitdiffstats
path: root/sys/i386/scsi
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-01-25 23:03:07 +0000
committerjoerg <joerg@FreeBSD.org>1996-01-25 23:03:07 +0000
commita628d85b6001c0f622ac88daafac391d1fa56047 (patch)
treeecc076130b19324d39157509c51c7500da0dbc16 /sys/i386/scsi
parenta00d9f26ca2a2e8d063c2ef35af059ecbedc8403 (diff)
downloadFreeBSD-src-a628d85b6001c0f622ac88daafac391d1fa56047.zip
FreeBSD-src-a628d85b6001c0f622ac88daafac391d1fa56047.tar.gz
Correctly initialize the `btprobing' variable. It's always been 0,
causing a bogus error message to appear if no board has been fond.
Diffstat (limited to 'sys/i386/scsi')
-rw-r--r--sys/i386/scsi/bt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/scsi/bt.c b/sys/i386/scsi/bt.c
index ff70e8b..9748b60 100644
--- a/sys/i386/scsi/bt.c
+++ b/sys/i386/scsi/bt.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: bt.c,v 1.3 1995/12/14 14:19:16 peter Exp $
+ * $Id: bt.c,v 1.4 1996/01/07 19:24:36 gibbs Exp $
*/
/*
@@ -247,7 +247,7 @@ static timeout_t
bt_timeout;
u_long bt_unit = 0;
-static int btprobing = 0;
+static int btprobing = 1;
/*
* XXX
OpenPOWER on IntegriCloud