mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 23:27:35 -04:00
17 lines
466 B
C
17 lines
466 B
C
/* $NetBSD: vmparam.h,v 1.23 2011/06/20 08:01:14 matt Exp $ */
|
|
|
|
/*
|
|
* These are based on the segments that are least commonly used, and when
|
|
* used, they are less often used as primary PCI's, or PCI's with video or
|
|
* AGP. There is no unused value for these, as every different machine
|
|
* uses all, or some of the segments after 0x8.
|
|
*/
|
|
|
|
#if !defined(_MODULE)
|
|
#define KERNEL_SR 0xa
|
|
#define KERNEL2_SR 0xb
|
|
#define USER_SR 0xe
|
|
#endif
|
|
|
|
#include <powerpc/vmparam.h>
|