From a938a57b1f753b55309620f7e0ecb50db35645b7 Mon Sep 17 00:00:00 2001 From: mglocker Date: Tue, 9 Apr 2024 20:18:37 +0000 Subject: [PATCH] Add ufshci(4) to pci(4). While there, add ahci(4) to acpi(4). Suggested and ok jmc@ --- share/man/man4/acpi.4 | 6 ++++-- share/man/man4/pci.4 | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index 7472cdb21f0..4749ed365bc 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpi.4,v 1.73 2023/12/11 15:21:14 jmc Exp $ +.\" $OpenBSD: acpi.4,v 1.74 2024/04/09 20:18:37 mglocker Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 11 2023 $ +.Dd $Mdocdate: April 9 2024 $ .Dt ACPI 4 .Os .Sh NAME @@ -94,6 +94,8 @@ ACPI thermal zone ACPI video .It Xr acpivout 4 ACPI video output +.It Xr ahci 4 +Advanced Host Controller Interface for Serial ATA .It Xr aibs 4 ASUSTeK AI Booster ACPI ATK0110 temperature, voltage, and fan sensor .It Xr amdgpio 4 diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 0516639871e..c1a7b267229 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.405 2024/02/15 15:42:16 jmc Exp $ +.\" $OpenBSD: pci.4,v 1.406 2024/04/09 20:18:37 mglocker Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 15 2024 $ +.Dd $Mdocdate: April 9 2024 $ .Dt PCI 4 .Os .Sh NAME @@ -135,6 +135,8 @@ QLogic ISP1000/1020/1x40/1x80/1x160 SCSI controller LSI/Symbios Logic/NCR 53c8xx SCSI interface .It Xr trm 4 TRM-S1040 based PCI SCSI interface +.It Xr ufshci 4 +Universal Flash Storage Host Controller Interface .It Xr vmwpvs 4 VMware Paravirtual SCSI .El -- 2.20.1