summaryrefslogtreecommitdiffstats
path: root/sys/pci/tek390.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
committerphk <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
commit4d268889365c1d9414bbca2f6c63d87db74ec37b (patch)
tree6993a0a1b7a3687b97ad7a5a073bb465e89eb411 /sys/pci/tek390.c
parente4fdd132492fc7a4aaa448a72f13f3344f287ab1 (diff)
downloadFreeBSD-src-4d268889365c1d9414bbca2f6c63d87db74ec37b.zip
FreeBSD-src-4d268889365c1d9414bbca2f6c63d87db74ec37b.tar.gz
Remove a bunch of variables which were unused both in GENERIC and LINT.
Found by: -Wunused
Diffstat (limited to 'sys/pci/tek390.c')
-rw-r--r--sys/pci/tek390.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/pci/tek390.c b/sys/pci/tek390.c
index b9283dd..9b4bcd2 100644
--- a/sys/pci/tek390.c
+++ b/sys/pci/tek390.c
@@ -123,7 +123,6 @@ static void DC390_InvalidCmd( PACB pACB );
* XXX No timeouts are scheduled in this driver as the timeout handler
* doesn't do anything yet!!!
*/
-static void DC390_timeout( void *arg1);
static void DC390_reset (PACB pACB);
static PUCHAR phystovirt( PSRB pSRB, ULONG xferCnt );
@@ -217,9 +216,7 @@ static PACB pACB_current = NULL;
static PDCB pPrevDCB = NULL;
static USHORT adapterCnt = 0;
static USHORT CurrSyncOffset = 0;
-static USHORT mech2Agent;
-static ULONG mech1addr;
-static UCHAR mech2bus, mech2CfgSPenR, CurrentID, CurrentLUN;
+static UCHAR CurrentID, CurrentLUN;
static PVOID DC390_phase0[]={
DC390_DataOut_0,
@@ -984,15 +981,6 @@ DC390_reset (PACB pACB)
}
-void
-DC390_timeout( void *arg1)
-{
- PSRB pSRB;
-
- pSRB = (PSRB) arg1;
-}
-
-
#include <pci/scsiiom.c>
OpenPOWER on IntegriCloud