1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Add the "mdctl" device under the "std" stanza.

This commit is contained in:
Poul-Henning Kamp 2000-12-28 20:59:19 +00:00
parent 70d586c091
commit cbc62991e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70449

View File

@ -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