summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-12-27 16:32:10 +0000
committerrwatson <rwatson@FreeBSD.org>2002-12-27 16:32:10 +0000
commit17b89f855704c69d42a95a27633f9e93c4e56f08 (patch)
tree2bcb0356d60204c071725569a2c17e4affec79e9 /sys/dev/ppbus
parent4459bf4da18e54032b2376b62c629056a607c363 (diff)
downloadFreeBSD-src-17b89f855704c69d42a95a27633f9e93c4e56f08.zip
FreeBSD-src-17b89f855704c69d42a95a27633f9e93c4e56f08.tar.gz
Synchronize make_dev() for pcfclock devices to the values in MAKEDEV
for consistency. Submitted by: kris
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r--sys/dev/ppbus/pcfclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/pcfclock.c b/sys/dev/ppbus/pcfclock.c
index bd49ebb..014bd4d 100644
--- a/sys/dev/ppbus/pcfclock.c
+++ b/sys/dev/ppbus/pcfclock.c
@@ -147,7 +147,7 @@ pcfclock_attach(device_t dev)
unit = device_get_unit(dev);
make_dev(&pcfclock_cdevsw, unit,
- UID_ROOT, GID_WHEEL, 0444, PCFCLOCK_NAME "%d", unit);
+ UID_ROOT, GID_WHEEL, 0400, PCFCLOCK_NAME "%d", unit);
return (0);
}
OpenPOWER on IntegriCloud