Home | History | Annotate | Line # | Download | only in include
vmparam.h revision 1.21.84.1
      1  1.21.84.1  bouyer /*	$NetBSD: vmparam.h,v 1.21.84.1 2007/11/18 19:34:37 bouyer Exp $	*/
      2  1.21.84.1  bouyer 
      3  1.21.84.1  bouyer /*
      4  1.21.84.1  bouyer  * These are based on the segments that are least commonly used, and when
      5  1.21.84.1  bouyer  * used, they are less often used as primary PCI's, or PCI's with video or
      6  1.21.84.1  bouyer  * AGP.  There is no unused value for these, as every different machine
      7  1.21.84.1  bouyer  * uses all, or some of the segments after 0x8.
      8  1.21.84.1  bouyer  */
      9  1.21.84.1  bouyer 
     10  1.21.84.1  bouyer #define USER_SR		0xe
     11  1.21.84.1  bouyer #define KERNEL_SR	0xa
     12  1.21.84.1  bouyer #define KERNEL2_SR	0xb
     13        1.1      ws 
     14       1.21    matt #include <powerpc/oea/vmparam.h>
     15