aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/sbus
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2004-06-30 23:21:07 +0000
committerMarius Strobl <marius@FreeBSD.org>2004-06-30 23:21:07 +0000
commit4eae91a8f79272030a04038e250801e330abdab8 (patch)
treea0e5306631349e37cd374a00b6e7099304c32bbe /sys/sparc64/sbus
parenta6c26e1ca86cd25fe8acca5dce91d889f8da7fbb (diff)
downloadsrc-4eae91a8f79272030a04038e250801e330abdab8.tar.gz
src-4eae91a8f79272030a04038e250801e330abdab8.zip
These need __RMAN_RESOURCE_VISIBLE, too.
Notes
Notes: svn path=/head/; revision=131376
Diffstat (limited to 'sys/sparc64/sbus')
-rw-r--r--sys/sparc64/sbus/sbus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/sbus/sbus.c b/sys/sparc64/sbus/sbus.c
index 509fe771faf2..3458d2b42c02 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>