From owner-freebsd-current@FreeBSD.ORG Fri Aug 12 21:39:46 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 1CB1D106564A for ; Fri, 12 Aug 2011 21:39:46 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id A25E68FC08 for ; Fri, 12 Aug 2011 21:39:45 +0000 (UTC) Received: by fxe4 with SMTP id 4so3381891fxe.13 for ; Fri, 12 Aug 2011 14:39:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=8rPClrOqsOrESMeGS5oFE6UiSwQHXCkpQLRDo7OcZN8=; b=i+J6vfLg2RWj+/skt+9I8M6gLWllS5cGDY7hkUPX4IX92nnD1aB+pYyF87sZ707BqJ hjbyCFjbiU1USKC/8tr9oGfAJ2qAiEtM8RJ6O73hwwXy/IcLwoJi1yqtsPwB+1oY8MOT ADGv1q1XxD9jwqtZWnU2D45h8D9wXcD7931Og= Received: by 10.223.154.202 with SMTP id p10mr1862199faw.72.1313185184547; Fri, 12 Aug 2011 14:39:44 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id d2sm1647603faa.46.2011.08.12.14.39.42 (version=SSLv3 cipher=OTHER); Fri, 12 Aug 2011 14:39:42 -0700 (PDT) Sender: Alexander Motin Message-ID: <4E459D8D.8040702@FreeBSD.org> Date: Sat, 13 Aug 2011 00:39:25 +0300 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110709 Thunderbird/5.0 MIME-Version: 1.0 To: Alexander Burchell References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@FreeBSD.org 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: Fri, 12 Aug 2011 21:39:46 -0000 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