diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/alpha/alpha/sgmap.c | 1 | ||||
-rw-r--r-- | sys/alpha/isa/isa.c | 1 | ||||
-rw-r--r-- | sys/alpha/mcbus/mcpcia.c | 1 | ||||
-rw-r--r-- | sys/alpha/pci/apecs.c | 1 | ||||
-rw-r--r-- | sys/alpha/pci/cia.c | 1 | ||||
-rw-r--r-- | sys/alpha/pci/pcibus.c | 1 | ||||
-rw-r--r-- | sys/alpha/pci/t2.c | 1 | ||||
-rw-r--r-- | sys/alpha/pci/tsunami.c | 1 | ||||
-rw-r--r-- | sys/alpha/pci/tsunami_pci.c | 1 | ||||
-rw-r--r-- | sys/alpha/tlsb/dwlpx.c | 1 |
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> |