summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2001-09-03 07:50:14 +0000
committerscottl <scottl@FreeBSD.org>2001-09-03 07:50:14 +0000
commit53cfaa0b4532a557bd07aef56e8856a76ad8cd05 (patch)
treed68f399a8f5bc638f2d2bc290f3e03301b31a73b /sys/dev/aac
parent1706b25d587912ec8a8fbb089449753e2519f7cd (diff)
downloadFreeBSD-src-53cfaa0b4532a557bd07aef56e8856a76ad8cd05.zip
FreeBSD-src-53cfaa0b4532a557bd07aef56e8856a76ad8cd05.tar.gz
Sigh. There are actually two ioctls ranges that need to be watched on the
linux side. This will all be over soon...
Diffstat (limited to 'sys/dev/aac')
-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 8f6b5df..e1ea0e8 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;
OpenPOWER on IntegriCloud