Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / ofppc / include / vmparam.h
blob9b8e1d465175cb742169d0961861d6435c5b1c78
1 /* $NetBSD: vmparam.h,v 1.21 2003/02/03 17:09:59 matt Exp $ */
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 */
10 #define USER_SR 0xe
11 #define KERNEL_SR 0xa
12 #define KERNEL2_SR 0xb
14 #include <powerpc/oea/vmparam.h>