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 /share/man/man4/jmb.4 | |
parent | 61e8bfb52f6677f5ada8920c4dfc03bb3fb17e32 (diff) |
pciide can attach to jmb now
Diffstat (limited to 'share/man/man4/jmb.4')
-rw-r--r-- | share/man/man4/jmb.4 | 10 |
1 files changed, 7 insertions, 3 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 |