|
NAMEsiis —
SiliconImage Serial ATA Host Controller driver
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device pci
device scbus
device siis Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): siis_load="YES" The following tunables are settable from the loader(8):
DESCRIPTIONThis driver provides the CAM(4) subsystem with native access to the SATA ports of controller. Each SATA port is represented to CAM as a separate bus with 16 targets. Most of the bus-management details are handled by the SATA-specific transport of CAM. Connected ATA disks are handled by the ATA protocol disk peripheral driver ada(4). ATAPI devices are handled by the SCSI protocol peripheral drivers cd(4), da(4), sa(4), etc.Driver features include support for Serial ATA and ATAPI devices, Port Multipliers (including FIS-based switching), hardware command queues (31 command per port), Native Command Queuing, SATA interface Power Management, device hot-plug and Message Signaled Interrupts. The activity LEDs of the adapters supported by the
HARDWAREThesiis driver supports the following controller chips:
FILES
SEE ALSOada(4), ata(4), cam(4), cd(4), da(4), led(4), sa(4)HISTORYThesiis driver first appeared in
FreeBSD 8.0.
AUTHORSAlexander Motin <mav@FreeBSD.org>
Visit the GSP FreeBSD Man Page Interface. |