dpt.4freebsd

Langue: en

Version: 300304 (debian - 07/07/09)

Section: 4 (Pilotes et protocoles réseau)


BSD mandoc

NAME

dpt - DPT RAID Controller SCSI driver

SYNOPSIS

To compile this driver into the kernel, place the following lines in your kernel configuration file:
device scbus device dpt

For one or more EISA cards: device eisa

For one or more ISA cards: device isa

For one or more PCI cards: device pci

To allow PCI adapters to use memory mapped I/O if enabled: options DPT_ALLOW_MEMIO

Alternatively, to load the driver as a module at boot time, place the following line in loader.conf5:

 dpt_load="YES"
 

DESCRIPTION

The driver supports DPT RAID SCSI controllers.

SmartRAID (PM3???) are "Enterprise" class cards, and SmartCache (PM2???) cards are in the "Workstation" class. The Gen 4 Smart Cache IV products were a re-issue of the Gen 3 utilizing upgraded (and cheaper to produce) silicon. The PM3334 (Smart RAID III) was not revamped as there was no upgraded silicon (68040 processor) and it was using the best DPT made. Note there has been customer confusion over the faster enterprise class card supported by this driver being an older generation. The Gen5 cards are supported by the asr(4) driver.

HARDWARE

The driver provides support for the following RAID adapters:

SEE ALSO

asr(4), cd(4), ch(4), da(4), sa(4), scsi(4)

HISTORY

The driver first appeared in Fx 2.2.6 .

AUTHORS

An -nosplit The driver was written by An Simon Shapiro and ported to the CAM SCSI system by An Justin T. Gibbs .