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