summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/io/iodev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/io/iodev.c b/sys/dev/io/iodev.c
index 33f6c1d..7c7ee9c 100644
--- a/sys/dev/io/iodev.c
+++ b/sys/dev/io/iodev.c
@@ -66,7 +66,7 @@ io_modevent(module_t mod __unused, int type, void *data __unused)
case MOD_LOAD:
if (bootverbose)
printf("io: <I/O>\n");
- iodev = make_dev(&io_cdevsw, CDEV_MINOR_IO,
+ iodev = make_dev(&io_cdevsw, 0,
UID_ROOT, GID_WHEEL, 0600, "io");
break;
OpenPOWER on IntegriCloud