From owner-freebsd-current@FreeBSD.ORG Sun Nov 14 15:33:07 2010 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 95A871065679; Sun, 14 Nov 2010 15:33:07 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id B8A068FC08; Sun, 14 Nov 2010 15:33:06 +0000 (UTC) Received: by bwz2 with SMTP id 2so4468654bwz.13 for ; Sun, 14 Nov 2010 07:33:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=SLNfXrMcepKZZk3c+l2QNA9WCzTqjdskeZCqcu4vtvE=; b=m0S1cjNAvziq2ZpqBFQm8e+QcChhpVjMdJek5axA4PlJxRAnFmTjTF4/1kCBN4r/6S CWjGApja3kvYWaPgz/gB/LuqnSA+ieoKyIcKrkNNRiFWOlDfhJDP7v3blycVPvbaRX1A gxnbTkvTYvTNLNx8pPM39AEND1Ihm9yRyuljM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=a2HWqdDpYE8uY1piSuHTJ0r07DK4raa+8D0pxqtXIkqoj7PVyZ9vqQprrnCB349kx2 +WoEdvdvpSZAxbA02Dv+Mt4oqFi5dn+ZgJuDrcDJiJe9xFYyGt23e5tkpeq2SiL8QYq/ /djEhAjafCHwu6cwSSo/9IYBBW2rpxXN7vJsk= Received: by 10.204.59.193 with SMTP id m1mr5027545bkh.176.1289748785602; Sun, 14 Nov 2010 07:33:05 -0800 (PST) Received: from mavbook2.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id f21sm2537431bkf.0.2010.11.14.07.33.02 (version=SSLv3 cipher=RC4-MD5); Sun, 14 Nov 2010 07:33:03 -0800 (PST) Sender: Alexander Motin Message-ID: <4CE0010D.7080505@FreeBSD.org> Date: Sun, 14 Nov 2010 17:32:29 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20091212) MIME-Version: 1.0 To: Brandon Gooch References: <4CD45209.5010607@FreeBSD.org> <4CDE5B8C.4000102@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-scsi@freebsd.org, FreeBSD-Current , FreeBSD Stable Subject: Re: Sense fetching [Was: cdrtools /devel ...] 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, 14 Nov 2010 15:33:07 -0000 Brandon Gooch wrote: > On Sat, Nov 13, 2010 at 3:34 AM, Alexander Motin wrote: >> Now uncommitted pass_autosence.patch and possibly cdrtools.patch. > > OK. Patched kernel and cdrtools has resulted in a working cdrecord > (burned an ISO successfully) and an endless stream of: > > ... > (pass0:ata0:0:0:0): Requesting SCSI sense data > (pass0:ata0:0:0:0): SCSI status error > (pass0:ata0:0:0:0): Requesting SCSI sense data > (pass0:ata0:0:0:0): SCSI status error > (pass0:ata0:0:0:0): Requesting SCSI sense data > (pass0:ata0:0:0:0): SCSI status error > (pass0:ata0:0:0:0): Requesting SCSI sense data > (pass0:ata0:0:0:0): SCSI status error > ... I think it can be hald probing for media insertion. Probably we should slightly reduce error logging verbosity. May be somehow make to not log errors on requests submitted from user-level via pass driver. > But most important part: It works, and it burned very quickly! The CD > was created, and fully functional (I booted the Fedora image and > completed an installation). Nice! -- Alexander Motin