summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-12-28 20:59:19 +0000
committerphk <phk@FreeBSD.org>2000-12-28 20:59:19 +0000
commit2c89edf9bb21af60feeb885c0922262c37815707 (patch)
treecad8abd6a2805c3b61e3c71a5962f5267ae9c855 /etc/MAKEDEV
parent4728b0144a044e15a78b3dda4faed46459a31f63 (diff)
downloadFreeBSD-src-2c89edf9bb21af60feeb885c0922262c37815707.zip
FreeBSD-src-2c89edf9bb21af60feeb885c0922262c37815707.tar.gz
Add the "mdctl" device under the "std" stanza.
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 0c3379a..9ce6932 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -335,6 +335,7 @@ std)
mknod tty c 1 0; chmod 666 tty
mknod klog c 7 0; chmod 600 klog
mknod pci c 78 0; chmod 644 pci
+ mknod mdctl c 95 0xffff00ff; chmod 600 mdctl
mkdir -p fd
(cd fd && i=0 &&
while [ $i -lt 64 ]; do
OpenPOWER on IntegriCloud