Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cats/include Update vmparam.h to just have the cats...
details: https://anonhg.NetBSD.org/src/rev/d2c847bb9263
branches: trunk
changeset: 511533:d2c847bb9263
user: chris <chris%NetBSD.org@localhost>
date: Thu Jun 21 09:29:39 2001 +0000
description:
Update vmparam.h to just have the cats value for KERNEL_VM_SIZE.
As noted by Robert Swindells.
diffstat:
sys/arch/cats/include/vmparam.h | 19 ++-----------------
1 files changed, 2 insertions(+), 17 deletions(-)
diffs (50 lines):
diff -r 1e279df8a6bd -r d2c847bb9263 sys/arch/cats/include/vmparam.h
--- a/sys/arch/cats/include/vmparam.h Thu Jun 21 06:24:23 2001 +0000
+++ b/sys/arch/cats/include/vmparam.h Thu Jun 21 09:29:39 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.1 2001/06/08 22:23:03 chris Exp $ */
+/* $NetBSD: vmparam.h,v 1.2 2001/06/21 09:29:39 chris Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -108,25 +108,12 @@
* You only need to increase these values if you find that the number of
* buffers is being limited due to lack of VA space.
*/
-#if defined(FOOTBRIDGE)
+
/*
* The range 0xf1000000 - 0xfcffffff is available for kernel VM space
* Footbridge registers and I/O mappings occupy 0xfd000000 - 0xffffffff
*/
#define KERNEL_VM_SIZE 0x07000000
-#elif defined(SHARK)
-/*
- * The range 0xf1000000 - 0xf6ffffff is available for kernel VM space
- * OFW sites at 0xf7000000
- */
-#define KERNEL_VM_SIZE 0x04000000
-#else
-/*
- * The range 0xf1000000 - 0xf5ffffff is available for kernel VM space
- * Fixed mappings exist from 0xf6000000 - 0xffffffff
- */
-#define KERNEL_VM_SIZE 0x05000000
-#endif
#define PROCESS_PAGE_TBLS_BASE PAGE_TABLE_SPACE_START
/*
@@ -188,13 +175,11 @@
*
* - DEFAULT for all systems
* - ISADMA for the ISA DMA range on Sharks only
- * - RPCDMA for the DMA range on RiscPC's + Kinetic cards
*/
#define VM_NFREELIST 2
#define VM_FREELIST_DEFAULT 0
#define VM_FREELIST_ISADMA 1
-#define VM_FREELIST_RPCDMA 1
/*
* define structure pmap_physseg: there is one of these structures
Home |
Main Index |
Thread Index |
Old Index