summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-12-28 07:38:38 +0000
committerkato <kato@FreeBSD.org>1999-12-28 07:38:38 +0000
commit0f669b4213e06a9194ddc05e8a3a40de7372937d (patch)
treeb5930876b943c1cb3a5c14abb2601aca57657b77 /etc
parent901351ff0de17a88861ad2abdd63aed4644eea3a (diff)
downloadFreeBSD-src-0f669b4213e06a9194ddc05e8a3a40de7372937d.zip
FreeBSD-src-0f669b4213e06a9194ddc05e8a3a40de7372937d.tar.gz
Added following modes:
5in HD 2 heads, 77 cylinders, 8 sectors/track, 1024 bytes/sector 5/3.5in DD 2 heads, 80 cylinders, 8 sectors/track, 512 bytes/sector Meanings of the rogrammer-readeble fd name were explained by Brian Fundakowski Feldman and Peter Wemm in hackers list and NOKUBI Hirotaka. Reviewed by: nyan
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 381dafb..a206140 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -502,6 +502,20 @@ fd*)
# ln -f ${name}${unit}.360 ${name}${unit}48ds9
# ln -f r${name}${unit}.360 r${name}${unit}48ds9
+ mknod ${name}${unit}.640 c $chr `expr $unit '*' 64 + 9`
+ mknod r${name}${unit}.640 c $chr `expr $unit '*' 64 + 9`
+ # ln -f ${name}${unit}.640 ${name}${unit}96ds8
+ # ln -f r${name}${unit}.640 r${name}${unit}96ds8
+ # ln -f ${name}${unit}.640 ${name}${unit}135ds8
+ # ln -f r${name}${unit}.640 r${name}${unit}135ds8
+
+ mknod ${name}${unit}.1232 c $chr `expr $unit '*' 64 + 10`
+ mknod r${name}${unit}.1232 c $chr `expr $unit '*' 64 + 10`
+ # ln -f ${name}${unit}.1232 ${name}${unit}96ds8
+ # ln -f r${name}${unit}.1232 r${name}${unit}96ds8
+ # ln -f ${name}${unit}.1232 ${name}${unit}135ds8
+ # ln -f r${name}${unit}.1232 r${name}${unit}135ds8
+
chgrp operator ${name}${unit}* r${name}${unit}*
;;
*)
OpenPOWER on IntegriCloud