aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-01-11 07:18:17 +0000
committerWarner Losh <imp@FreeBSD.org>2005-01-11 07:18:17 +0000
commit774363d3cfb8bcfaf76d61279bdd3ab3b26df58e (patch)
tree0b49e2efbdd46ff9cc303b35f02a02fd7f929dde /sys/dev/puc
parent529ed56f83143769457f6c3b1b790b423f5c9ad8 (diff)
downloadsrc-774363d3cfb8bcfaf76d61279bdd3ab3b26df58e.tar.gz
src-774363d3cfb8bcfaf76d61279bdd3ab3b26df58e.zip
Revert part of last commit that was unintentional
Notes
Notes: svn path=/head/; revision=140046
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/puc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c
index e09f79e4af2a..52a0d5245c13 100644
--- a/sys/dev/puc/puc.c
+++ b/sys/dev/puc/puc.c
@@ -81,7 +81,7 @@ __FBSDID("$FreeBSD$");
* 'com' and 'lpt' attachments to pci.
*/
-#define __RESOURCE_VISIBLE /* Shouldn't be there */
+#define __RMAN_RESOURCE_VISIBLE /* Shouldn't be there */
#include "opt_puc.h"
#include <sys/param.h>
#include <sys/systm.h>