git: 7d1e32e513 - main - FAQ: follow microcode package rename
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Aug 2023 13:45:44 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/doc/commit/?id=7d1e32e5138658ffb86ea5e0fb14e4740830582c commit 7d1e32e5138658ffb86ea5e0fb14e4740830582c Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-08-28 13:07:17 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-08-28 13:45:20 +0000 FAQ: follow microcode package rename devcpu-data was renamed cpudata-microcode. Reviewed by: jrm, lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41615 --- documentation/content/en/books/faq/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/faq/_index.adoc b/documentation/content/en/books/faq/_index.adoc index 95797ddc0b..29750ae97f 100644 --- a/documentation/content/en/books/faq/_index.adoc +++ b/documentation/content/en/books/faq/_index.adoc @@ -625,12 +625,12 @@ FreeBSD's SMP implementation uses fine-grained locking, and performance scales n man:smp[4] has more details. [[microcode]] -==== What is microcode? How do I install Intel(R) CPU microcode updates? +==== What is microcode? How do I install AMD or Intel CPU microcode updates? Microcode is a method of programmatically implementing hardware level instructions. This allows for CPU bugs to be fixed without replacing the on board chip. -Install package:sysutils/devcpu-data[], then add: +Install package:sysutils/cpu-microcode[], then add: [.programlisting] ....