From owner-cvs-all Fri Oct 4 12:42:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85C7037B401; Fri, 4 Oct 2002 12:42:57 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE5243E42; Fri, 4 Oct 2002 12:42:57 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g94JgmFX023794; Fri, 4 Oct 2002 12:42:48 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g94Jgm4j023793; Fri, 4 Oct 2002 12:42:48 -0700 (PDT) Date: Fri, 4 Oct 2002 12:42:48 -0700 From: "David O'Brien" To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c Message-ID: <20021004194248.GA23759@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210041333.g94DXVJb051666@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210041333.g94DXVJb051666@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 04, 2002 at 06:33:31AM -0700, Poul-Henning Kamp wrote: > Log: > Unhook the SCSI CD driver from the disk "mini-layer" and/or GEOM. > SCSI disks are too square pegs for the round holes in both of these. > > And since atapi-cd has clearly shown that there are better acccess > models for CD media than trying to pretend to be a classical disk, > we stop the masquerade rather than patch up the costume. It would be nice if atapi-cd would DTRT as the SCSI-CD does: # dd if=/dev/acd0 of=blah dd: /dev/acd0: Invalid argument 0+0 records in 0+0 records out 0 bytes transferred in 0.000081 secs (0 bytes/sec) SCSI works, where I have to explicitly state "bs=2048" for atapi-cd. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message