summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-07-03 20:56:16 +0000
committerimp <imp@FreeBSD.org>2004-07-03 20:56:16 +0000
commit8d1cf518e087e704f472dff94bb0838be8d90119 (patch)
tree7123ae4396b62398dfd3f4af77239b8f7a901744
parent2e1e59e7e7773563d1764dcf737054f2e2e5b7a8 (diff)
downloadFreeBSD-src-8d1cf518e087e704f472dff94bb0838be8d90119.zip
FreeBSD-src-8d1cf518e087e704f472dff94bb0838be8d90119.tar.gz
These don't need RMAN_RESOURCE_VISIBLE now that rman is visible
-rw-r--r--sys/sparc64/ebus/ebus.c1
-rw-r--r--sys/sparc64/pci/psycho.c1
-rw-r--r--sys/sparc64/sbus/sbus.c1
-rw-r--r--sys/sparc64/sparc64/iommu.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/sys/sparc64/ebus/ebus.c b/sys/sparc64/ebus/ebus.c
index 107cb1a..10b98bc 100644
--- a/sys/sparc64/ebus/ebus.c
+++ b/sys/sparc64/ebus/ebus.c
@@ -46,7 +46,6 @@
* 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/pci/psycho.c b/sys/sparc64/pci/psycho.c
index 621e979..83466f9 100644
--- a/sys/sparc64/pci/psycho.c
+++ b/sys/sparc64/pci/psycho.c
@@ -36,7 +36,6 @@
* 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 3458d2b..89c7ac9 100644
--- a/sys/sparc64/sbus/sbus.c
+++ b/sys/sparc64/sbus/sbus.c
@@ -103,7 +103,6 @@
* 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 9c0934b..733ffe3 100644
--- a/sys/sparc64/sparc64/iommu.c
+++ b/sys/sparc64/sparc64/iommu.c
@@ -129,7 +129,6 @@
* - Add bounce buffers to support machines with more than 16GB of RAM.
*/
-#define __RMAN_RESOURCE_VISIBLE
#include "opt_iommu.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud