From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 18:51:59 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 B697F1065672 for ; Sat, 7 Nov 2009 18:51:59 +0000 (UTC) (envelope-from jabidan@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 4485B8FC1E for ; Sat, 7 Nov 2009 18:51:59 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so848389fga.13 for ; Sat, 07 Nov 2009 10:51:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=uxc0cpdpaAEaQEUhwCqe7/jmBjkOyEHUG6MWXEgNek8=; b=ZveKSnkJcg1mKMjx3HGllpWk9mLhU+aBQCQtoJ9swM12W8KQDAjZsOlLpDRh0Ljz1q FHpqqCp1oDaJRg8ETKqVV8o9UF6LFMx+/o1qiplb11lenoP+V5JoN1ovrdJS/Ju0t1Xq m9lKFtd/Sw0POhmYK1VIBaH1nyJP7TThuD3XQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Pe5Vxw0qxNfoC8jb8eYx4y8etm8r4zA9TpPmFOsR5PEL4W8EkpYqA7K3E5ZZrr8yA+ vn4FuW+T13SOjt++NGnxUsrEjhuGAQEgjhNPHBj69FCh9dGZyrj1sLU02CWifdMI/SSb ycttFEmBbvyVlatf6dscm7Uzhts1dm2kOkID0= MIME-Version: 1.0 Received: by 10.239.143.215 with SMTP id l23mr613231hba.163.1257618446217; Sat, 07 Nov 2009 10:27:26 -0800 (PST) Date: Sat, 7 Nov 2009 12:27:26 -0600 Message-ID: From: =?ISO-8859-1?Q?Jes=FAs_Abidan?= To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Hi! a question about log in dmesg 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: Sat, 07 Nov 2009 18:51:59 -0000 Hi, there, i am a pretty good user in linux and i don't know i am getting some strange info in my dmesg file: at_matroute: v=(16)100000ff007f000000000000000000 at_matroute: head=0xc42c1700 at_matroute: returnr rn=0xc45b126c at_matroute: v=(16)100000ff007f000000000000000000 at_matroute: head=0xc42c1700 at_matroute: returnr rn=0xc45b126c at_matroute: v=(16)100000ff007f000000000000000000 at_matroute: head=0xc42c1700 at_matroute: returnr rn=0xc45b126c at_matroute: v=(16)100000ff007f000000000000000000 at_matroute: head=0xc42c1700 at_matroute: returnr rn=0xc45b126c at_addroute: v=(16)100000fffe00000000000000000000 at_addroute: n=(16)100000ffff00000000000000000000 at_addroute: head=0xc42c1700 treenodes=0xc45b12e8 at_addroute: returns rn=0xc45b12e8 at_addroute: v=(16)100000ff007f000000000000000000 at_addroute: n=null at_addroute: head=0xc42c1700 treenodes=0xc45b126c at_addroute: returns rn=0xc45b126c at_delroute: v=(16)100000ff0000000000000000000000 at_delroute: n=(16)100000ff8000000000000000000000 at_delroute: head=0xc42c1700 at_delroute: returns rn=0xc45b2e88 at_delroute: v=(16)100000ff8000000000000000000000 at_delroute: n=(16)100000ffc000000000000000000000 at_delroute: head=0xc42c1700 at_delroute: returns rn=0xc45b2e0c and calcru: runtime went backwards from 229 usec to 114 usec for pid 690 (devd) calcru: runtime went backwards from 551 usec to 468 usec for pid 376 (dhclient) calcru: runtime went backwards from 1999 usec to 999 usec for pid 360 (dhclient) calcru: runtime went backwards from 39486 usec to 19742 usec for pid 360 (dhclient) calcru: runtime went backwards from 668 usec to 334 usec for pid 146 (adjkerntz) calcru: runtime went backwards from 57078 usec to 47420 usec for pid 51 (sh) calcru: runtime went backwards from 1964549 usec to 1411651 usec for pid 51 (sh) i know there is an issue about acpi and intel chipset or something like that but i have no results about changing things in bios. I have desactivate udma and no results. the firs message about at_matroute and delroute issues i have no idea. Anyone has a clue??? greetings to everyone out there!