summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-07-01 22:00:12 +0000
committerpeter <peter@FreeBSD.org>1999-07-01 22:00:12 +0000
commit83a851143d137bbf7edd97db58b6b70d77243916 (patch)
treebc134049eb0b7990b0e9c72d1c6b237179b673b7 /sys/pci/ncr.c
parent16b8acf208ea30cf823befd158eeb8eaeb3cec96 (diff)
downloadFreeBSD-src-83a851143d137bbf7edd97db58b6b70d77243916.zip
FreeBSD-src-83a851143d137bbf7edd97db58b6b70d77243916.tar.gz
#include <machine/md_var.h> to get prototype for alpha_register_pci_scsi().
Diffstat (limited to 'sys/pci/ncr.c')
-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 bc74ede..03256db 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.148 1999/05/26 23:01:53 gallatin Exp $
+** $Id: ncr.c,v 1.149 1999/06/15 13:14:56 des Exp $
**
** Device driver for the NCR 53C8XX PCI-SCSI-Controller Family.
**
@@ -182,6 +182,7 @@
#include <sys/kernel.h>
#include <sys/sysctl.h>
#include <machine/clock.h>
+#include <machine/md_var.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <vm/vm_extern.h>
@@ -1359,7 +1360,7 @@ static void ncr_attach (pcici_t tag, int unit);
#if !defined(lint)
static const char ident[] =
- "\n$Id: ncr.c,v 1.148 1999/05/26 23:01:53 gallatin Exp $\n";
+ "\n$Id: ncr.c,v 1.149 1999/06/15 13:14:56 des Exp $\n";
#endif
static const u_long ncr_version = NCR_VERSION * 11
OpenPOWER on IntegriCloud