summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-04-07 17:32:42 +0000
committerbde <bde@FreeBSD.org>1996-04-07 17:32:42 +0000
commitcfdfb3c281cd6aecdf142a332ce950994f4c4a18 (patch)
treeb57f3e3a78bf739af4522d98d12427c7d83345ae /sys/pci/ncr.c
parent20b5c8f9a647c6eb187977f0ccd47f48658e5547 (diff)
downloadFreeBSD-src-cfdfb3c281cd6aecdf142a332ce950994f4c4a18.zip
FreeBSD-src-cfdfb3c281cd6aecdf142a332ce950994f4c4a18.tar.gz
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
being declared in the wrong place.
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