summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-04 03:47:16 +0000
committereivind <eivind@FreeBSD.org>1998-02-04 03:47:16 +0000
commita4ebb5212677290d59d90e18277b0abe43d56124 (patch)
treeede7f773cbe785b90705443a3742135da6207c62 /sys/pci
parent5997e4360dd1ac69f11ce4608dd3c96836ae2b8b (diff)
downloadFreeBSD-src-a4ebb5212677290d59d90e18277b0abe43d56124.zip
FreeBSD-src-a4ebb5212677290d59d90e18277b0abe43d56124.tar.gz
Make FAILSAFE a new-style option.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/ncr.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 749ce0e..55bd801 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.112 1997/11/07 09:20:56 phk Exp $
+** $Id: ncr.c,v 1.113 1997/12/02 22:37:58 se Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -52,6 +52,7 @@
#define NCR_GETCC_WITHMSG
#if defined (__FreeBSD__) && defined(KERNEL)
+#include "opt_failsafe.h"
#include "opt_ncr.h"
#endif /* defined (__FreeBSD__) && defined(KERNEL) */
@@ -1341,7 +1342,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.112 1997/11/07 09:20:56 phk Exp $\n";
+ "\n$Id: ncr.c,v 1.113 1997/12/02 22:37:58 se Exp $\n";
static const u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
OpenPOWER on IntegriCloud