From owner-freebsd-hackers Thu Apr 20 05:14:40 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA26875 for hackers-outgoing; Thu, 20 Apr 1995 05:14:40 -0700 Received: from UUCP-GW.CC.UH.EDU (root@UUCP-GW.CC.UH.EDU [129.7.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id FAA26859 for ; Thu, 20 Apr 1995 05:14:26 -0700 Received: from Taronga.COM by UUCP-GW.CC.UH.EDU with UUCP id AA05820 (5.67a/IDA-1.5); Thu, 20 Apr 1995 06:46:02 -0500 Received: by bonkers.taronga.com (smail2.5p) id AA17995; 20 Apr 95 06:44:18 CDT (Thu) Received: (from peter@localhost) by bonkers.taronga.com (8.6.11/8.6.6) id GAA17992; Thu, 20 Apr 1995 06:44:18 -0500 From: Peter da Silva Message-Id: <199504201144.GAA17992@bonkers.taronga.com> Subject: Re: [DEVFS] your opinions sought! To: bde@zeta.org.au (Bruce Evans) Date: Thu, 20 Apr 1995 06:44:17 -0500 (CDT) Cc: julian@freefall.cdrom.com, hackers@FreeBSD.org In-Reply-To: <199504200741.RAA06984@godzilla.zeta.org.au> from "Bruce Evans" at Apr 20, 95 05:41:13 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 657 Sender: hackers-owner@FreeBSD.org Precedence: bulk > > sd0 is the first scsi disk > > c0t0l0 is the disk at scsi bus 0 target 0 lun 0 > This would defeat one advantage of devfs - reduction of clutter in /dev. Why? Only the one you're using would be symlinked into dev. If you're running an unattended machine you don't want disks drifting to new locations when one goes down. > Why decides how h/w/ devices are mapped to ttys? So if your COM2 board goes out you don't find your unattended SLIP connection trying to talk to your Postscript laser printer and you've got a non-callbacked getty suddenly talking to your V.34 modem. In an unattended machine the BSD "device drift" problem is a real concern.