summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1999-06-15 13:14:56 +0000
committerdes <des@FreeBSD.org>1999-06-15 13:14:56 +0000
commit5d9e5afb2b4dd83a193e8001407934591c8c8053 (patch)
treed40eb182006d7971204496bd2f26b3918ebfa7a7 /sys/pci/ncr.c
parentdc3c0e0e206904bffcfa4f7e1d8e7dce1c09f447 (diff)
downloadFreeBSD-src-5d9e5afb2b4dd83a193e8001407934591c8c8053.zip
FreeBSD-src-5d9e5afb2b4dd83a193e8001407934591c8c8053.tar.gz
Kill option FAILSAFE.
PR: i386/12187 Approved by: bde
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 1e72679..bc74ede 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.147 1999/05/21 22:02:02 ken Exp $
+** $Id: ncr.c,v 1.148 1999/05/26 23:01:53 gallatin Exp $
**
** Device driver for the NCR 53C8XX PCI-SCSI-Controller Family.
**
@@ -47,7 +47,6 @@
#define NCR_GETCC_WITHMSG
#if defined (__FreeBSD__) && defined(KERNEL)
-#include "opt_failsafe.h"
#include "opt_ncr.h"
#endif /* defined(KERNEL) */
@@ -1360,7 +1359,7 @@ static void ncr_attach (pcici_t tag, int unit);
#if !defined(lint)
static const char ident[] =
- "\n$Id: ncr.c,v 1.147 1999/05/21 22:02:02 ken Exp $\n";
+ "\n$Id: ncr.c,v 1.148 1999/05/26 23:01:53 gallatin Exp $\n";
#endif
static const u_long ncr_version = NCR_VERSION * 11
OpenPOWER on IntegriCloud