summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2004-07-01 15:07:27 +0000
committergallatin <gallatin@FreeBSD.org>2004-07-01 15:07:27 +0000
commit3a3ce711b738283fe9990a3787b7da752c094db3 (patch)
tree1628f26444d2dad5dd6560ccbc73dae0690239f9 /sys/alpha
parent0d5a48eb8a104c215a5a748bd925f5bb00b8abef (diff)
downloadFreeBSD-src-3a3ce711b738283fe9990a3787b7da752c094db3.zip
FreeBSD-src-3a3ce711b738283fe9990a3787b7da752c094db3.tar.gz
Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to build
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/alpha/sgmap.c1
-rw-r--r--sys/alpha/isa/isa.c1
-rw-r--r--sys/alpha/mcbus/mcpcia.c1
-rw-r--r--sys/alpha/pci/apecs.c1
-rw-r--r--sys/alpha/pci/cia.c1
-rw-r--r--sys/alpha/pci/pcibus.c1
-rw-r--r--sys/alpha/pci/t2.c1
-rw-r--r--sys/alpha/pci/tsunami.c1
-rw-r--r--sys/alpha/pci/tsunami_pci.c1
-rw-r--r--sys/alpha/tlsb/dwlpx.c1
10 files changed, 10 insertions, 0 deletions
diff --git a/sys/alpha/alpha/sgmap.c b/sys/alpha/alpha/sgmap.c
index 9682df7..baa6064 100644
--- a/sys/alpha/alpha/sgmap.c
+++ b/sys/alpha/alpha/sgmap.c
@@ -27,6 +27,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/alpha/isa/isa.c b/sys/alpha/isa/isa.c
index 469055e..ac08c7b 100644
--- a/sys/alpha/isa/isa.c
+++ b/sys/alpha/isa/isa.c
@@ -27,6 +27,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/alpha/mcbus/mcpcia.c b/sys/alpha/mcbus/mcpcia.c
index c1010e4..0761bc0 100644
--- a/sys/alpha/mcbus/mcpcia.c
+++ b/sys/alpha/mcbus/mcpcia.c
@@ -27,6 +27,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/alpha/pci/apecs.c b/sys/alpha/pci/apecs.c
index a7cce49..e6e56f4 100644
--- a/sys/alpha/pci/apecs.c
+++ b/sys/alpha/pci/apecs.c
@@ -57,6 +57,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/alpha/pci/cia.c b/sys/alpha/pci/cia.c
index 6e6c7fe..cced505 100644
--- a/sys/alpha/pci/cia.c
+++ b/sys/alpha/pci/cia.c
@@ -91,6 +91,7 @@ __FBSDID("$FreeBSD$");
#include "opt_cpu.h"
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/alpha/pci/pcibus.c b/sys/alpha/pci/pcibus.c
index a117528..a22acdc 100644
--- a/sys/alpha/pci/pcibus.c
+++ b/sys/alpha/pci/pcibus.c
@@ -29,6 +29,7 @@ __FBSDID("$FreeBSD$");
#include "opt_isa.h"
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/alpha/pci/t2.c b/sys/alpha/pci/t2.c
index bc561f2..7efa27a 100644
--- a/sys/alpha/pci/t2.c
+++ b/sys/alpha/pci/t2.c
@@ -53,6 +53,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/alpha/pci/tsunami.c b/sys/alpha/pci/tsunami.c
index 9efc44c..23dd370 100644
--- a/sys/alpha/pci/tsunami.c
+++ b/sys/alpha/pci/tsunami.c
@@ -29,6 +29,7 @@ __FBSDID("$FreeBSD$");
#include "opt_cpu.h"
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/alpha/pci/tsunami_pci.c b/sys/alpha/pci/tsunami_pci.c
index 9b5853c..d0ee84d 100644
--- a/sys/alpha/pci/tsunami_pci.c
+++ b/sys/alpha/pci/tsunami_pci.c
@@ -27,6 +27,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/alpha/tlsb/dwlpx.c b/sys/alpha/tlsb/dwlpx.c
index 467f125..74b19bb 100644
--- a/sys/alpha/tlsb/dwlpx.c
+++ b/sys/alpha/tlsb/dwlpx.c
@@ -58,6 +58,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud