From owner-freebsd-current@FreeBSD.ORG Thu Dec 4 22:09:17 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 0C0C11065672; Thu, 4 Dec 2008 22:09:17 +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 B78418FC1C; Thu, 4 Dec 2008 22:09:16 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 9538B9CB3F2; Thu, 4 Dec 2008 23:04:40 +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 v2wPACjW1cQJ; Thu, 4 Dec 2008 23:04:38 +0100 (CET) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 67E669CB4E1; Thu, 4 Dec 2008 23:04:38 +0100 (CET) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id mB4M4cVb017410; Thu, 4 Dec 2008 23:04:38 +0100 (CET) (envelope-from rdivacky) Date: Thu, 4 Dec 2008 23:04:38 +0100 From: Roman Divacky To: John Baldwin Message-ID: <20081204220438.GA17059@freebsd.org> References: <20081120171325.GA53026@freebsd.org> <200812041424.13298.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200812041424.13298.jhb@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org, current@freebsd.org Subject: Re: 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, 04 Dec 2008 22:09:17 -0000 On Thu, Dec 04, 2008 at 02:24:13PM -0500, John Baldwin wrote: > On Thursday 20 November 2008 12:13:25 pm Roman Divacky wrote: > > 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. > > The driver is just a stub anyway. Do you have any atrtc0 hints, and can you > grab the output for the 'atrtc0' device from 'devinfo -r'? witten ~# grep atrtc /boot/device.hints hint.atrtc.0.at="isa" hint.atrtc.0.port="0x70" hint.atrtc.0.irq="8" (but that's the default I believe) devinfo -r shows "empty" atrtc0 but: atrtc1 Interrupt request lines: 8 I/O ports: 0x70-0x71 any more info I can provide?