aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1998-06-07 17:13:14 +0000
committerDoug Rabson <dfr@FreeBSD.org>1998-06-07 17:13:14 +0000
commitecbb00a2629050fd720dc376a33c45f4ad767cea (patch)
tree1113fd99d363889650b503b7f993603f9423465a /sys/pci/ncr.c
parent37a8b7dcb8bdd78373c1d4afa4c423c119314e86 (diff)
Notes
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 5688af647ac41..92dedfa44c546 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.116 1998/03/30 09:55:09 phk Exp $
+** $Id: ncr.c,v 1.117 1998/04/17 22:37:04 des Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -1342,7 +1342,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.116 1998/03/30 09:55:09 phk Exp $\n";
+ "\n$Id: ncr.c,v 1.117 1998/04/17 22:37:04 des Exp $\n";
static const u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
@@ -2508,7 +2508,7 @@ static struct script script0 = {
**
**---------------------------------------------------------
*/
-(u_long)&ident
+(u_long)0
}/*--------------------------------------------------------*/
};