aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-12-28 20:59:19 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-12-28 20:59:19 +0000
commitcbc62991e0609d7688ffcaff9e9f7e5e060a3edd (patch)
treef1503416a4f97b9695ff6d747919a8940e0f3453 /etc
parent70d586c091f4e0f2c27e1b183310da49bbbc185b (diff)
downloadsrc-cbc62991e0609d7688ffcaff9e9f7e5e060a3edd.tar.gz
src-cbc62991e0609d7688ffcaff9e9f7e5e060a3edd.zip
Add the "mdctl" device under the "std" stanza.
Notes
Notes: svn path=/head/; revision=70449
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 0c3379aabc0f..9ce6932f102d 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