Module Name: src Committed By: macallan Date: Thu Jul 28 01:24:31 UTC 2011
Modified Files: src/sys/arch/macppc/include: param.h Log Message: hiding PCI_MAGIC_IO_RANGE from userland is counter-productive To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/macppc/include/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/macppc/include/param.h diff -u src/sys/arch/macppc/include/param.h:1.17 src/sys/arch/macppc/include/param.h:1.18 --- src/sys/arch/macppc/include/param.h:1.17 Mon Jun 20 06:29:53 2011 +++ src/sys/arch/macppc/include/param.h Thu Jul 28 01:24:31 2011 @@ -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 <powerpc/param.h>