summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2004-06-30 23:21:07 +0000
committermarius <marius@FreeBSD.org>2004-06-30 23:21:07 +0000
commitee8875d5fa80735b0e7d1b94dae73766ebd08a0a (patch)
treea0e5306631349e37cd374a00b6e7099304c32bbe /sys/sparc64
parent74b909ef3ea081a84fca2165af537fc06f2b77a4 (diff)
downloadFreeBSD-src-ee8875d5fa80735b0e7d1b94dae73766ebd08a0a.zip
FreeBSD-src-ee8875d5fa80735b0e7d1b94dae73766ebd08a0a.tar.gz
These need __RMAN_RESOURCE_VISIBLE, too.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/ebus/ebus.c1
-rw-r--r--sys/sparc64/fhc/fhc.c1
-rw-r--r--sys/sparc64/pci/psycho.c1
-rw-r--r--sys/sparc64/sbus/sbus.c2
-rw-r--r--sys/sparc64/sparc64/iommu.c2
-rw-r--r--sys/sparc64/sparc64/nexus.c1
6 files changed, 8 insertions, 0 deletions
diff --git a/sys/sparc64/ebus/ebus.c b/sys/sparc64/ebus/ebus.c
index 10b98bc..107cb1a 100644
--- a/sys/sparc64/ebus/ebus.c
+++ b/sys/sparc64/ebus/ebus.c
@@ -46,6 +46,7 @@
* there are machines with both ISA and EBus.
*/
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
diff --git a/sys/sparc64/fhc/fhc.c b/sys/sparc64/fhc/fhc.c
index 4b358e3..e6cde2a 100644
--- a/sys/sparc64/fhc/fhc.c
+++ b/sys/sparc64/fhc/fhc.c
@@ -26,6 +26,7 @@
* $FreeBSD$
*/
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
diff --git a/sys/sparc64/pci/psycho.c b/sys/sparc64/pci/psycho.c
index 83466f9..621e979 100644
--- a/sys/sparc64/pci/psycho.c
+++ b/sys/sparc64/pci/psycho.c
@@ -36,6 +36,7 @@
* UltraSPARC IIi and IIe `sabre' PCI controllers.
*/
+#define __RMAN_RESOURCE_VISIBLE
#include "opt_ofw_pci.h"
#include "opt_psycho.h"
diff --git a/sys/sparc64/sbus/sbus.c b/sys/sparc64/sbus/sbus.c
index 509fe77..3458d2b 100644
--- a/sys/sparc64/sbus/sbus.c
+++ b/sys/sparc64/sbus/sbus.c
@@ -102,6 +102,8 @@
/*
* Sbus support.
*/
+
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
diff --git a/sys/sparc64/sparc64/iommu.c b/sys/sparc64/sparc64/iommu.c
index 13f2e23..9c0934b 100644
--- a/sys/sparc64/sparc64/iommu.c
+++ b/sys/sparc64/sparc64/iommu.c
@@ -128,6 +128,8 @@
* flush the streaming cache when coherent mappings are synced.
* - Add bounce buffers to support machines with more than 16GB of RAM.
*/
+
+#define __RMAN_RESOURCE_VISIBLE
#include "opt_iommu.h"
#include <sys/param.h>
diff --git a/sys/sparc64/sparc64/nexus.c b/sys/sparc64/sparc64/nexus.c
index f291182..244cd57 100644
--- a/sys/sparc64/sparc64/nexus.c
+++ b/sys/sparc64/sparc64/nexus.c
@@ -33,6 +33,7 @@
* $FreeBSD$
*/
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
OpenPOWER on IntegriCloud