From owner-freebsd-net@FreeBSD.ORG Fri Jul 9 16:52:26 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F7F21065672 for ; Fri, 9 Jul 2010 16:52:26 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 007828FC1D for ; Fri, 9 Jul 2010 16:52:25 +0000 (UTC) Received: by wyb34 with SMTP id 34so2037629wyb.13 for ; Fri, 09 Jul 2010 09:52:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=E+gn7RDFZcdvcm7AUeryMEtpHmWqJXj2EBBkTwNEb14=; b=eVTWpbTvG+ahop05/jX7A6DRDb+bZs3kjxLe3OR8LL40Y2z0vRs/PtWyBYmOalNrtC UI0tOVcirw5eqZ5tKBvbY6tu8u6lP2b/IBEX9bbNMTld+dngoo0GXeQBdPI9yGp2TXWx 7P9wdBnjVwWR9+padEDZKOut5SutMy+Y2OWbY= 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; b=P8M3ScWPGySCN/YQvGHA3b1j92NPH/G21wTeN1kUxv/ap8o9dTstLLuXue/usRRQLS ffuz5e0oPkTDtJDrl+Go9Iay2ZvPxudN8C/9JimRT9+qaAU1fCX2u+kD3YYSq9WYeaRd Xh/AkFUi3m/NblZoQLcsef1LmLeyQ0TMebMyg= MIME-Version: 1.0 Received: by 10.216.188.21 with SMTP id z21mr4529173wem.106.1278694340446; Fri, 09 Jul 2010 09:52:20 -0700 (PDT) Received: by 10.216.30.139 with HTTP; Fri, 9 Jul 2010 09:52:20 -0700 (PDT) In-Reply-To: References: <1278330234.10826.18.camel@stormi-desktop> <1278356796.10826.35.camel@stormi-desktop> <1278404933.20433.26.camel@stormi-desktop> <1278496982.21743.50.camel@stormi-desktop> <20100709233505.J54166@sola.nimnet.asn.au> <1278688046.20612.45.camel@stormi-desktop> Date: Fri, 9 Jul 2010 12:52:20 -0400 Message-ID: From: Ryan Stone To: Jack Vogel Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org, Shtorm , Ian Smith Subject: Re: Intel 82574L Gigabit Ethernet Controller X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 16:52:26 -0000 Hm, I see that you're using the ticks variable. To the best of my knowledge, changing the current time should not cause ticks to change. A lot of things, like the callout wheel, would be pretty broken if that were happening. My knowledge of this stuff is several major versions out of date, though, so maybe things have changed.