Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dpti(4) [netbsd man page]

DPTI(4) 						   BSD Kernel Interfaces Manual 						   DPTI(4)

NAME
dpti -- DPT/Adaptec I2O RAID management interface SYNOPSIS
dpti* at iop? tid 0 DESCRIPTION
The dpti driver attaches to DPT and Adaptec IOPs, and provides the pass-through command interface used by the management tools for these devices. dptelog, dptmgr, and raidutil version 3.12 as provided by Adaptec have been tested with this driver. FILES
/dev/dptiu control device for unit u SEE ALSO
dpt(4), intro(4), iop(4), iopsp(4), ld(4), iopctl(8) The sysutils/dptutil and sysutils/storage-manager packages. HISTORY
The dpti driver first appeared in NetBSD 1.5.3. BSD
December 7, 2002 BSD

Check Out this Related Man Page

AAC(4)							   BSD Kernel Interfaces Manual 						    AAC(4)

NAME
aac -- Adaptec AdvancedRAID Controller driver SYNOPSIS
aac* at pci? dev ? function ? ld* at aac? unit ? DESCRIPTION
The aac driver provides support for the Adaptec AAC family of SCSI and SATA RAID controllers. These controllers support RAID 0, 1, 5, 10, and volume sets. They have four channels in the add-in version or 1-2 channels in the motherboard integrated version, and are most often found rebadged by Dell, Hewlett-Packard or IBM. Supported controllers include: o Adaptec AAC-364 o Adaptec SCSI RAID 2120S o Adaptec SCSI RAID 2200S o Adaptec SATA RAID 2410SA o Adaptec SATA RAID 3405 o Adaptec SCSI RAID 5400S o Dell PERC 2/Si o Dell PERC 2/QC o Dell PERC 3/Di o Dell PERC 3/Si o Dell PERC 320/DC o Dell CERC SATA RAID 1.5/6ch o HP NetRAID 4M o HP ML110 G2 (Adaptec SATA RAID 2610SA) o IBM ServeRAID 8k Access to RAID containers is available via the ld device driver. Individual drives cannot be accessed unless they are part of a container or volume set, and non-fixed disks cannot be accessed. Containers can be configured by using the on-board BIOS utility of the card. DIAGNOSTICS
The adapter can send status and alert messages asynchronously to the driver. These messages are printed on the system console. SEE ALSO
intro(4), ld(4) HISTORY
The aac driver first appeared in NetBSD 1.6, and was based on the FreeBSD driver of the same name. BUGS
This driver is not compatible with controllers that have version 1.x firmware. The firmware version is the same as the kernel version printed in the BIOS POST and driver attach messages. BSD
February 19, 2011 BSD
Man Page