aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-08-28 13:07:17 +0000
committerEd Maste <emaste@FreeBSD.org>2023-08-28 13:45:20 +0000
commit7d1e32e5138658ffb86ea5e0fb14e4740830582c (patch)
treefb30e9d2969b94eeda50931e16c9afe7698e7abe
parente3a3930765bb395384f35b86cf0717c334cc9858 (diff)
downloaddoc-7d1e32e513.tar.gz
doc-7d1e32e513.zip
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
-rw-r--r--documentation/content/en/books/faq/_index.adoc4
1 files 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]
....