diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-07-02 01:57:55 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-07-02 01:57:55 +0000 |
commit | bfe63d9a14becbeeef449c7659e8294911d24ba9 (patch) | |
tree | ffdc4a9698ef75e7f825e3d7cccd1fe4eff8f472 /share/man | |
parent | f2a8fd953b5825c77818056062bfde8601920b9f (diff) |
document jmb(4).
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 7 | ||||
-rw-r--r-- | share/man/man4/jmb.4 | 51 |
2 files changed, 55 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 722ef6c0895..a2ce7fc2cc8 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.420 2007/06/19 11:33:40 uwe Exp $ +# $OpenBSD: Makefile,v 1.421 2007/07/02 01:57:54 dlg Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -23,8 +23,9 @@ MAN= aac.4 ac97.4 acphy.4 \ ichiic.4 ichwdt.4 icmp.4 icmp6.4 icsphy.4 ifmedia.4 \ iha.4 iic.4 inet.4 inet6.4 inphy.4 iop.4 iophy.4 ioprbs.4 \ iopsp.4 ip.4 ip6.4 ipcomp.4 ipgphy.4 ipmi.4 ips.4 ipsec.4 ipw.4 \ - isa.4 isagpio.4 isapnp.4 \ - ises.4 isp.4 it.4 iwi.4 ixgb.4 ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \ + isa.4 isagpio.4 isapnp.4 ises.4 isp.4 it.4 iwi.4 ixgb.4 \ + jmb.4 \ + ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \ lmc.4 lmenv.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \ maestro.4 mainbus.4 malo.4 maxds.4 maxtmp.4 mbg.4 midi.4 mii.4 mfi.4 \ moscom.4 mpi.4 mpu.4 msk.4 mtd.4 mtdphy.4 multicast.4 mtio.4 myx.4 \ diff --git a/share/man/man4/jmb.4 b/share/man/man4/jmb.4 new file mode 100644 index 00000000000..16582deae03 --- /dev/null +++ b/share/man/man4/jmb.4 @@ -0,0 +1,51 @@ +.\" $OpenBSD: jmb.4,v 1.1 2007/07/02 01:57:54 dlg Exp $ +.\" +.\" Copyright (c) 2007 David Gwynne <dlg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" TORTIOUS ACTION, ARISING OUT OF +.\" PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: July 2 2007 $ +.Dt JMB 4 +.Os +.Sh NAME +.Nm jmb +.Nd JMicron JMB36x SATA II and PATA Host Controller +.Sh SYNOPSIS +.Cd "jmb* at pci?" +.Cd "ahci* 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 +controller specification. +Since support for both SATA and PATA devices can be enabled on the same PCI +device and we can only attach one driver per PCI device, the +.Nm +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. +.Sh SEE ALSO +.Xr ahci 4 , +.Xr intro 4 , +.Xr pci 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.2 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An David Gwynne Aq dlg@openbsd.org . |