summaryrefslogtreecommitdiff
path: root/sys/dev/tdfx
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-12-27 16:40:54 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-12-27 16:40:54 +0000
commitadbc54800299605d19025a8494272e29a6e509ed (patch)
treea00e4929275d8f946bc37944fb79e1c7a856e365 /sys/dev/tdfx
parent2066d8e707c2aae4aa09638e04fd498b270b8f29 (diff)
Notes
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 6a3b5315a615..40fcfadd4dca 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;
}