From owner-freebsd-stable@FreeBSD.ORG Wed Oct 4 06:59:27 2006 Return-Path: X-Original-To: freebsd-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 8581416A412 for ; Wed, 4 Oct 2006 06:59:27 +0000 (UTC) (envelope-from martin@gneto.com) Received: from av11-1-sn2.hy.skanova.net (av11-1-sn2.hy.skanova.net [81.228.8.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6886443D6E for ; Wed, 4 Oct 2006 06:59:14 +0000 (GMT) (envelope-from martin@gneto.com) Received: by av11-1-sn2.hy.skanova.net (Postfix, from userid 502) id E066F380DC; Wed, 4 Oct 2006 08:59:12 +0200 (CEST) Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av11-1-sn2.hy.skanova.net (Postfix) with ESMTP id CEAFD38034; Wed, 4 Oct 2006 08:59:12 +0200 (CEST) Received: from [192.168.2.30] (h33n2fls31o985.telia.com [213.67.213.33]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id C48BD37E4C; Wed, 4 Oct 2006 08:59:11 +0200 (CEST) Message-ID: <45235BBD.4030105@gneto.com> Date: Wed, 04 Oct 2006 08:59:09 +0200 From: Martin Nilsson User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Scott Long References: <9F7B653A50CF3D45A92C05401046239B0E0C27@rwsrv06.rw2.riverwillow.net.au> <45234418.7000205@samsco.org> In-Reply-To: <45234418.7000205@samsco.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, John Marshall Subject: Re: Watchdog Timeout - bge devices 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, 04 Oct 2006 06:59:27 -0000 Scott Long skrev: > In any case, SCHED_ULE is still considered to be highly experimental. > Hopefully it will get some more attention in the near future to > bring it closer to production quality. Can we have a commit (at least to STABLE) that adds a big fat message during boot that goes something like: ### >>>> You are using SCHED_ULE scheduler <<<< ### ### SCHED_ULE is still considered to be highly experimental ### ### Please revert to SCHED_4BSD before reporting problems. ### ### (Unless of course you are reporting a ULE scheduler bug) ### So we don't waste time analyzing errors that are caused by ULE. The /. crowd seems to think that because ULE is newer than 4BSD it is somehow magically better and more bug free :-) Having said that I see the em timeouts both with ULE and 4BSD. /Martin