sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
isci: Disable set but unused warnings.
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Clean some 'svn:executable' properties in the tree.Submitted by: Christoph MallonMFC after: 3 days
Remove explicit CC assignment in isci(4) Makefile to allow for buildingwith clang. Also fix a number of warnings uncovered when building withclang around some implicit enum conversions.Sponsored
Remove explicit CC assignment in isci(4) Makefile to allow for buildingwith clang. Also fix a number of warnings uncovered when building withclang around some implicit enum conversions.Sponsored by: IntelApproved by: scottl
show more ...
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 areFreeBSD-specific
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 areFreeBSD-specific, and sys/dev/isci/scil subdirectory containsan OS-agnostic library (SCIL) published by Intel to control the SAScontroller. This library is used primarily as-is in this driver, withsome post-processing to better integrate into the kernel buildenvironment.isci.4 and a README in the sys/dev/isci directory contain a fewadditional details.This driver is only built for amd64 and i386 targets.Sponsored by: IntelReviewed by: scottlApproved by: scottl