diff options
| author | macallan <macallan@NetBSD.org> | 2011-07-28 01:24:31 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2011-07-28 01:24:31 +0000 |
| commit | 1be13a76bb52bfdbfa7a57b1afe052dcd6ed8432 (patch) | |
| tree | ad8b382279a421154f09deb780804fd5f4552391 /sys/arch/macppc | |
| parent | 98a8209468638b25924aada8e3cc38042fe3c0a4 (diff) | |
hiding PCI_MAGIC_IO_RANGE from userland is counter-productive
Diffstat (limited to 'sys/arch/macppc')
| -rw-r--r-- | sys/arch/macppc/include/param.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 <powerpc/param.h> |
