From 1be13a76bb52bfdbfa7a57b1afe052dcd6ed8432 Mon Sep 17 00:00:00 2001 From: macallan Date: Thu, 28 Jul 2011 01:24:31 +0000 Subject: hiding PCI_MAGIC_IO_RANGE from userland is counter-productive --- sys/arch/macppc/include/param.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/macppc/include/param.h b/sys/arch/macppc/include/param.h index c06eac0fa90..2c56f442ae2 100644 --- a/sys/arch/macppc/include/param.h +++ b/sys/arch/macppc/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.17 2011/06/20 06:29:53 matt Exp $ */ +/* $NetBSD: param.h,v 1.18 2011/07/28 01:24:31 macallan Exp $ */ /*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -53,9 +53,9 @@ #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT) #define NKMEMPAGES_MAX_DEFAULT ((48 * 1024 * 1024) >> PAGE_SHIFT) -/* at this offset we mmap() the PCI IO range in display drivers */ -#define PCI_MAGIC_IO_RANGE 0xf2000000 - #endif /* _KERNEL && !_MODULE */ +/* at this offset we mmap() the PCI IO range in display drivers */ +#define PCI_MAGIC_IO_RANGE 0xf2000000 + #include -- cgit