|
NAMEciss —
Common Interface for SCSI-3 Support driver
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device scbus
device ciss Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ciss_load="YES" DESCRIPTIONTheciss driver claims to provide a common interface
between generic SCSI transports and intelligent host adapters.
The We provide a shim layer between the Currently Non-disk devices (such as internal DATs and devices attached to the external SCSI bus) are supported as normal CAM devices provided that they are exported by the controller firmware and are not marked as being masked. Masked devices can be exposed by setting the hw.ciss.expose_hidden_physical tunable to non-zero at boot time. Direct Access devices (such as disk drives) are only exposed as pass(4) devices. Hot-insertion and removal of devices is supported and notification messages will be reported to the console and logs. The problem which adapter freezes with the message “ADAPTER HEARTBEAT FAILED” might be solved by updating the firmware and/or setting the hw.ciss.nop_message_heartbeat tunable to non-zero at boot time. HARDWAREControllers supported by theciss driver include:
SEE ALSOcam(4), pass(4), xpt(4), loader.conf(5), camcontrol(8)CISS Command Interface for SCSI-3 Support Open Specification, Version 1.04, Valence Number 1, Compaq Computer Corporation, 2000/11/27. AUTHORSTheciss driver was written by Mike
Smith
<msmith@FreeBSD.org>.
This manual page is based on his comments and was written by Tom Rhodes <trhodes@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |