31e40c8ce1
MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow. The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work. The evbmips port will support more MIPS evaluation boards in the future.
14 lines
266 B
C
14 lines
266 B
C
/* $NetBSD: vmparam.h,v 1.1 2002/03/07 14:44:02 simonb Exp $ */
|
|
|
|
#ifndef _EVBMIPS_VMPARAM_H_
|
|
#define _EVBMIPS_VMPARAM_H_
|
|
|
|
#include <mips/vmparam.h>
|
|
|
|
#define VM_PHYSSEG_MAX 1
|
|
|
|
#define VM_NFREELIST 1
|
|
#define VM_FREELIST_DEFAULT 0
|
|
|
|
#endif /* !_EVBMIPS_VMPARAM_H_ */
|