amr.4 (86d7f5d3) amr.4 (2063b358)
1.\"
2.\" Copyright (c) 2000 Jeroen Ruigrok van der Werven
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23.\"
24.\" $FreeBSD: src/share/man/man4/amr.4,v 1.35 2006/06/18 14:45:28 brueffer Exp $
25.\"
1.\"
2.\" Copyright (c) 2000 Jeroen Ruigrok van der Werven
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23.\"
24.\" $FreeBSD: src/share/man/man4/amr.4,v 1.35 2006/06/18 14:45:28 brueffer Exp $
25.\"
26.Dd December 3, 2010
26.Dd July 11, 2012
27.Dt AMR 4
28.Os
29.Sh NAME
30.Nm amr
31.Nd MegaRAID SCSI/ATA/SATA RAID driver
32.Sh SYNOPSIS
33To compile this driver into the kernel,
34place the following lines in your
35kernel configuration file:
36.Bd -ragged -offset indent
37.Cd "device pci"
38.Cd "device scbus"
39.Cd "device amr"
40.Ed
41.Pp
27.Dt AMR 4
28.Os
29.Sh NAME
30.Nm amr
31.Nd MegaRAID SCSI/ATA/SATA RAID driver
32.Sh SYNOPSIS
33To compile this driver into the kernel,
34place the following lines in your
35kernel configuration file:
36.Bd -ragged -offset indent
37.Cd "device pci"
38.Cd "device scbus"
39.Cd "device amr"
40.Ed
41.Pp
42To compile in debugging code:
43.Cd options AMR_DEBUG=x # x=3 is maximum verbosity
44.Ed
45.Pp
42Alternatively, to load the driver as a
43module at boot time, place the following line in
44.Xr loader.conf 5 :
45.Bd -literal -offset indent
46amr_load="YES"
47.Ed
48.Sh DESCRIPTION
49The

--- 101 unchanged lines hidden (view full) ---

151.It
152HP Embedded NetRAID
153.It
154Intel RAID Controller SRCS16
155.It
156Intel RAID Controller SRCU42X
157.El
158.Sh DIAGNOSTICS
46Alternatively, to load the driver as a
47module at boot time, place the following line in
48.Xr loader.conf 5 :
49.Bd -literal -offset indent
50amr_load="YES"
51.Ed
52.Sh DESCRIPTION
53The

--- 101 unchanged lines hidden (view full) ---

155.It
156HP Embedded NetRAID
157.It
158Intel RAID Controller SRCS16
159.It
160Intel RAID Controller SRCU42X
161.El
162.Sh DIAGNOSTICS
163Compiling with
164.Dv AAC_DEBUG
165will enable debug messages.
166.Pp
159.Ss Driver initialisation/shutdown phase
160.Bl -diag
161.It amr%d: memory window not available
162.It amr%d: I/O window not available
163.Pp
164The PCI BIOS did not allocate resources necessary for the correct operation of
165the controller.
166The driver cannot attach to this controller.

--- 75 unchanged lines hidden ---
167.Ss Driver initialisation/shutdown phase
168.Bl -diag
169.It amr%d: memory window not available
170.It amr%d: I/O window not available
171.Pp
172The PCI BIOS did not allocate resources necessary for the correct operation of
173the controller.
174The driver cannot attach to this controller.

--- 75 unchanged lines hidden ---