Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
FreeBSD/Linux Kernel Cross Reference
|
Name | Size | Last modified (GMT) | Description | |
Parent directory | 2023-02-01 13:41:55 | |||
scil/ | 2023-02-01 13:40:02 | |||
README | 694 bytes | 2023-02-01 13:40:02 | ||
environment.h | 3288 bytes | 2023-02-01 13:40:02 | ||
isci.c | 20702 bytes | 2023-02-01 13:40:02 | ||
isci.h | 10387 bytes | 2023-02-01 13:40:02 | ||
isci_controller.c | 26866 bytes | 2023-02-01 13:40:02 | ||
isci_domain.c | 12116 bytes | 2023-02-01 13:40:02 | ||
isci_interrupt.c | 7734 bytes | 2023-02-01 13:40:02 | ||
isci_io_request.c | 33579 bytes | 2023-02-01 13:40:02 | ||
isci_logger.c | 12256 bytes | 2023-02-01 13:40:02 | ||
isci_oem_parameters.c | 5519 bytes | 2023-02-01 13:40:02 | ||
isci_remote_device.c | 10358 bytes | 2023-02-01 13:40:02 | ||
isci_sysctl.c | 8985 bytes | 2023-02-01 13:40:02 | ||
isci_task_request.c | 9825 bytes | 2023-02-01 13:40:02 | ||
isci_timer.c | 6324 bytes | 2023-02-01 13:40:02 | ||
sci_environment.h | 44 bytes | 2023-02-01 13:40:02 | ||
types.h | 1829 bytes | 2023-02-01 13:40:02 |
1 FreeBSD Driver for Intel(R) C600 SAS Controller 2 =============================================== 3 4 This driver has been developed for use with FreeBSD, version 9.0 and later. 5 6 This driver uses an OS-agnostic abstraction layer library named SCIL that is 7 published by Intel specifically for the C600 SAS controller. The SAS 8 controller has no firmware, so the driver is extensive and using SCIL 9 minimizes the development and maintenance cost of the driver. 10 11 The FreeBSD implementation files are in the isci directory, and SCIL files 12 are in the isci/scil subdirectory. As Intel publishes new versions of SCIL 13 (to add features or fix bugs), the isci/scil subdirectory will be updated 14 appropriately.
[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.