aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorDoug Ambrisko <ambrisko@FreeBSD.org>2006-04-14 16:13:28 +0000
committerDoug Ambrisko <ambrisko@FreeBSD.org>2006-04-14 16:13:28 +0000
commitbc971e44ede92cfc725c8e57eb81390b647564f4 (patch)
tree390cfe2be71c92ac5f7bafb07622a9a3a2669b80 /sys/dev
parenta29b4f6eecf0d0325a3bd06afe148a147201297e (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/amr/amr_linux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/amr/amr_linux.c b/sys/dev/amr/amr_linux.c
index d454c3462aeca..4a53424045758 100644
--- a/sys/dev/amr/amr_linux.c
+++ b/sys/dev/amr/amr_linux.c
@@ -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,