From owner-freebsd-stable@FreeBSD.ORG Tue Oct 30 20:17:47 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F4C716A417 for ; Tue, 30 Oct 2007 20:17:47 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id AE32A13C4B5 for ; Tue, 30 Oct 2007 20:17:46 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1630592nfb for ; Tue, 30 Oct 2007 13:17:45 -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=0q+ugTZm5s+ooKrbwXMjT5ZsB+aHPuBGnuFLkWi0hsA=; b=UNkkN2UKhvCOjbjgdaTzq4M0+1SUCQYtaCP4ptIcTN8oX1t7UfKHe8QPhRxFIm64CLRr0k6P0jGF7xfpIQIuc0naSnF9ee4cpk1ouIIVjzZJOjGz5TOs/2oaxoJvdkQUQwHveubW6EVQnrEqr4UvsSbF3Jn9BVC80tph2bU+feI= 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=Icgn+orHegYXIf0C0MBaWkBPtvBl/UbvzVDqaKe0U7oEXkhEdWf75pYKVBNqsb6jk5Fzssks6HSh3t39CzHZ+oTuFF0GHOr4yAnA7f0tX/Ontcw9I+6zz5fhXzsro2LzI8ePEmU581hnZ2aSxqgeDDD4bvl8CC7sDeb83vw6SVc= Received: by 10.86.98.18 with SMTP id v18mr5984217fgb.1193775465074; Tue, 30 Oct 2007 13:17:45 -0700 (PDT) Received: by 10.86.100.19 with HTTP; Tue, 30 Oct 2007 13:17:44 -0700 (PDT) Message-ID: <2a41acea0710301317w8e820f2pdbd7f3ca1e1f6a30@mail.gmail.com> Date: Tue, 30 Oct 2007 13:17:44 -0700 From: "Jack Vogel" To: "FreeBSD Stable List" , "freebsd-net@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: em watchdogs - OS involvement X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2007 20:17:47 -0000 Things just keep getting stranger... its no wonder I didn't see this... I had been trying to repro the watchdog on a machine in my cube at work without success, but in the test Lab they were successful. I scratched my head for a while wondering why... But then I realized I had the Sept snapshot in my cube, reinstalled it to the Oct snapshot and now it watchdogs like a champ too..... Another bit of data, if I define DEVICE_POLLING on the Oct. snap it also will work. SOOOOO, what changes were made to interrupts between Sept and October, something I need to do perhaps that wasnt done?? Any ideas?? Jack