Merge branch 'vendor/TCSH'
[dragonfly.git] / share / man / man4 / sili.4
1 .\"     $OpenBSD: sili.4,v 1.3 2007/05/31 19:19:52 jmc Exp $
2 .\"
3 .\" Copyright (c) 2007 David Gwynne <dlg@openbsd.org>
4 .\"
5 .\" Permission to use, copy, modify, and distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
8 .\"
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 .\" TORTIOUS ACTION, ARISING OUT OF
15 .\" PERFORMANCE OF THIS SOFTWARE.
16 .\"
17 .Dd June 23, 2009
18 .Dt SILI 4
19 .Os
20 .Sh NAME
21 .Nm sili
22 .Nd Silicon Image 3124/3132/3531 SATA controller
23 .Sh SYNOPSIS
24 To compile this driver into the kernel,
25 place the following line in your
26 kernel configuration file:
27 .Bd -ragged -offset indent
28 .Cd "device sili"
29 .Ed
30 .Pp
31 Alternatively, to load the driver as a
32 module at boot time, place the following line in
33 .Xr loader.conf 5 :
34 .Bd -literal -offset indent
35 sili_load="YES"
36 .Ed
37 .Sh DESCRIPTION
38 The
39 .Nm
40 driver provides support for SATA controllers using the Silicon Image
41 3124/3132/3531 SATALink chipsets.
42 .Pp
43 Although
44 .Nm
45 controllers are actual ATA controllers, the driver emulates SCSI via a
46 translation layer.
47 .Sh SEE ALSO
48 .Xr ahci 4 ,
49 .Xr intro 4 ,
50 .Xr nata 4 ,
51 .Xr pci 4 ,
52 .Xr scsi 4 ,
53 .Xr loader.conf 5
54 .Sh HISTORY
55 The
56 .Nm
57 driver first appeared in
58 .Dx 2.3 .
59 .Sh AUTHORS
60 .An -nosplit
61 The
62 .Nm
63 driver was originally written by
64 .An David Gwynne Aq dlg@openbsd.org
65 and
66 .An Christopher Pascoe Aq pascoe@openbsd.org
67 for
68 .Ox .
69 .Pp
70 It was ported to
71 .Dx
72 by
73 .An Matt Dillon Aq dillon@apollo.backplane.com .