Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / share / man / man4 / man4.i386 / asr.4
1 .\" Copyright (c) 2000 Adaptec, Inc.
2 .\" All rights reserved.
3 .\"
4 .\" Manpage cleanup by: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
5 .\"
6 .\" $FreeBSD: src/share/man/man4/man4.i386/asr.4,v 1.2.2.8 2001/08/17 13:08:45 ru Exp $
7 .\" $DragonFly: src/share/man/man4/man4.i386/asr.4,v 1.3 2008/07/09 16:23:55 thomas Exp $
8 .\"
9 .Dd October 27, 2000
10 .Dt ASR 4 i386
11 .Os
12 .Sh NAME
13 .Nm asr
14 .Nd driver for Adaptec I2O based SCSI/ATA host bus adapters
15 .Sh SYNOPSIS
16 .Cd "device asr"
17 .Sh DESCRIPTION
18 The Adaptec
19 .Nm
20 driver provides access to disks
21 and disk arrays controlled by I2O based host bus adapters and
22 SmartRAID SCSI RAID adapters through the standard SCSI disk
23 .Xr da 4
24 interface.
25 The adapters currently supported include the following RAID adapters:
26 .Pp
27 .Bl -tag -width "Adaptec SmartRAID PM1554" -compact
28 .It Adaptec SCSI RAID 2100S
29 .It Adaptec ATA-100 RAID 2400A
30 .It Adaptec SCSI RAID 3200S
31 .It Adaptec SCSI RAID 3400S
32 .It Adaptec SmartRAID PM1554
33 .It Adaptec SmartRAID PM2554
34 .It Adaptec SmartRAID PM2564
35 .It Adaptec SmartRAID PM2664
36 .It Adaptec SmartRAID PM2865
37 .It Adaptec SmartRAID PM3754
38 .It Adaptec SmartRAID PM3755
39 .It Adaptec SmartRAID PM3757
40 .El
41 .Pp
42 Some of the adapters provide 64 bit PCI,
43 Compact PCI,
44 ACPI and up to four channels of Ultra 160 SCSI,
45 or two channels of 1GB Fibre.
46 All support RAID-0, RAID-1, RAID-10, RAID-5 and RAID-50 arrays.
47 All SCSI target types are supported.
48 For the ATA based controllers, one IDE drive per channel is supported.
49 Hot-swapping of IDE drives is not supported at this time.
50 .Pp
51 The PCI adapters automatically configure
52 using the configuration mechanism of the bus they are on.
53 With PCI adapters
54 the IRQ sometimes has to be assigned from a BIOS configuration menu
55 (some BIOS's do this automatically).
56 .Pp
57 All host bus adapters must be configured
58 before they can be used with any operating system.
59 Please contact Adaptec directly to obtain the latest information
60 on configuration utilities for the adapters.
61 Currently there are both a GUI Motif based configuration utility
62 and a CLI based configuration utility available from the Adaptec Web site.
63 Note that in the absence of a native
64 .Dx
65 version
66 of the configuration utilities
67 does not mean one cannot configure the devices via the BIOS
68 based configuration tool Storage Manager on ROM (SMOR).
69 .Sh FILES
70 .Bl -tag -width "/dev/asr*" -compact
71 .It Pa /dev/asr*
72 Adaptec SCSI RAID control nodes
73 .El
74 .Sh NOTES
75 The ATA based controllers present their devices as SCSI-like devices via CAM.
76 For IDE drives attached to these cards, a subset of standard SCSI commands
77 and mode pages are understood via translation performed in the card's firmware.
78 .Sh SEE ALSO
79 .Xr da 4
80 .Sh HISTORY
81 The
82 .Nm
83 (Adaptec SCSI RAID)
84 driver first appeared as the dpti2o driver under BSDi
85 .Bsx 3.2 ,
86 then under
87 .Fx 2.2.8
88 and was ported over to the CAM layer represented in 4.0.
89 .Sh AUTHORS
90 .An -nosplit
91 The
92 .Nm
93 driver was kindly donated by Adaptec
94 and is maintained by
95 .An Mark Salyzyn Aq mark_salyzyn@adaptec.com .
96 This manual page was written by
97 .An Mark Salyzyn
98 and fixed up by
99 .An Jeroen Ruigrok van der Werven Aq asmodai@FreeBSD.org .