head	1.1;
access;
symbols
	RELENG_8_4:1.1.0.8
	RELENG_9_1_0_RELEASE:1.1.4.2
	RELENG_9_1:1.1.4.2.0.2
	RELENG_9_1_BP:1.1.4.2
	RELENG_8_3_0_RELEASE:1.1.2.2
	RELENG_8_3:1.1.2.2.0.2
	RELENG_8_3_BP:1.1.2.2
	RELENG_7:1.1.0.6
	RELENG_9:1.1.0.4
	RELENG_8:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2012.01.31.19.38.18;	author jimharris;	state Exp;
branches
	1.1.2.1
	1.1.4.1
	1.1.6.1
	1.1.8.1;
next	;

1.1.2.1
date	2012.02.14.15.56.01;	author jimharris;	state dead;
branches;
next	1.1.2.2;

1.1.2.2
date	2012.02.14.15.56.01;	author jimharris;	state Exp;
branches;
next	;

1.1.4.1
date	2012.02.14.15.58.49;	author jimharris;	state dead;
branches;
next	1.1.4.2;

1.1.4.2
date	2012.02.14.15.58.49;	author jimharris;	state Exp;
branches;
next	;

1.1.6.1
date	2012.02.17.06.58.40;	author sbruno;	state dead;
branches;
next	1.1.6.2;

1.1.6.2
date	2012.02.17.06.58.40;	author sbruno;	state Exp;
branches;
next	;

1.1.8.1
date	2012.01.31.19.38.18;	author svnexp;	state dead;
branches;
next	1.1.8.2;

1.1.8.2
date	2013.03.28.13.04.42;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@SVN rev 230843 on 2012-01-31 19:38:18Z by jimharris

Add isci(4) driver for amd64 and i386 targets.

The isci driver is for the integrated SAS controller in the Intel C600
(Patsburg) chipset.  Source files in sys/dev/isci directory are
FreeBSD-specific, and sys/dev/isci/scil subdirectory contains
an OS-agnostic library (SCIL) published by Intel to control the SAS
controller.  This library is used primarily as-is in this driver, with
some post-processing to better integrate into the kernel build
environment.

isci.4 and a README in the sys/dev/isci directory contain a few
additional details.

This driver is only built for amd64 and i386 targets.

Sponsored by: Intel
Reviewed by: scottl
Approved by: scottl
@
text
@FreeBSD Driver for Intel(R) C600 SAS Controller
===============================================

This driver has been developed for use with FreeBSD, version 9.0 and later.

This driver uses an OS-agnostic abstraction layer library named SCIL that is
published by Intel specifically for the C600 SAS controller.  The SAS
controller has no firmware, so the driver is extensive and using SCIL
minimizes the development and maintenance cost of the driver.

The FreeBSD implementation files are in the isci directory, and SCIL files
are in the isci/scil subdirectory.  As Intel publishes new versions of SCIL
(to add features or fix bugs), the isci/scil subdirectory will be updated
appropriately.
@


1.1.8.1
log
@file README was added on branch RELENG_8_4 on 2013-03-28 13:04:42 +0000
@
text
@d1 14
@


1.1.8.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/248810
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 14
FreeBSD Driver for Intel(R) C600 SAS Controller
===============================================

This driver has been developed for use with FreeBSD, version 9.0 and later.

This driver uses an OS-agnostic abstraction layer library named SCIL that is
published by Intel specifically for the C600 SAS controller.  The SAS
controller has no firmware, so the driver is extensive and using SCIL
minimizes the development and maintenance cost of the driver.

The FreeBSD implementation files are in the isci directory, and SCIL files
are in the isci/scil subdirectory.  As Intel publishes new versions of SCIL
(to add features or fix bugs), the isci/scil subdirectory will be updated
appropriately.
@


1.1.6.1
log
@file README was added on branch RELENG_7 on 2012-02-17 07:00:40 +0000
@
text
@d1 14
@


1.1.6.2
log
@SVN rev 231861 on 2012-02-17 06:58:40Z by sbruno

MFC isci(4) SAS driver

r230843, 231134, 231136, 231296, 231615, 231693, 231860

Obtained from:	Intel (Jim Harris jimharris@@)
@
text
@a0 14
FreeBSD Driver for Intel(R) C600 SAS Controller
===============================================

This driver has been developed for use with FreeBSD, version 9.0 and later.

This driver uses an OS-agnostic abstraction layer library named SCIL that is
published by Intel specifically for the C600 SAS controller.  The SAS
controller has no firmware, so the driver is extensive and using SCIL
minimizes the development and maintenance cost of the driver.

The FreeBSD implementation files are in the isci directory, and SCIL files
are in the isci/scil subdirectory.  As Intel publishes new versions of SCIL
(to add features or fix bugs), the isci/scil subdirectory will be updated
appropriately.
@


1.1.4.1
log
@file README was added on branch RELENG_9 on 2012-02-14 16:02:18 +0000
@
text
@d1 14
@


1.1.4.2
log
@SVN rev 231689 on 2012-02-14 15:58:49Z by jimharris

MFC r230843, r231134, r231136, r231137, r231296

Add isci(4) driver for amd64 and i386 targets.

The isci driver is for the integrated SAS controller in the Intel C600
(Patsburg) chipset.  Source files in sys/dev/isci directory are
FreeBSD-specific, and sys/dev/isci/scil subdirectory contains
an OS-agnostic library (SCIL) published by Intel to control the SAS
controller.  This library is used primarily as-is in this driver, with
some post-processing to better integrate into the kernel build
environment.

isci.4 and a README in the sys/dev/isci directory contain a few
additional details.

This driver is only built for amd64 and i386 targets.

Sponsored by: Intel
Reviewed by: scottl
Approved by: scottl
@
text
@a0 14
FreeBSD Driver for Intel(R) C600 SAS Controller
===============================================

This driver has been developed for use with FreeBSD, version 9.0 and later.

This driver uses an OS-agnostic abstraction layer library named SCIL that is
published by Intel specifically for the C600 SAS controller.  The SAS
controller has no firmware, so the driver is extensive and using SCIL
minimizes the development and maintenance cost of the driver.

The FreeBSD implementation files are in the isci directory, and SCIL files
are in the isci/scil subdirectory.  As Intel publishes new versions of SCIL
(to add features or fix bugs), the isci/scil subdirectory will be updated
appropriately.
@


1.1.2.1
log
@file README was added on branch RELENG_8 on 2012-02-14 15:58:23 +0000
@
text
@d1 14
@


1.1.2.2
log
@SVN rev 231688 on 2012-02-14 15:56:01Z by jimharris

MFC r230843, r231134, r231136, r231137, r231296

Add isci(4) driver for amd64 and i386 targets.

The isci driver is for the integrated SAS controller in the Intel C600
(Patsburg) chipset.  Source files in sys/dev/isci directory are
FreeBSD-specific, and sys/dev/isci/scil subdirectory contains
an OS-agnostic library (SCIL) published by Intel to control the SAS
controller.  This library is used primarily as-is in this driver, with
some post-processing to better integrate into the kernel build
environment.

isci.4 and a README in the sys/dev/isci directory contain a few
additional details.

This driver is only built for amd64 and i386 targets.

Sponsored by: Intel
Reviewed by: scottl
Approved by: scottl
@
text
@a0 14
FreeBSD Driver for Intel(R) C600 SAS Controller
===============================================

This driver has been developed for use with FreeBSD, version 9.0 and later.

This driver uses an OS-agnostic abstraction layer library named SCIL that is
published by Intel specifically for the C600 SAS controller.  The SAS
controller has no firmware, so the driver is extensive and using SCIL
minimizes the development and maintenance cost of the driver.

The FreeBSD implementation files are in the isci directory, and SCIL files
are in the isci/scil subdirectory.  As Intel publishes new versions of SCIL
(to add features or fix bugs), the isci/scil subdirectory will be updated
appropriately.
@


