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