Reduce the Linux ioctl range to what is needed. I didn't know what

I was doing when I first set the range up.
This commit is contained in:
Doug Ambrisko 2006-04-14 16:13:28 +00:00
parent a29b4f6eec
commit bc971e44ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157755

View file

@ -53,8 +53,8 @@ __FBSDID("$FreeBSD$");
#include <dev/amr/amrvar.h>
/* There are multiple ioctl number ranges that need to be handled */
#define AMR_LINUX_IOCTL_MIN 0x00000
#define AMR_LINUX_IOCTL_MAX 0x50000
#define AMR_LINUX_IOCTL_MIN 0x6d00
#define AMR_LINUX_IOCTL_MAX 0x6d01
static linux_ioctl_function_t amr_linux_ioctl;
static struct linux_ioctl_handler amr_linux_handler = {amr_linux_ioctl,