From owner-freebsd-current@FreeBSD.ORG Sun Aug 21 20:04:17 2011 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 795B9106564A for ; Sun, 21 Aug 2011 20:04:17 +0000 (UTC) (envelope-from alexander.burchell@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2D81F8FC0C for ; Sun, 21 Aug 2011 20:04:16 +0000 (UTC) Received: by vws18 with SMTP id 18so4583313vws.13 for ; Sun, 21 Aug 2011 13:04:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XGpzHvTpWoeSkKA5mCtuAuqdSOWENvASTRuLgNbEsac=; b=Eb030VDE5Mvu/sLxb+AwD/xgtZrotLEVUru/SQjI1wVvuEHd4MxkRaU2N86GLELFAD LS8wTNejq6D93VLe/b4JuE76iwyODSKjmGrAqmLBCNxM/0qrd8hDadq+/e1C9NuHSN9V XHre/nowRDXIe4d0fVBFcH3VAEhC1QARjXVY0= MIME-Version: 1.0 Received: by 10.220.59.71 with SMTP id k7mr475536vch.126.1313955539058; Sun, 21 Aug 2011 12:38:59 -0700 (PDT) Received: by 10.220.31.3 with HTTP; Sun, 21 Aug 2011 12:38:59 -0700 (PDT) Received: by 10.220.31.3 with HTTP; Sun, 21 Aug 2011 12:38:59 -0700 (PDT) In-Reply-To: <4E459D8D.8040702@FreeBSD.org> References: <4E459D8D.8040702@FreeBSD.org> Date: Sun, 21 Aug 2011 12:38:59 -0700 Message-ID: From: Alexander Burchell To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Optiarc DVD-ROM not recognized with ATA_CAM X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 21 Aug 2011 20:04:17 -0000 Sorry. This turned out to be an unrelated configuration problem due to my strange zfs layout. The ATA_CAM driver is not implicated! Thanks to all for their attention to this matter. Alexander burchell On Aug 12, 2011 2:39 PM, "Alexander Motin" wrote: > On 12.08.2011 22:33, Alexander Burchell wrote: >> I'm not being able to get my DVD-ROM recognized under 9-current, >> although I used the 8.2-release DVD to install FreeBSD (and then >> subsequently upgraded the system to the "head" version via svn-freebsd). >> >> 1) There is no /dev/*cd* ANYTHING at any time. >> >> NOTE: I'm using a kernel (built with clang) using the ATA_CAM option so >> I presume my DVD would be "/dev/acd0". >> >> 2) There is no indication in the boot log that the drive is probed. The >> drive light does not flash (not sure if they even do that anymore), >> however, after having moved it to another controller (AHCI SATA-3) I >> sometimes get a log such as this: >> >> ahcich1: Timeout on slot 0 port 0 >> ahcich1: is 00000000 cs 00000001 ss 00000000 rs 00000001 tfd 100 serr >> 00000000 >> run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config >> ahcich1: Timeout on slot 0 port 0 >> ahcich1: is 00000000 cs 00000001 ss 00000000 rs 00000001 tfd 100 serr >> 00000000 >> >> It is an "Optiarc DVD RW AD-7190S". I believe it's at microcode 1.01 and >> there is 1.03 available at manufacturer site however that leads me to: > > Could you send me full verbose (boot -v) dmesgs with drive connected to > both chipset and Marvell controllers? > > -- > Alexander Motin