From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 1 10:51:36 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB3DA106566B; Thu, 1 Mar 2012 10:51:36 +0000 (UTC) (envelope-from dmk.sbor@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 697B88FC12; Thu, 1 Mar 2012 10:51:36 +0000 (UTC) Received: by yhgm50 with SMTP id m50so133291yhg.13 for ; Thu, 01 Mar 2012 02:51:35 -0800 (PST) Received-SPF: pass (google.com: domain of dmk.sbor@gmail.com designates 10.236.135.45 as permitted sender) client-ip=10.236.135.45; Authentication-Results: mr.google.com; spf=pass (google.com: domain of dmk.sbor@gmail.com designates 10.236.135.45 as permitted sender) smtp.mail=dmk.sbor@gmail.com; dkim=pass header.i=dmk.sbor@gmail.com Received: from mr.google.com ([10.236.135.45]) by 10.236.135.45 with SMTP id t33mr5886198yhi.84.1330599095816 (num_hops = 1); Thu, 01 Mar 2012 02:51:35 -0800 (PST) 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 :cc:content-type; bh=JpzQO0H0okRb6WOzjgikGtYeswaE3BnM4zo7z9WZJqQ=; b=EwIVHNd6LQgfyP1d/MyvtyJywkN0ZotQAxsk7XHdpwAIJ6fNbt8YyxBcpa1LFT3CRY rkFtf+cusaJW6A0u0iv2Vf0zzqZ1Aq+S83Q6ipVhHxncfnwuJq+EIrcXADVz8eZdTaRH DVM5g4O7Rf4Cq6gT836O6cT9ViIHM+dqyRQt4= MIME-Version: 1.0 Received: by 10.236.135.45 with SMTP id t33mr4568231yhi.84.1330599095779; Thu, 01 Mar 2012 02:51:35 -0800 (PST) Received: by 10.146.168.1 with HTTP; Thu, 1 Mar 2012 02:51:35 -0800 (PST) In-Reply-To: <1330454912.3092.8.camel@powernoodle-l7.corp.yahoo.com> References: <1330454912.3092.8.camel@powernoodle-l7.corp.yahoo.com> Date: Thu, 1 Mar 2012 13:51:35 +0300 Message-ID: From: "Dmitry S. Kasterin" To: Sean Bruno Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-hackers@freebsd.org" , "freebsd-hardware@freebsd.org" Subject: Re: Recurring "rescan already queued" message X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2012 10:51:36 -0000 > I had the same issue on my laptop with an eSATA port. I disabled the > eSATA port and that made the messages go away. According to mav@ these > were harmless, but annoying. I've found the topic here: http://forums.pcbsd.org/showthread.php?t=16055 The problem has been solved by setting "hint.ata.1.pm_level" to "1". Now the messages are gone and I'm pretty happy. My thanks to Sean and Alexander.