mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Record the new PALcode revision in the pcs structure after changing to
run OSF/1 PALcode. Obtained from: NetBSD
This commit is contained in:
parent
27d3393199
commit
e347aadd85
1 changed files with 2 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue