summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/seagate.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/seagate.c')
-rw-r--r--sys/i386/isa/seagate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/seagate.c b/sys/i386/isa/seagate.c
index 76a5215..8f613ee 100644
--- a/sys/i386/isa/seagate.c
+++ b/sys/i386/isa/seagate.c
@@ -60,7 +60,7 @@
* that category, with the possible exception of scanners and
* some of the older MO drives.
*
- * $Id: seagate.c,v 1.13 1995/12/06 23:50:20 bde Exp $
+ * $Id: seagate.c,v 1.14 1995/12/07 12:46:04 davidg Exp $
*/
/*
@@ -283,7 +283,7 @@ typedef struct adapter {
target_t target[8]; /* target state data */
} adapter_t;
-adapter_t seadata[NSEA];
+static adapter_t seadata[NSEA];
#define IS_BUSY(a,b) ((a)->target[(b)->xfer->sc_link->target].busy &\
(1 << (b)->xfer->sc_link->lun))
OpenPOWER on IntegriCloud