Index: ips.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/ips/ips.c,v
retrieving revision 1.7
diff -u -r1.7 ips.c
--- ips.c	18 Jan 2004 17:34:11 -0000	1.7
+++ ips.c	8 Feb 2004 20:05:58 -0000
@@ -451,7 +451,7 @@
 		device_printf(sc->dev, "failed to initialize command buffers\n");
 		goto error;
 	}
-        sc->device_file = make_dev(&ips_cdevsw, device_get_unit(sc->dev), UID_ROOT, GID_OPERATOR,
+        sc->device_file = make_dev(&ips_cdevsw, device_get_unit(sc->dev), UID_ROOT, GID_WHEEL,
                                         S_IRUSR | S_IWUSR, "ips%d", device_get_unit(sc->dev));
 	sc->device_file->si_drv1 = sc;
 	ips_diskdev_init(sc);
