summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 70d9a26..f9b8257 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.68 1996/03/19 15:03:00 bde Exp $
+** $Id: ncr.c,v 1.69 1996/03/31 03:17:50 gibbs Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -182,12 +182,12 @@
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/kernel.h>
+#ifdef __NetBSD__
+#define bootverbose 1
+#endif
#include <sys/sysctl.h>
#ifndef __NetBSD__
#include <machine/clock.h>
-#include <machine/cpu.h> /* bootverbose */
-#else
-#define bootverbose 1
#endif
#include <vm/vm.h>
#include <vm/vm_param.h>
@@ -1254,7 +1254,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.68 1996/03/19 15:03:00 bde Exp $\n";
+ "\n$Id: ncr.c,v 1.69 1996/03/31 03:17:50 gibbs Exp $\n";
static u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
OpenPOWER on IntegriCloud