aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Saldivar <msaldivar@journaltechnologies.com>2026-05-16 09:36:51 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2026-05-16 09:36:51 +0000
commitc085ee0716be0905e6872775f0d64cbe7bdf4855 (patch)
treead8a9d853d2f5954364c107dca7dbc701bba0da1
parent1bab65ff730bd6835a01ff6310f848244d3a9a42 (diff)
Handbook-x11: Update 20-drivers.conf example
Reviewed by: ziaee Pull Request: https://github.com/freebsd/freebsd-doc/pull/636
-rw-r--r--documentation/content/en/books/handbook/x11/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/x11/_index.adoc b/documentation/content/en/books/handbook/x11/_index.adoc
index a9b5cb8f42..1106260d6c 100644
--- a/documentation/content/en/books/handbook/x11/_index.adoc
+++ b/documentation/content/en/books/handbook/x11/_index.adoc
@@ -592,7 +592,7 @@ EndSection
Section "Device"
Identifier "Card1"
Driver "nvidia"
- BusID "pci0:0:2:1"
+ BusID "pci0:1:0:0"
EndSection
....
====