Record the new PALcode revision in the pcs structure after changing to

run OSF/1 PALcode.

Obtained from: NetBSD
This commit is contained in:
dfr 2000-06-03 08:24:37 +00:00
parent a5752e4f08
commit 784d209c46

View File

@ -66,6 +66,8 @@ OSFpal()
return;
}
switch_palcode();
bcopy(&p->pcs_palrevisions[PALvar_OSF1], &p->pcs_pal_rev,
sizeof(p->pcs_pal_rev));
printf("Switch to OSF PAL code succeeded.\n");
}