summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_compat50.h
AgeCommit message (Collapse)Author
2019-12-15Remove clause 3 and 4 leftovers from TNF licenses in more sources.tsutsui
Confirmed by martin@ in PR/54760.
2019-02-05- Redo all the ioctl compat stuff to use a standard "ioctl" interface,christos
and provide methods to the private softc - Provide a function for constructing a RF_Raid_t from an RF_Config_t - Factor out the big inline ioctl code into functions
2019-01-31Prevent integer overflow: ioctl commands are u_long.christos
For consistency move prototype to the _mod.h header. XXX: Why are the compat files here? Shouldn't they be in compat/common? Or because this could be a separate module, they belong with it?
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
This covers (I think) all the MI headers outside of external/ (and dist/).
2009-01-18add compat50 ioctls.christos