First small hack at 68060 support: processor configuration register.

(We don't use the new instructions lpstop and plpa in our kernel, so no hurry.)
This commit is contained in:
is 1996-10-24 18:30:17 +00:00
parent b88543e379
commit 6e74f35ac9
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_disasm.c,v 1.15 1996/06/12 20:22:42 is Exp $ */
/* $NetBSD: db_disasm.c,v 1.16 1996/10/24 18:30:17 is Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@ -2241,6 +2241,10 @@ opcode_movec(dbuf, opc)
case 0x807:
tmp = "srp";
break;
/* 060: */
case 0x808:
tmp = "pcr";
break;
default:
tmp = "INVALID";
break;