summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1996-12-15 23:25:50 +0000
committerse <se@FreeBSD.org>1996-12-15 23:25:50 +0000
commitcd4ee5a70b596308aba218a85cc38958bd313d17 (patch)
tree8d1abdec2633c834c1557056297b622e89c5ee08 /sys/pci
parent77a293a8d3ea794bc8b0107c9b0362b543471cd3 (diff)
downloadFreeBSD-src-cd4ee5a70b596308aba218a85cc38958bd313d17.zip
FreeBSD-src-cd4ee5a70b596308aba218a85cc38958bd313d17.tar.gz
Fix typo
Diffstat (limited to 'sys/pci')
-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 e7e25e0..cf150f6 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
OpenPOWER on IntegriCloud