tail head cat sleep
QR code linking to this page

Manual Pages  — ESP

NAME

esp – Emulex ESP, NCR 53C9x and QLogic FAS families based SCSI controllers

CONTENTS

SYNOPSIS

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

Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

if_esp_load="YES"

DEPRECATION NOTICE

The esp driver is not present in FreeBSD 14.0 .

DESCRIPTION

The esp driver provides support for the AMD Am53C974, the Emulex ESP100, ESP100A, ESP200 and ESP406, the NCR 53C90, 53C94 and 53C96 as well as the QLogic FAS100A, FAS216, FAS366 and FAS408 SCSI controller chips found in a wide variety of systems and peripheral boards.

HARDWARE

Controllers supported by the esp driver include:

SEE ALSO

cd(4), ch(4), da(4), intro(4), pci(4), sa(4), sbus(4), scsi(4), camcontrol(8)

HISTORY

The esp driver first appeared in NetBSD The first FreeBSD version to include it was FreeBSD 5.3 .

AUTHORS

The esp driver was ported to FreeBSD by Scott Long <Mt scottl@FreeBSD.org> and later on considerably improved by Marius Strobl <Mt marius@FreeBSD.org>.

BUGS

The esp driver should read the EEPROM settings of Tekram controllers.

ESP (4) March 10, 2020

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

Never write it in C if you can do it in `awk';
Never do it in `awk' if `sed' can handle it;
Never use `sed' when `tr' can do the job;
Never invoke `tr' when `cat' is sufficient;
Avoid using `cat' whenever possible.
— Taylor's Laws of Programming