aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/arch-handbook/pci/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/en/books/arch-handbook/pci/_index.adoc')
-rw-r--r--documentation/content/en/books/arch-handbook/pci/_index.adoc34
1 files changed, 25 insertions, 9 deletions
diff --git a/documentation/content/en/books/arch-handbook/pci/_index.adoc b/documentation/content/en/books/arch-handbook/pci/_index.adoc
index b7385d0b2d..6a68d8e97d 100644
--- a/documentation/content/en/books/arch-handbook/pci/_index.adoc
+++ b/documentation/content/en/books/arch-handbook/pci/_index.adoc
@@ -4,6 +4,9 @@ prev: books/arch-handbook/isa
next: books/arch-handbook/scsi
description: PCI Devices
tags: ["PCI", "Devices", "example", "guide"]
+showBookMenu: true
+weight: 13
+path: "/books/arch-handbook/pci/"
---
[[pci]]
@@ -14,22 +17,35 @@ tags: ["PCI", "Devices", "example", "guide"]
:icons: font
:sectnums:
:sectnumlevels: 6
+:sectnumoffset: 11
+:partnums:
:source-highlighter: rouge
:experimental:
-:skip-front-matter:
-:xrefstyle: basic
-:relfileprefix: ../
-:outfilesuffix:
-:sectnumoffset: 11
+:images-path: books/arch-handbook/
-include::shared/mirrors.adoc[]
+ifdef::env-beastie[]
+ifdef::backend-html5[]
+:imagesdir: ../../../../images/{images-path}
+endif::[]
+ifndef::book[]
include::shared/authors.adoc[]
+include::shared/mirrors.adoc[]
include::shared/releases.adoc[]
-include::shared/en/mailing-lists.adoc[]
-include::shared/en/teams.adoc[]
-include::shared/en/urls.adoc[]
+include::shared/attributes/attributes-{{% lang %}}.adoc[]
+include::shared/{{% lang %}}/teams.adoc[]
+include::shared/{{% lang %}}/mailing-lists.adoc[]
+include::shared/{{% lang %}}/urls.adoc[]
+toc::[]
+endif::[]
+ifdef::backend-pdf,backend-epub3[]
+include::../../../../../shared/asciidoctor.adoc[]
+endif::[]
+endif::[]
+ifndef::env-beastie[]
toc::[]
+include::../../../../../shared/asciidoctor.adoc[]
+endif::[]
This chapter will talk about the FreeBSD mechanisms for writing a device driver for a device on a PCI bus.