From owner-freebsd-hackers Sat Jul 26 14:23:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA20909 for hackers-outgoing; Sat, 26 Jul 1997 14:23:42 -0700 (PDT) Received: from whizzo.TransSys.COM (whizzo.TransSys.COM [144.202.42.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA20904 for ; Sat, 26 Jul 1997 14:23:38 -0700 (PDT) Received: from localhost.transsys.com (localhost.transsys.com [127.0.0.1]) by whizzo.TransSys.COM (8.8.6/8.7.3) with SMTP id RAA18551; Sat, 26 Jul 1997 17:23:30 -0400 (EDT) Message-Id: <199707262123.RAA18551@whizzo.TransSys.COM> X-Mailer: exmh version 2.0delta 6/3/97 To: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= cc: "Justin T. Gibbs" , "Sergei S. Laskavy" , freebsd-hackers@FreeBSD.ORG From: "Louis A. Mamakos" Subject: Re: /bin/chio: why in /bin ? References: In-reply-to: Your message of "Sun, 27 Jul 1997 00:29:58 +0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 26 Jul 1997 17:23:29 -0400 Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Sat, 26 Jul 1997, Louis A. Mamakos wrote: > > > chio is not clearly machine dependent. It talks to any SCSI media > > changer device, just like mt works with any SCSI tape device. > > Your words are in conflict: you talk about "not machine dependent" > and "SCSI device". Any phisical device which not exist for all machines > (like memory f.e.) IS machine dependance. SCSI not exist for all machines. So what other types of tape drives are likely to be installed on a FreeBSD system? Or media changes? Ones hung off the floppy controller? There are machines with no tape drives at all, and machines with no network interfaces. Yet /bin/rcp exists which isn't useful if you don't have a network interface and /bin/domainname which is isn't useful unless you happen to be using NIS. By machine dependent, I take this to mean "PC architecture" or CPU-type dependent, not based on what selection of peripherals happen to be installed on any particular system. I suppose you could make the system architecturally "pure" this way, yet the result isn't likely to be either useful or practical. louie