From owner-freebsd-stable@FreeBSD.ORG Wed Nov 1 01:41:58 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAA6116A417 for ; Wed, 1 Nov 2006 01:41:58 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 751C843D53 for ; Wed, 1 Nov 2006 01:41:57 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so1625414nzf for ; Tue, 31 Oct 2006 17:41:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FR+XJUbagQ2qA2sA196x3ttWz51hwHGE+43KS6tGWa2N1IOcnGVfHhPw4YSB0/DELMRHwJOiEk67talibBcJGHanAiLQNlN9ZuJX32zIIC7QKe7img/xyF9RYuhvogdVlziFxYxDjF5OEsbVUlplcLhcvlqf3T+4QCC1g8yOC10= Received: by 10.35.105.18 with SMTP id h18mr7964099pym; Tue, 31 Oct 2006 17:41:56 -0800 (PST) Received: by 10.35.118.6 with HTTP; Tue, 31 Oct 2006 17:41:56 -0800 (PST) Message-ID: <2a41acea0610311741w653d5bfdhad49d2f606a7cffe@mail.gmail.com> Date: Tue, 31 Oct 2006 17:41:56 -0800 From: "Jack Vogel" To: "Joerg Pernfuss" In-Reply-To: <20061101015738.090863a2@loki.starkstrom.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200610282112.k9SLC0cC024602@corbulon.video-collage.com> <200610311307.27063.mi+mx@aldan.algebra.com> <2a41acea0610311049n1a8d7f92lef3cdb14cbfef7a3@mail.gmail.com> <200610311937.32326.Mikhail.Teterin@murex.com> <2a41acea0610311643y7360cbc4ie4a2a16b66e4b1e@mail.gmail.com> <2a41acea0610311646i79d445c2i2ac51c137e9de7c1@mail.gmail.com> <20061101015738.090863a2@loki.starkstrom.lan> Cc: stable@freebsd.org, re@freebsd.org, Mikhail Teterin Subject: Re: new em-driver still broken 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: Wed, 01 Nov 2006 01:41:58 -0000 On 10/31/06, Joerg Pernfuss wrote: > On Tue, 31 Oct 2006 16:46:10 -0800 > "Jack Vogel" wrote: > > > So like : > > > > options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time > > extensions > > > > Looks like a special option that most probably dont have [...] > > This option is in GENERIC, so it is something most people probably > have. Opps, guess I should have checked first :) I still think it looks like some kind of scheduler issue going on here, so maybe this is something to check. Jack