From 23bb544b550a9d6a0820b76488ade057e1d6ca9f Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 30 Jun 2004 21:27:59 +0000 Subject: [PATCH] puc needs to peek into struct resource too. --- sys/dev/puc/puc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c index 354ba2242292..ca7b0d667a35 100644 --- a/sys/dev/puc/puc.c +++ b/sys/dev/puc/puc.c @@ -84,6 +84,7 @@ __FBSDID("$FreeBSD$"); * 'com' and 'lpt' attachments to pci. */ +#define __RMAN_RESOURCE_VISIBLE /* Shouldn't be there */ #include "opt_puc.h" #define __RMAN_RESOURCE_VISIBLE #include