summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1996-12-15 16:37:17 +0000
committerse <se@FreeBSD.org>1996-12-15 16:37:17 +0000
commitbbad2729759cdfb693fbcd53136babc6787a395d (patch)
tree7503b67e8aebfde328954ce3f5096a439910c7da /sys
parent3b6467a0aca2af8f15af870220ebe38c9645a20c (diff)
downloadFreeBSD-src-bbad2729759cdfb693fbcd53136babc6787a395d.zip
FreeBSD-src-bbad2729759cdfb693fbcd53136babc6787a395d.tar.gz
Include "opt_ncr.h" for option settings.
Diffstat (limited to 'sys')
-rw-r--r--sys/pci/ncr.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 7c3d771..e7e25e0 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.85 1996/12/14 13:13:32 se Exp $
+** $Id: ncr.c,v 1.86 1996/12/15 16:28:24 se Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -44,13 +44,15 @@
***************************************************************************
*/
-#define NCR_DATE "pl23 95/09/07"
+#define NCR_DATE "pl24 96/12/14"
#define NCR_VERSION (2)
#define MAX_UNITS (16)
#define NCR_GETCC_WITHMSG
+#include "opt_ncr.c"
+
#ifdef FAILSAFE
#define SCSI_NCR_DFLT_TAGS (0)
#define CDROM_ASYNC
@@ -1257,7 +1259,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.85 1996/12/14 13:13:32 se Exp $\n";
+ "\n$Id: ncr.c,v 1.86 1996/12/15 16:28:24 se Exp $\n";
static const u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
OpenPOWER on IntegriCloud