From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 9 12:00:50 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A1D337B401 for ; Wed, 9 Apr 2003 12:00:50 -0700 (PDT) Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5F6F43F3F for ; Wed, 9 Apr 2003 12:00:49 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (strings.polstra.com [206.213.73.20]) by wall.polstra.com (8.12.3p2/8.12.3) with ESMTP id h39J0idt070528 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 9 Apr 2003 12:00:44 -0700 (PDT) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.12.6/8.12.6/Submit) id h39J0igT063938; Wed, 9 Apr 2003 12:00:44 -0700 (PDT) (envelope-from jdp) Date: Wed, 9 Apr 2003 12:00:44 -0700 (PDT) Message-Id: <200304091900.h39J0igT063938@strings.polstra.com> To: hackers@freebsd.org From: John Polstra In-Reply-To: <20030409144042.B901@beagle.fokus.fraunhofer.de> References: <20030409114957.GN83126@cicely9.cicely.de> <20030409144042.B901@beagle.fokus.fraunhofer.de> Organization: Polstra & Co., Seattle, WA Subject: Re: realtime problem X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 19:00:50 -0000 In article <20030409144042.B901@beagle.fokus.fraunhofer.de>, Harti Brandt wrote: > You must change HZ by putting > > options HZ=2000 > > or whatever you want in your config file. > > You should also ensure, that you have no miibus ethernet cards in your > system, or comment out the relevant sections in dev/mii that periodically > call the status update stuff. Huh? I'm not aware of any hz-related botches in the mii code. Could you give me a specific example? I'd like to fix it if I can find it. Thanks, John