diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-12-02 20:11:49 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-12-02 20:11:49 +0000 |
| commit | fbd78c8e3c19fb909fcb588ffc8e8d52e42bded6 (patch) | |
| tree | 6b8529da959daae59c0db0995cb059c9bd8c2d55 | |
| parent | 1187860bcf0f246ab553020f64eb5b8b2e629e76 (diff) | |
Add PVR processor type fields for IBM 405GP and IBM 405L.
| -rw-r--r-- | sys/arch/powerpc/include/spr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/powerpc/include/spr.h b/sys/arch/powerpc/include/spr.h index 173c04a6b8f..db4fde69512 100644 --- a/sys/arch/powerpc/include/spr.h +++ b/sys/arch/powerpc/include/spr.h @@ -62,6 +62,8 @@ #define MPC8240 0x0081 #define MPC7450 0x8000 #define MPC7410 0x800c +#define IBM405GP 0x4011 +#define IBM405L 0x4161 #define SPR_IBAT0U 0x210 /* .68 Instruction BAT Reg 0 Upper */ #define SPR_IBAT0L 0x211 /* .68 Instruction BAT Reg 0 Lower */ #define SPR_IBAT1U 0x212 /* .68 Instruction BAT Reg 1 Upper */ |
