From owner-freebsd-current@FreeBSD.ORG Thu Jul 17 17:57:31 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 638B3106567E for ; Thu, 17 Jul 2008 17:57:31 +0000 (UTC) (envelope-from barney_cordoba@yahoo.com) Received: from web63915.mail.re1.yahoo.com (web63915.mail.re1.yahoo.com [69.147.97.130]) by mx1.freebsd.org (Postfix) with SMTP id EE1E18FC13 for ; Thu, 17 Jul 2008 17:57:30 +0000 (UTC) (envelope-from barney_cordoba@yahoo.com) Received: (qmail 89592 invoked by uid 60001); 17 Jul 2008 17:57:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=o256pWGKzJ6jG6GEBiRGh5D20uquRTFdb35rHyYlJYUNen3ap9Xmvc5szQw+8kRNfEVrnPu/dSfVVesy+mBVtAb98R2Pu5WxLYGg6l2s32uu/h83lLctgqmv81vcSKl82I8IUwX9Bt72EPSzbdoDMIQuir1kByjcxq9ojGkD++A=; Received: from [98.203.28.38] by web63915.mail.re1.yahoo.com via HTTP; Thu, 17 Jul 2008 10:57:29 PDT X-Mailer: YahooMailWebService/0.7.218 Date: Thu, 17 Jul 2008 10:57:29 -0700 (PDT) From: Barney Cordoba To: current@freebsd.org In-Reply-To: <334863.57605.qm@web63908.mail.re1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <76237.89115.qm@web63915.mail.re1.yahoo.com> Cc: sos@freebsd.org Subject: Re: DVD-ROM problem with Freebsd 7 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: barney_cordoba@yahoo.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2008 17:57:31 -0000 --- On Wed, 7/16/08, Barney Cordoba wrote: > From: Barney Cordoba > Subject: DVD-ROM problem with Freebsd 7 > To: current@freebsd.org > Cc: sos@freebsd.org > Date: Wednesday, July 16, 2008, 10:26 AM > I'm debugging a problem with an Intel Bigby chipset and > a DVD-ROM drive. We've swapped it out with a regular > CD-ROM and have the same problem, so its likely not the > drive. It gets probed as ATA_I82801IB_AH6. > > The problem is that certain types of media don't work. > Some work, some don't. We're going to build a > LINUX system to try to see if its the driver or some > physical thing, but the media works on our other systems so > it appears to be the driver. > > In pouring over the drivers, I've noticed that the > setmode function never seems to get called, and I'm > wondering what the point of the setup variables are if > they're never called. What should be the sequence of > calls to properly set up the controller? > > Barney As an update to this, we fired up the latest linux kernel and the drive works flawlessly with all media. So there is a problem with FreeBSD and not the hardware. Barney