summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1998-07-12 20:32:52 +0000
committerse <se@FreeBSD.org>1998-07-12 20:32:52 +0000
commit2480a048bed9522e1b2d9121e44db4c7398791b9 (patch)
treec1d9826e9fc15c1a8d33f4fd3e9b6779e5a5c57a /sys/pci/ncr.c
parent1bb9654ac90175f6d9a540af77ac88aa3ac3beb0 (diff)
downloadFreeBSD-src-2480a048bed9522e1b2d9121e44db4c7398791b9.zip
FreeBSD-src-2480a048bed9522e1b2d9121e44db4c7398791b9.tar.gz
Remove unused member reselet from struct tstamp.
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index c674feb..4032e32 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.119 1998/07/11 07:45:52 bde Exp $
+** $Id: ncr.c,v 1.120 1998/07/12 20:26:45 se Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -508,7 +508,6 @@ struct tstamp {
ticks_t data;
ticks_t status;
ticks_t disconnect;
- ticks_t reselect;
};
/*
@@ -1345,7 +1344,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.119 1998/07/11 07:45:52 bde Exp $\n";
+ "\n$Id: ncr.c,v 1.120 1998/07/12 20:26:45 se Exp $\n";
static const u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
OpenPOWER on IntegriCloud