aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1996-12-15 23:25:50 +0000
committerStefan Eßer <se@FreeBSD.org>1996-12-15 23:25:50 +0000
commitd44022652e11b428546647cbddadabed6be644fc (patch)
tree8d1abdec2633c834c1557056297b622e89c5ee08 /sys/pci/ncr.c
parent495be781d9ef378b79985a6898c1ed4b898e8f8f (diff)
downloadsrc-d44022652e11b428546647cbddadabed6be644fc.tar.gz
src-d44022652e11b428546647cbddadabed6be644fc.zip
Fix typo
Notes
Notes: svn path=/head/; revision=20535
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 e7e25e08354c..cf150f6ca743 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.86 1996/12/15 16:28:24 se Exp $
+** $Id: ncr.c,v 1.87 1996/12/15 16:37:17 se Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -51,7 +51,7 @@
#define NCR_GETCC_WITHMSG
-#include "opt_ncr.c"
+#include "opt_ncr.h"
#ifdef FAILSAFE
#define SCSI_NCR_DFLT_TAGS (0)
@@ -1259,7 +1259,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.86 1996/12/15 16:28:24 se Exp $\n";
+ "\n$Id: ncr.c,v 1.87 1996/12/15 16:37:17 se Exp $\n";
static const u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7