summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/Makefile8
-rw-r--r--share/man/man4/pci.44
-rw-r--r--share/man/man4/sili.450
3 files changed, 57 insertions, 5 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index b71e14b7aba..716093d27e3 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.410 2007/03/20 03:40:38 todd Exp $
+# $OpenBSD: Makefile,v 1.411 2007/03/22 02:56:46 dlg Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -39,9 +39,9 @@ MAN= aac.4 ac97.4 acphy.4 \
rl.4 rln.4 rlphy.4 route.4 rt.4 rum.4 \
rtfps.4 rtii.4 rtw.4 safe.4 safte.4 san.4 sbus.4 scsi.4 sd.4 \
sdmmc.4 sdhc.4 ses.4 \
- sequencer.4 sf.4 sf2r.4 sfr.4 siop.4 sis.4 sk.4 sl.4 sm.4 softraid.4 \
- speaker.4 sppp.4 sqphy.4 ss.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.4 \
- systrace.4 tcic.4 tcp.4 termios.4 ti.4 tl.4 \
+ sequencer.4 sf.4 sf2r.4 sfr.4 sili.4 siop.4 sis.4 sk.4 sl.4 sm.4 \
+ softraid.4 speaker.4 sppp.4 sqphy.4 ss.4 st.4 ste.4 stge.4 sti.4 \
+ stp.4 sv.4 systrace.4 tcic.4 tcp.4 termios.4 ti.4 tl.4 \
tlphy.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 tun.4 twe.4 txp.4 \
txphy.4 uaudio.4 uark.4 uath.4 uberry.4 ubsa.4 ubsec.4 ubt.4 \
ucom.4 ucycom.4 udav.4 udcf.4 udp.4 udsbr.4 \
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index 287e51444c7..f7465afbbbf 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.206 2007/03/18 13:55:59 tom Exp $
+.\" $OpenBSD: pci.4,v 1.207 2007/03/22 02:56:46 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.
@@ -114,6 +114,8 @@ TRM-S1040 based PCI SCSI interface
Advanced Host Controller Interface for Serial ATA
.It Xr pciide 4
PCI IDE controller driver
+.It Xr sili 4
+Silicon Image 3124/3132/3531 SATA controller
.El
.Ss RAID and cache controllers
.Bl -tag -width 10n -offset ind -compact
diff --git a/share/man/man4/sili.4 b/share/man/man4/sili.4
new file mode 100644
index 00000000000..dee9cdd508a
--- /dev/null
+++ b/share/man/man4/sili.4
@@ -0,0 +1,50 @@
+.\" $OpenBSD: sili.4,v 1.1 2007/03/22 02:56:46 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 March 22, 2007
+.Dt SILI 4
+.Os
+.Sh NAME
+.Nm sili
+.Nd Silicon Image 3124/3132/3531 SATA controller
+.Sh SYNOPSIS
+.Cd "sili* at pci?"
+.Cd "scsibus* at sili?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for SATA controllers using the Silicon Image
+3124/3132/3531 SATALink chipsets.
+.Pp
+Although
+.Nm
+controllers are actual ATA controllers, the driver emulates SCSI via a
+translation layer.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr pci 4 ,
+.Xr scsi 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 .