From owner-freebsd-current@FreeBSD.ORG Mon Feb 2 04:41:15 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 5CA39106567B for ; Mon, 2 Feb 2009 04:41:15 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 324CB8FC14 for ; Mon, 2 Feb 2009 04:41:15 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n124fDBx063963 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Feb 2009 20:41:14 -0800 (PST) (envelope-from sam@freebsd.org) Message-ID: <49867969.3020406@freebsd.org> Date: Sun, 01 Feb 2009 20:41:13 -0800 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Subscriber References: <498652D2.7030906@mail.ru> In-Reply-To: <498652D2.7030906@mail.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist Cc: freebsd-current@freebsd.org Subject: Re: ath driver (?) lock system after last update 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: Mon, 02 Feb 2009 04:41:15 -0000 Subscriber wrote: > I updated my 8-CURRENT and now system freeze shortly after boot (~0.5-3 > minutes). I see following messages in console: > > Jan 31 02:18:03 cache kernel: ath0: bad series0 hwrate 0x0, tries 4 > ts_status 0x0 > Jan 31 02:18:03 cache kernel: ath0: bad series1 hwrate 0x0, tries 3 > ts_status 0x0 > Jan 31 02:18:03 cache kernel: ath0: bad series2 hwrate 0x0, tries 4 > ts_status 0x0 > Jan 31 02:18:03 cache kernel: ath0: bad series0 hwrate 0x0, tries 4 > ts_status 0x0 > Jan 31 02:18:03 cache kernel: ath0: bad series1 hwrate 0x0, tries 3 > ts_status 0x0 > Jan 31 02:18:03 cache kernel: ath0: bad series2 hwrate 0x0, tries 4 > ts_status 0x0 > Jan 31 02:18:03 cache kernel: ath0: bad series0 hwrate 0x0, tries 4 > ts_status 0x0 > Jan 31 02:18:03 cache kernel: ath0: bad series1 hwrate 0x0, tries 3 > ts_status 0x0 > Jan 31 02:18:03 cache kernel: ath0: bad series2 hwrate 0x0, tries 4 > ts_status 0x0 > ... > > much time, then system freeze. Before last update I was never see > those messages. > Now I rolled back to HEAD sources with date=2009.01.01, and all seems OK. > ath0: mem 0xfd7f0000-0xfd7fffff irq 16 at device > 0.0 on pci2 > ath0: [ITHREAD] > ath0: WARNING: using obsoleted if_watchdog interface > ath0: mac 14.2 phy 7.0 radio 10.2 I need to see the output of sysctl dev.ath.0 and how your card is configured. Sam