diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2004-06-30 23:21:07 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2004-06-30 23:21:07 +0000 |
| commit | 4eae91a8f79272030a04038e250801e330abdab8 (patch) | |
| tree | a0e5306631349e37cd374a00b6e7099304c32bbe | |
| parent | a6c26e1ca86cd25fe8acca5dce91d889f8da7fbb (diff) | |
Notes
| -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 10b98bc993846..107cb1a128925 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 4b358e3ac45a8..e6cde2ae4d59f 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 83466f91db400..621e979f92f07 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 509fe771faf23..3458d2b42c020 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 13f2e23d971c7..9c0934b95af15 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 f2911827cb89b..244cd57cc7cf0 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> |
