From bc971e44ede92cfc725c8e57eb81390b647564f4 Mon Sep 17 00:00:00 2001 From: Doug Ambrisko Date: Fri, 14 Apr 2006 16:13:28 +0000 Subject: [PATCH] Reduce the Linux ioctl range to what is needed. I didn't know what I was doing when I first set the range up. --- sys/dev/amr/amr_linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/amr/amr_linux.c b/sys/dev/amr/amr_linux.c index d454c3462ae..4a534240457 100644 --- a/sys/dev/amr/amr_linux.c +++ b/sys/dev/amr/amr_linux.c @@ -53,8 +53,8 @@ __FBSDID("$FreeBSD$"); #include /* 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,