diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-07-02 03:37:41 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-07-02 03:37:41 +0000 |
commit | ee530d2aa4b3cacb6cea81cb8c4781c2f85d329e (patch) | |
tree | a07c36793dc594714582dc069bdf8721cd94f5c7 /share/man | |
parent | 78c344efb8db4cd180ebe2b4c5124207b976f4cc (diff) |
ahci attaches to jmb as well
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/ahci.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/ahci.4 b/share/man/man4/ahci.4 index 8ba06bbf71c..75c9e48a254 100644 --- a/share/man/man4/ahci.4 +++ b/share/man/man4/ahci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ahci.4,v 1.5 2007/05/31 19:19:49 jmc Exp $ +.\" $OpenBSD: ahci.4,v 1.6 2007/07/02 03:37:40 dlg Exp $ .\" .\" Copyright (c) 2006 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" TORTIOUS ACTION, ARISING OUT OF .\" PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: July 2 2007 $ .Dt AHCI 4 .Os .Sh NAME @@ -22,6 +22,7 @@ .Nd Advanced Host Controller Interface for Serial ATA .Sh SYNOPSIS .Cd "ahci* at pci?" +.Cd "ahci* at jmb?" .Cd "scsibus* at ahci?" .Sh DESCRIPTION The @@ -39,6 +40,7 @@ controllers are actual ATA controllers, the driver emulates SCSI via a translation layer. .Sh SEE ALSO .Xr intro 4 , +.Xr jmb 4 , .Xr pci 4 , .Xr pciide 4 , .Xr scsi 4 |