summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci
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/pci
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/pci')
-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
6 files changed, 6 insertions, 0 deletions
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>
OpenPOWER on IntegriCloud