From owner-freebsd-current@FreeBSD.ORG Thu Nov 20 17:17:52 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66E1A106564A for ; Thu, 20 Nov 2008 17:17:52 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 209738FC1A for ; Thu, 20 Nov 2008 17:17:51 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 997689CB33B for ; Thu, 20 Nov 2008 18:13:37 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k9pm45wfDNIY for ; Thu, 20 Nov 2008 18:13:25 +0100 (CET) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id C737D9CB500 for ; Thu, 20 Nov 2008 18:13:25 +0100 (CET) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id mAKHDPhP053381 for current@freebsd.org; Thu, 20 Nov 2008 18:13:25 +0100 (CET) (envelope-from rdivacky) Date: Thu, 20 Nov 2008 18:13:25 +0100 From: Roman Divacky To: current@freebsd.org Message-ID: <20081120171325.GA53026@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: atrtc0: Warnings about mappings of I/O and interrupt X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2008 17:17:52 -0000 hi I upgraded from roughly 10 days old -CURRENT to this: FreeBSD witten 8.0-CURRENT FreeBSD 8.0-CURRENT #55: Wed Nov 19 23:23:49 CET 2008 root@witten:/usr/obj/usr/src/sys/MYKERNEL i386 and I am getting this at boot: atrtc0: at port 0x70 irq 8 on isa0 atrtc0: Warning: Couldn't map I/O. atrtc0: Warning: Couldn't map Interrupt. the booting itself works fine and I dont see any odd effects. can someone comment? thnx, roman