From owner-freebsd-stable@FreeBSD.ORG Fri Oct 12 15:54:59 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD8A315E for ; Fri, 12 Oct 2012 15:54:59 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id AFE6E8FC16 for ; Fri, 12 Oct 2012 15:54:59 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id EDAFFB9C4; Fri, 12 Oct 2012 11:54:58 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Subject: Re: FreeBSD 9.1-RC2 Available... Date: Fri, 12 Oct 2012 11:53:22 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p20; KDE/4.5.5; amd64; ; ) References: <1349895240.84923.22.camel@bauer.cse.buffalo.edu> <1c7d96914a72449945f047146eaed394@antiszoc.hu> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201210121153.23016.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 12 Oct 2012 11:54:59 -0400 (EDT) Cc: =?iso-8859-1?q?G=F3t_Andr=E1s?= , Sami Halabi X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2012 15:54:59 -0000 On Thursday, October 11, 2012 3:49:51 am Sami Halabi wrote: > Hi, > > there's a patch in the list you mentioned. > it should go to rc3 i guess. No, that patch would break all other interrupt config hooks like probes for SATA and SCSI disks and USB disks. Some driver's config hook is not finishing. Each driver's hook is responsible for deregistering itself once it has finished it's interrupt probing which is why it is not obvious how the list becomes empty. -- John Baldwin