aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ciss/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* - Comment a line which sets CISS_DEBUG by default.Maxime Henrion2002-10-271-1/+1
| | | | | | | - Use -DCISS_DEBUG rather than -DCISS_DEBUG=0. Notes: svn path=/head/; revision=106038
* Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family ofMike Smith2001-11-271-0/+11
RAID controllers (5300, 532, 5i, etc.) Thanks to Compaq and Yahoo! for support during the development of this driver. MFC after: 1 week Notes: svn path=/head/; revision=87011