git: kernel: Remove various definitions related to unimplemented ioctls.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Jun 21 23:35:25 PDT 2018
commit 6b5ed54a38712b1725eb2d5c74e794f76780dace
Author: Sascha Wildner <saw at online.de>
Date: Fri Jun 22 08:19:13 2018 +0200
kernel: Remove various definitions related to unimplemented ioctls.
These are: DIOCSMBR, CONS_SSAVER, CONS_GSAVER, BT848GCLIP, METEORCAPFRM,
METEORGETGEO, METEORSCHCV, METEORGCHCV, METEORSBT254,
METEORGBT254, METEORSHWS, METEORGHWS, METEORSVWS, METEORGVWS,
METEORSTS, METEORGTS
Thanks to zrj for testing with a dports bulk.
While here, clean up <sys/diskmbr.h> a bit:
* Use standard types.
* Add a CTASSERT() defintion.
Summary of changes:
sys/dev/video/bktr/ioctl_bt848.h | 3 ---
sys/dev/video/meteor/ioctl_meteor.h | 19 -------------------
sys/sys/consio.h | 13 -------------
sys/sys/diskmbr.h | 20 +++++++++-----------
sys/sys/param.h | 3 ++-
5 files changed, 11 insertions(+), 47 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6b5ed54a38712b1725eb2d5c74e794f76780dace
--
DragonFly BSD source repository
More information about the Commits
mailing list