Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Dec 1999 23:42:13 +0900
From:      KATO Takenori <kato@ganko.eps.nagoya-u.ac.jp>
To:        FreeBSD-hackers@FreeBSD.org
Cc:        kato@ganko.eps.nagoya-u.ac.jp
Subject:   device name of floppy disk
Message-ID:  <19991225234213C.kato@gneiss.eps.nagoya-u.ac.jp>

next in thread | raw e-mail | index | archive | help
The MAKEDEV has such lines as:

	# ln -f ${name}${unit}.1200 ${name}${unit}96
	# ln -f r${name}${unit}.1200 r${name}${unit}96
	# ln -f ${name}${unit}.1200 ${name}${unit}96ds15
	# ln -f r${name}${unit}.1200 r${name}${unit}96ds15
	# ln -f ${name}${unit}.1200 ${name}${unit}135ds15
	# ln -f r${name}${unit}.1200 r${name}${unit}135ds15

for floppy disk device.  I have questions about these lines.

1. What is meanings of the name?  I cannot understand meanings of
   `96', `96ds15' and `135ds15'.
2. Why they are commented out?
3. Are these entries mandatory for all floppy disk devices?  (Should I 
   make such lines when I add new mode for floppy disk?)

Thanks.

-----------------------------------------------+--------------------------+
KATO Takenori <kato@ganko.eps.nagoya-u.ac.jp>  |        FreeBSD           |
Dept. Earth Planet. Sci, Nagoya Univ.          |    The power to serve!   |
Nagoya, 464-8602, Japan                        |  http://www.FreeBSD.org/ |
                                               |http://www.jp.FreeBSD.org/|
++++ FreeBSD(98) 3.3R-Rev. 01 available!       +==========================+


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991225234213C.kato>