diff options
-rw-r--r-- | sys/sparc64/ebus/ebus.c | 1 | ||||
-rw-r--r-- | sys/sparc64/fhc/fhc.c | 1 | ||||
-rw-r--r-- | sys/sparc64/pci/psycho.c | 1 | ||||
-rw-r--r-- | sys/sparc64/sbus/sbus.c | 2 | ||||
-rw-r--r-- | sys/sparc64/sparc64/iommu.c | 2 | ||||
-rw-r--r-- | sys/sparc64/sparc64/nexus.c | 1 |
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> |