From owner-freebsd-current@FreeBSD.ORG Wed Aug 27 17:23:00 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 78C7116A4BF for ; Wed, 27 Aug 2003 17:23:00 -0700 (PDT) Received: from jk.homeunix.net (dhcp-19-33.dsl.CSUChico.EDU [132.241.19.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2D9F43FF3 for ; Wed, 27 Aug 2003 17:22:59 -0700 (PDT) (envelope-from warlock@jk.homeunix.net) Received: from pandora.jk.homeunix.net (localhost.jk.homeunix.net [127.0.0.1]) by jk.homeunix.net (8.12.9/8.12.9) with ESMTP id h7S0Ma2T001489 for ; Wed, 27 Aug 2003 17:22:36 -0700 (PDT) (envelope-from warlock@pandora.jk.homeunix.net) Received: (from warlock@localhost) by pandora.jk.homeunix.net (8.12.9/8.12.9/Submit) id h7S0Ma5V001488 for freebsd-current@freebsd.org; Wed, 27 Aug 2003 17:22:36 -0700 (PDT) Date: Wed, 27 Aug 2003 17:22:32 -0700 From: John Kennedy To: freebsd-current@freebsd.org Message-ID: <20030828002232.GA1386@pandora.jk.homeunix.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Subject: Re: IDE DVD playback on 5.1-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 00:23:00 -0000 On Tue, Aug 26, 2003 at 09:31:45PM -0400, Adam K Kirchhoff wrote: > I've asked this same question on freebsd-questions an on #freebsd > (freenode), but haven't gotten any answer, so I thought I'd ask on here. > ... > Is DVD playback just not supported on IDE drives on FreeBSD -CURRENT? This is dated impressions, but ~2 years ago SCSI definitely had better support than IDE. My impression was that SCSI had more standardization and was easier for people to write code for. IMHO, *BSD is doing the right thing by making things look like SCSI (like my USB keyfob-drive, DVD drive over Firewire, etc) and it gets better support by presenting them as SCSI. Take that support away by going native IDE and then you're at the mercy of a specialized device driver that gets a lot less eyeballing.