USRIOSIZE had to be changed from 32 to 128,
when MAXBSIZE was changed from 16KB to 64KB(MAXPHYS) on <sys/param.h> revision 1.28.
This commit is contained in:
parent
c2ebb05a74
commit
9fee25ddfa
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: vmparam.h,v 1.23 2000/05/06 05:19:32 nisimura Exp $ */
|
||||
/* $NetBSD: vmparam.h,v 1.24 2000/06/09 04:18:19 soda Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
@ -81,10 +81,10 @@
|
||||
|
||||
/*
|
||||
* PTEs for mapping user space into the kernel for phyio operations.
|
||||
* 16 pte's are enough to cover 8 disks * MAXBSIZE.
|
||||
* The default PTE number is enough to cover 8 disks * MAXBSIZE.
|
||||
*/
|
||||
#ifndef USRIOSIZE
|
||||
#define USRIOSIZE 32
|
||||
#define USRIOSIZE (MAXBSIZE/NBPG * 8)
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user