From owner-freebsd-questions@FreeBSD.ORG Fri May 8 10:26:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8057C106566B for ; Fri, 8 May 2009 10:26:05 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f168.google.com (mail-fx0-f168.google.com [209.85.220.168]) by mx1.freebsd.org (Postfix) with ESMTP id 0F8F08FC16 for ; Fri, 8 May 2009 10:26:04 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fxm12 with SMTP id 12so1302712fxm.43 for ; Fri, 08 May 2009 03:26:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=1+8uKeoQrrSe/A5zqH+Ndp2jU7bBlLw1wpi0+jd8/60=; b=kiHuqoEGDva0FTJYBPP/nlFYsb8/HTJYiVcZZ0APRAj8Gt+O/+Na9RJq8Wh8S8PhFH sC4p3aPwX+WjNwsrBr4wtOMyiLeYIYf5ZuEqpVmWbzL8euqtBA0o5W+4InCop+HPNFb5 VZvNC6AZqbUjJ8XZrMqOCXd9x3yh76qqsmLOs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=kwD+4Gx6Z0R/jJPZdXeEQcOWNSMI655hcFR57xt6LIsHx/VZLrUBjMI0bS3PpO0Jfk jfhfmxXC0lC0PlPe5RDi/B8KS0gAYfUq5BSSCC22XqWDsFXphCMblYImruaVBOAfYutM d/zb0EZyUjZbRe/YlyRSfOyqt9qABKVPYn6r8= MIME-Version: 1.0 Received: by 10.239.144.131 with SMTP id o3mr193201hba.128.1241778364129; Fri, 08 May 2009 03:26:04 -0700 (PDT) In-Reply-To: <4A03528F.7070405@onetel.com> References: <49F78DD0.70007@onetel.com> <3a142e750904290530p7189e3d2y40328186dd4141f7@mail.gmail.com> <49FB6C6A.8020308@onetel.com> <3a142e750905011711pc9c77f7p67e883e96fac7170@mail.gmail.com> <4A03528F.7070405@onetel.com> Date: Fri, 8 May 2009 10:26:04 +0000 Message-ID: <3a142e750905080326q2c21e669xc08aaafbf0fbf36@mail.gmail.com> From: "Paul B. Mahol" To: Chris Whitehouse Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Tim Judd , User Questions Subject: Re: ndis0 interrrupt storm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2009 10:26:05 -0000 On 5/7/09, Chris Whitehouse wrote: > Tim Judd wrote: >> I think project evil (ndis) requires a specific driver version, such as >> the >> WinXP drivers versus the Vista or 2000 or anything else. >> >> >> >> What drivers did you use? Any other drivers available on the manufacturer >> website? >> >> >> If you're not using XP, I recall reading that XP is the preferred driver >> for >> the recent project evil versions. >> >> >> --TJ >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > Sorry about the delay replying, I've been away. > > In the meantime I've tried the three possible drivers (XP, NT and an > unlabelled one). I've also installed a recent 8-current snapshot, > updated to latest source and built world, and tried the XP driver. Still > get interrupt storms everywhere, also a panic (I think) in 8-current. > > Should I give up or are there other things to try? Panic should not happen. Please provide backtrace(or crashdump or textdump) -- Paul