From owner-freebsd-current@FreeBSD.ORG Wed Oct 31 16:35:28 2007 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 B87C416A46E for ; Wed, 31 Oct 2007 16:35:28 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 42CB013C4B8 for ; Wed, 31 Oct 2007 16:35:27 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so174812nfb for ; Wed, 31 Oct 2007 09:35:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=zXyFZFGbqRiJ2GTp0sk25Dbx7oyJw2UmUfOr6seSDgc=; b=eeIgvoI3nhOXotQViBtSPHSJCU3QPztBuwY8LZSr7c34AqNWBieaxCvuplRHe0jGUSjlGSkYA+qoesSqB8Fu+JK6ERH0bOKgBnhDxOje9CFxilfBso+dE4d94riQkRqT8D1tBnsOKQoIcPvb6/vu/WPI6S5df4OAUHHyE68BUaI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QmIUm5O0My9CiIFxwNL3bXI7f/ipmnwUI9FtM+CelNNbQzbjhGEBjbZBpRRyS7wTNzg2gdfC9itov1+ZufoEk1udeSVO3t8m+oJkTCWXctaGAmt7uzDzS5wTVjETIvVSkeB9FlitIngRxqqrccmAR9rfoq/y/ZeJMGBOLD4ll1s= Received: by 10.86.65.11 with SMTP id n11mr6733314fga.1193848511175; Wed, 31 Oct 2007 09:35:11 -0700 (PDT) Received: by 10.86.100.19 with HTTP; Wed, 31 Oct 2007 09:35:11 -0700 (PDT) Message-ID: <2a41acea0710310935u6ed33491pcee4c6bd57d12d1a@mail.gmail.com> Date: Wed, 31 Oct 2007 09:35:11 -0700 From: "Jack Vogel" To: "freebsd-net@freebsd.org" , "FreeBSD Stable List" , "FreeBSD Current" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Proposed #ifdef change to em 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: Wed, 31 Oct 2007 16:35:28 -0000 I have found that the FAST interrupt handling is implicated in the watchdog resets that I have seen. What I plan to do is revert to the way 6.2 had things, meaning that FAST interrupts will be available but defined off by default. I wanted to know if anyone has an issue with this. And more importantly, I have personally not seen this problem on 7, but I could set up #ifdef's in that driver to be the same way. What does everyone think? Jack