summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/raidframevar.h
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-02Accidentally commited some other changes that weren't quite ready. Addoster
2019-10-10fix the function pointer and callback mess:christos
2019-09-26make nspares unsigned; it is assigned from numSpares which is unsigned.christos
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-01-18implement 32-bit compat support for raidframe.mrg
2014-11-14Fix a long-standing bug related to rebooting while aoster
2014-02-28G/C sys/simplelock.h includesskrll
2011-02-19Define accessors for number of blocks and partition size in theenami
2010-11-01add support for >2TB raid devices.mrg
2009-11-17Finally commit the RAIDframe parity map Summer Of Code project.jld
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2006-09-05Per a suggestion from Manuel, make numBlocks and partitionSizeoster
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-06-02fix const'ificication, gcc-3.4 will notice itdrochner
2004-01-04As noted by Thierry Deval in a posting to misc/at/openbsd.org,oster
2003-12-29[Having received a definite lack of strenuous objection, a small amountoster
2003-08-12Let boot code include raidframe.h to get RF_PROTECTED_SECTORS.dsl
2003-02-01Only use MALLOC_DECLARE() in kernel namespace.tron
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2001-10-04Step 1 of the disentangling of RAIDframe's .h files:oster