From owner-freebsd-current@FreeBSD.ORG Wed Jun 8 09:26:16 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89CB616A41C for ; Wed, 8 Jun 2005 09:26:16 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id F230043D55 for ; Wed, 8 Jun 2005 09:26:15 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from [194.192.25.136] (mac.deepcore.dk [194.192.25.136]) by spider.deepcore.dk (8.13.3/8.13.3) with ESMTP id j589Onmc097603; Wed, 8 Jun 2005 11:24:49 +0200 (CEST) (envelope-from sos@FreeBSD.org) In-Reply-To: <20050608085949.GA7349@medusa.sysfault.org> References: <20050608085949.GA7349@medusa.sysfault.org> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Date: Wed, 8 Jun 2005 11:26:12 +0200 To: Marcus von Appen X-Mailer: Apple Mail (2.730) X-mail-scanned: by DeepCore Virus & Spam killer v1.12 Cc: freebsd-current@FreeBSD.org Subject: Re: Intel ICH5 SATA150 memory mapping error on CURRENT 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: Wed, 08 Jun 2005 09:26:16 -0000 On 08/06/2005, at 10:59, Marcus von Appen wrote: > Hi, > > I am receiving a memory mapping error on CURRENT (last built a few > minutes ago) with the Intel ICH5 SATA150 controller and Intel 865 > chipset. dmesg shows the following: > > ... > ata1: [MPSAFE] > atapci1: port =20 > 0xfe00-0xfe07,0xfe10-0xfe13,0xfe20 > -0xfe27,0xfe30-0xfe33,0xfea0-0xfeaf irq 18 at device 31.2 on pci0 > atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xfea0 > atapci1: [MPSAFE] > atapci1: failed to enable memory mapping! > ata2: on atapci1 > atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0xfe00 > atapci1: Reserved 0x4 bytes for rid 0x14 type 4 at 0xfe10 > ata2: reset tp1 mask=3D00 ostat0=3Dff ostat1=3D00 > ata2: [MPSAFE] > ata3: on atapci1 > atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0xfe20 > atapci1: Reserved 0x4 bytes for rid 0x1c type 4 at 0xfe30 > ata3: reset tp1 mask=3D00 ostat0=3Dff ostat1=3D00 > ata3: [MPSAFE] > ... Its just harmless noise from the PCI code that normally should be =20 behind bootverbose. - S=F8ren