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