aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJim Harris <jimharris@FreeBSD.org>2012-01-31 19:38:18 +0000
committerJim Harris <jimharris@FreeBSD.org>2012-01-31 19:38:18 +0000
commitf11c7f63056671247335df83a3fe80b94c6616ac (patch)
treecb4ab69703685955650ec588ba9e9a9f80756563 /MAINTAINERS
parentdb25e24c2f75db6edfb0d0b59f051ae30f62f5cd (diff)
downloadsrc-f11c7f63056671247335df83a3fe80b94c6616ac.tar.gz
src-f11c7f63056671247335df83a3fe80b94c6616ac.zip
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
Notes
Notes: svn path=/head/; revision=230843
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5772e1db5621..453f6b78d84b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -124,6 +124,7 @@ usr.sbin/zic edwin Heads-up appreciated, since this code is
lib/libc/stdtime edwin Heads-up appreciated, since parts of this code
is maintained by a third party source.
sbin/routed bms Pre-commit review; notify vendor at rhyolite.com
+isci(4) jimharris Pre-commit review requested.
Following are the entries from the Makefiles, and a few other sources.
Please remove stale entries from both their origin, and this file.