From owner-freebsd-current@FreeBSD.ORG Sat Dec 26 02:28:33 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4B7D106566B; Sat, 26 Dec 2009 02:28:33 +0000 (UTC) (envelope-from trebestie@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 4FBF08FC12; Sat, 26 Dec 2009 02:28:32 +0000 (UTC) Received: by bwz5 with SMTP id 5so5924237bwz.3 for ; Fri, 25 Dec 2009 18:28:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=O5OAbbTkKVUSIogsPctDmVBSLNvP3BK/kLSbS1zbfEo=; b=o+qlgl6ghhq1395B7MjudGKVTSt0PGr4iX7ZeaBMms+9gcTNQgB+KtPt09S6Avg8Fx oXNIiz/6uOEyvE2Zg0JaNthDbNzaVH/ewM1ORW8x/1U4fnNUPndWa6unWfWXx2Gj1/0y ecFmBE0J6dUV/QrBUNMi+kI1c/nAPdPSDYEf0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=xPKIOpQzzH6Ev6gt62kR+1SzcBrXveKxDKJ/RpNvW41rhmx8EeZ+HX78dV0xuN8VaP zshjfc+lPkKMgOQMaxxEwvNJNc0IXSm3K+1+kss5vkafPdLQKYyaVGAhMDk/viXHA6Jo erkKRCaTdcYAA7WeCpBs+FytR4sbmOReJwnfA= MIME-Version: 1.0 Received: by 10.204.160.86 with SMTP id m22mr3812532bkx.82.1261794512081; Fri, 25 Dec 2009 18:28:32 -0800 (PST) In-Reply-To: <4B355A92.1010803@FreeBSD.org> References: <1261624986.00198729.1261614601@10.7.7.3> <4B331C07.1020706@FreeBSD.org> <83e5fb980912251331r50f2de69s3158ab5dbcf7645e@mail.gmail.com> <4B355A92.1010803@FreeBSD.org> Date: Sat, 26 Dec 2009 03:28:32 +0100 Message-ID: <83e5fb980912251828q26645e43mc5af6a0f3810ea9d@mail.gmail.com> From: Diego Depaoli To: Alexander Motin Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current Subject: Re: ATA_CAM for extradummies 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: Sat, 26 Dec 2009 02:28:34 -0000 On Sat, Dec 26, 2009 at 1:36 AM, Alexander Motin wrote: >> >> After adding >> device sg >> as suggested by @bf1783 to my kernel now I can see pass devices. > > I don't see relations between sg and pass drivers, I don't know. Since I built kernel without ata* devices, dmesg didn't show any pass device, so @bf1783 asked me if I had pass, ses and sg in kernel. > >> Unfortunately that doesn't solve the other issues: >> - without ataati my DVD drive isn't detected > > Man, excuse me, but if you are "extradummy" - don't touch kernel > options. Especially experimental, especially without understanding. Sorry for bother you, I thought testers were welcome, expecially on -current. > Sure, without ataati your DVD won't be detected, as it is PATA drive, > and you have ATI PATA controller, supported by this driver. ATA_CAM > option was especially made to allow this driver to be used with CAM > subsystem. > >> - ripping DVD the system becomes unusable >> ahcich0: hardware reset ... >> ahcich0: SATA connect time=0ms status=00000123 >> ahcich0: port is not ready (timeout 10000ms) tfd = 00000480 > > As I have said, it is a combination of ATI hardware bug and the fact > that DVD ripper has no idea about CAM ATA devices, trying to work with > them with SCSI commands. I will make workaround for this. Thanks. As final note... reading 3 different DVD with mplayer or mencoder I don't get this issue, but that other one READ(10). CDB: 28 0 0 8 bf 60 0 0 1 0 CAM Status: SCSI Status Error (cd0:ata1:0:0:0): SCSI Status: Check Condition (cd0:ata1:0:0:0): MEDIUM ERROR asc:11,5 (cd0:ata1:0:0:0): L-EC uncorrectable error (cd0:ata1:0:0:0): Retrying Command (per Sense Data) within 1 or 2 minutes. Cheers -- Diego Depaoli