summaryrefslogtreecommitdiffstats
path: root/sys/dev/tdfx
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/tdfx')
-rw-r--r--sys/dev/tdfx/tdfx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c
index 6a3b531..40fcfad 100644
--- a/sys/dev/tdfx/tdfx_pci.c
+++ b/sys/dev/tdfx/tdfx_pci.c
@@ -269,7 +269,7 @@ tdfx_attach(device_t dev) {
* Why would we want that many voodoo cards anyhow?
*/
tdfx_info->devt = make_dev(&tdfx_cdev, device_get_unit(dev),
- 0, 0, 02660, "3dfx%x", device_get_unit(dev));
+ UID_ROOT, GID_WHEEL, 0600, "3dfx%x", device_get_unit(dev));
return 0;
}
OpenPOWER on IntegriCloud