diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-07-02 14:17:44 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-07-02 14:17:44 +0000 |
commit | c24346fca83c8ca0b60d481bfbea5056767f748b (patch) | |
tree | fe3d9f6513d893fff75117bccf94a6e2c26dbac8 | |
parent | 61e8bfb52f6677f5ada8920c4dfc03bb3fb17e32 (diff) |
pciide can attach to jmb now
-rw-r--r-- | share/man/man4/jmb.4 | 10 | ||||
-rw-r--r-- | share/man/man4/pciide.4 | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/share/man/man4/jmb.4 b/share/man/man4/jmb.4 index 9f67660c28d..3eafdd9a78f 100644 --- a/share/man/man4/jmb.4 +++ b/share/man/man4/jmb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: jmb.4,v 1.2 2007/07/02 10:18:02 jmc Exp $ +.\" $OpenBSD: jmb.4,v 1.3 2007/07/02 14:17:43 dlg Exp $ .\" .\" Copyright (c) 2007 David Gwynne <dlg@openbsd.org> .\" @@ -23,6 +23,7 @@ .Sh SYNOPSIS .Cd "jmb* at pci?" .Cd "ahci* at jmb?" +.Cd "pciide* at jmb?" .Sh DESCRIPTION JMicron JMB36x hardware can provide support for SATA devices using the Advanced Host Controller Interface for Serial ATA, and for PATA devices using PCI IDE @@ -33,11 +34,14 @@ device but only one driver per PCI device can be attached, the driver acts as a nexus to other drivers that support the SATA and PATA functionality. .Xr ahci 4 -supports the SATA functionality on these controllers. +supports the SATA functionality, and +.Xr pciide 4 +support the PATA functionality on these controllers. .Sh SEE ALSO .Xr ahci 4 , .Xr intro 4 , -.Xr pci 4 +.Xr pci 4 , +.Xr pciide 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/pciide.4 b/share/man/man4/pciide.4 index 4d276f7444a..d913f7c9af7 100644 --- a/share/man/man4/pciide.4 +++ b/share/man/man4/pciide.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pciide.4,v 1.72 2007/06/20 04:10:59 jsg Exp $ +.\" $OpenBSD: pciide.4,v 1.73 2007/07/02 14:17:43 dlg Exp $ .\" $NetBSD: pciide.4,v 1.8 1999/03/16 01:19:17 garbled Exp $ .\" .\" Copyright (c) 1998 Manuel Bouyer. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 20 2007 $ +.Dd $Mdocdate: July 2 2007 $ .Dt PCIIDE 4 .Os .Sh NAME @@ -39,6 +39,7 @@ .Nd PCI IDE controller driver .Sh SYNOPSIS .Cd "pciide* at pci? flags 0x0000" +.Cd "pciide* at jmb? flags 0x0000" .Pp .Cd "option PCIIDE_AMD756_ENABLEDMA" .Cd "option PCIIDE_CMD064x_DISABLE" @@ -130,6 +131,7 @@ cause a machine hang. .Sh SEE ALSO .Xr atapiscsi 4 , .Xr intro 4 , +.Xr jmb 4 , .Xr pci 4 , .Xr scsi 4 , .Xr wd 4 , |