aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/raidframe
Commit message (Collapse)AuthorAgeFilesLines
* Remove RAIDFrame. It hasn't worked since GEOM replaced the old diskScott Long2004-03-161-28/+0
| | | | | | | | | mini-layer. I don't have time to bing it forward into the GEOM world, and no one else has stepped forward to claim it. It'll be in the Attic for safe keeping for now. Notes: svn path=/head/; revision=127066
* Fixed some style bugs (mainly the bad examples @echo, NOMAN, and non-useBruce Evans2003-12-291-10/+6
| | | | | | | | | | of ${.TARGET}). This was the last instances of @echo in module Makefiles after it was removed in sio/Makefile. NOMAN is nonsense in module Makefiles, and was removed, but came back here and in too many other places. Notes: svn path=/head/; revision=123961
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDScott Long2002-10-201-0/+32
world. This should be considered highly experimental. Approved-by: re Notes: svn path=/head/; revision=105503