From owner-freebsd-current@FreeBSD.ORG Fri Aug 29 11:28:59 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BAC916A4BF for ; Fri, 29 Aug 2003 11:28:59 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9333C43FBF for ; Fri, 29 Aug 2003 11:28: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.9/8.12.9) with ESMTP id h7TIStQX068962; Fri, 29 Aug 2003 11:28:56 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h7TIStOd068961; Fri, 29 Aug 2003 11:28:55 -0700 (PDT) Date: Fri, 29 Aug 2003 11:28:55 -0700 From: "David O'Brien" To: Terry Lambert Message-ID: <20030829182855.GC14251@dragon.nuxi.com> References: <3F4DBD62.C8675452@mindspring.com> <20030828165031.GA91019@dragon.nuxi.com> <3F4F8916.8A3EB699@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F4F8916.8A3EB699@mindspring.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-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 cc: freebsd-current@freebsd.org cc: Adam K Kirchhoff Subject: Re: IDE DVD playback on 5.1-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 18:28:59 -0000 On Fri, Aug 29, 2003 at 10:10:46AM -0700, Terry Lambert wrote: > David O'Brien wrote: > > On Thu, Aug 28, 2003 at 01:29:22AM -0700, Terry Lambert wrote: > > > 1) dd if=/dev/acd0 count=1 of=/dev/null > > > 2) dd if=/dev/acd0c count=1 of=/dev/null > > > 3) dd if=/dev/acd0a count=1 of=/dev/null > > ^^^^ > > bs=2k > > Yes, sorry; I forgot that FreeBSD's dd does not stat its endpoints > to see if they are devices, and gets the st_blksize and insists > that it be used (at least internally) for S_IFBLK and S_IFCHR > values of st_mode. > > Perhaps it should be unbroken by someone with a commit bit and/or > the ability to have their send-pr's not rejected as relay SPAM. I doubt it, this wasn't necessary with SCSI cdrom's until GEOM -- PHK thought it a feature to have to require the user to remember the "bs=2k", so I don't think anyone will ever be able to get this "fixed" in the tree.