diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-12-09 05:10:44 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-12-09 05:10:44 +0000 |
commit | 7b2baa710681879167c220b8f2d1cbff81478bb1 (patch) | |
tree | 7e998f1f54bb8f34417b622f2f3f59fafac2ef2c /share/man/man4/pci.4 | |
parent | 146fd3fa2f58d7af3af23b415570aa879db671c6 (diff) |
the start of a driver for ahci controllers. this does nothing but map the
register space and hook an interrupt up for the controller i have, but it
is going into the tree so i can work on it.
commit early, commit often
Diffstat (limited to 'share/man/man4/pci.4')
-rw-r--r-- | share/man/man4/pci.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index ac39048c151..d8f172c426a 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.196 2006/12/01 16:50:16 jsg Exp $ +.\" $OpenBSD: pci.4,v 1.197 2006/12/09 05:10:43 dlg Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -109,6 +109,8 @@ TRM-S1040 based PCI SCSI interface .El .Ss IDE disk controllers .Bl -tag -width 10n -offset ind -compact +.It Xr ahci 4 +Advanced Host Controller Interface for Serial ATA .It Xr pciide 4 PCI IDE controller driver .El |