From owner-freebsd-current@FreeBSD.ORG Mon Aug 16 17:11:45 2004 Return-Path: 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 00F7716A4CE for ; Mon, 16 Aug 2004 17:11:45 +0000 (GMT) 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 E312D43D4C for ; Mon, 16 Aug 2004 17:11:43 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i7GHBaOt034572; Mon, 16 Aug 2004 19:11:41 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <4120EAB5.4040802@DeepCore.dk> Date: Mon, 16 Aug 2004 19:11:17 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eriksson References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: 'FreeBSD Current' Subject: Re: Anything to worry about? (failed: rid 0x20 is memory, requested 4) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 16 Aug 2004 17:11:45 -0000 Daniel Eriksson wrote: > I just installed a Promise SATA150 TX4 in one of my servers. Everything= > seems to work, but I get an error message during boot that worries me a= bit: >=20 > atapci2: port > 0x8800-0x887f,0x9000-0x900f,0x9400-0x943f mem > 0xed000000-0xed01ffff,0xed800000-0xed800fff irq 19 at device 11.0 on pc= i0 > atapci2: failed: rid 0x20 is memory, requested 4 > atapci2: Reserved 0x20000 bytes for rid 0x20 type 3 at 0xed000000 > atapci2: Reserved 0x1000 bytes for rid 0x1c type 3 at 0xed800000 The message is harmless, its because the Promise has a memory resource=20 where stock ATA controllers has a port resource. The std setup code=20 tries to alloc that resource and fails, but the Promise init code knows=20 how to attach to the memory later. -S=F8ren