From owner-freebsd-bugs Fri Sep 17 0:43:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 201BC14E03 for ; Fri, 17 Sep 1999 00:43:15 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with ESMTP id JAA11303; Fri, 17 Sep 1999 09:43:06 +0200 (MET DST) Date: Fri, 17 Sep 1999 09:43:06 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Chris Costello Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13768: sh MAKEDEV cdN creates all cd(N-1)-devices for all N>0 In-Reply-To: <199909170120.SAA35182@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: 8BIT Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hm, I can;t wait till devfs comes round: root@elpc36:/dev $ls -l usb* crw------- 1 root wheel 108, 0 Jun 11 10:29 usb0 root@elpc36:/dev $sh MAKEDEV usb4 root@elpc36:/dev $ls -l usb* crw------- 1 root wheel 108, 0 Jun 11 10:29 usb0 crw------- 1 root wheel 108, 4 Sep 17 09:42 usb4 Kind of inconsistent behaviour. Nick > The following reply was made to PR bin/13768; it has been noted by GNATS. > > From: Chris Costello > To: Mikhail Teterin > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: bin/13768: sh MAKEDEV cdN creates all cd(N-1)-devices for all N>0 > Date: Thu, 16 Sep 1999 20:11:46 -0500 > > On Wed, Sep 15, 1999, Mikhail Teterin wrote: > > sh MAKEDEV cd5 > > ls -l cd* > > brw-r----- 1 root operator 6, 0 15 ΣΕΞ 22:43 cd0a > > brw-r----- 1 root operator 6, 2 15 ΣΕΞ 22:43 cd0c > > brw-r----- 1 root operator 6, 8 15 ΣΕΞ 22:43 cd1a > > brw-r----- 1 root operator 6, 10 15 ΣΕΞ 22:43 cd1c > > brw-r----- 1 root operator 6, 16 15 ΣΕΞ 22:43 cd2a > > brw-r----- 1 root operator 6, 18 15 ΣΕΞ 22:43 cd2c > > brw-r----- 1 root operator 6, 24 15 ΣΕΞ 22:43 cd3a > > brw-r----- 1 root operator 6, 26 15 ΣΕΞ 22:43 cd3c > > brw-r----- 1 root operator 6, 32 15 ΣΕΞ 22:43 cd4a > > brw-r----- 1 root operator 6, 34 15 ΣΕΞ 22:43 cd4c > > Please count. You have 5 CDROMs on your system; there are 5 > devices. cd0, cd1, cd2, cd3, cd4. > > -- > |Chris Costello > |Reality's the only obstacle to happiness. > `----------------------------------------- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message