aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2001-09-03 07:50:14 +0000
committerScott Long <scottl@FreeBSD.org>2001-09-03 07:50:14 +0000
commitf8185d545689f259a0bf49b553d8625cd51e9714 (patch)
treed68f399a8f5bc638f2d2bc290f3e03301b31a73b /sys/dev
parent9c90dce11b03a411208708f470269ff7b9de0da2 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/aac/aac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c
index 8f6b5dfd8c7b..e1ea0e8a0b1f 100644
--- a/sys/dev/aac/aac.c
+++ b/sys/dev/aac/aac.c
@@ -2332,7 +2332,7 @@ aac_handle_aif(struct aac_softc *sc, struct aac_fib *fib)
#include <machine/../linux/linux_proto.h>
#include <compat/linux/linux_ioctl.h>
-#define AAC_LINUX_IOCTL_MIN 0x2000
+#define AAC_LINUX_IOCTL_MIN 0x0000
#define AAC_LINUX_IOCTL_MAX 0x21ff
static linux_ioctl_function_t aac_linux_ioctl;