From owner-freebsd-questions@FreeBSD.ORG Sat Dec 11 13:53:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49E9116A4CE for ; Sat, 11 Dec 2004 13:53:49 +0000 (GMT) Received: from smtp4.wanadoo.fr (smtp4.wanadoo.fr [193.252.22.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id A203543D3F for ; Sat, 11 Dec 2004 13:53:48 +0000 (GMT) (envelope-from cbaud@laposte.net) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0412.wanadoo.fr (SMTP Server) with SMTP id 85D061C0018C for ; Sat, 11 Dec 2004 14:53:47 +0100 (CET) Received: from libra.baudcl-liber.fr (AAmiens-151-1-34-133.w83-192.abo.wanadoo.fr [83.192.180.133]) by mwinf0412.wanadoo.fr (SMTP Server) with ESMTP id 274FD1C0018A for ; Sat, 11 Dec 2004 14:53:47 +0100 (CET) From: "Claude B." To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1102776842.2893.36.camel@libra.baudcl-liber.fr> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4-8mdk Date: Sat, 11 Dec 2004 14:54:02 +0000 Content-Transfer-Encoding: 8bit Subject: PDC20319 4 ports SATA and the RAID1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2004 13:53:49 -0000 Here the reply from Søren Schmidt freebsd-current@freebsd.org: Le sam 11/12/2004 à 12:19, Søren Schmidt a écrit : > Claude B. wrote: > > kernel: atapci0: port > 0xb400-0xb47f,0xb800-0xb80f,0xbc00-0xbc3f mem > 0xfc960000-0xfc97ffff,0xfc99f000-0xfc99ffff irq 27 at device 5.0 on pci2 > kernel: atapci0: failed: rid 0x20 is memory, requested 4 > kernel: ata2: channel #0 on atapci0 > kernel: ata3: channel #1 on atapci0 > kernel: ata4: channel #2 on atapci0 > kernel: ata5: channel #3 on atapci0 > > What means this kernel message :"atapci0: failed: rid 0x20 is memory, > requested 4" and how to make sure the RAID1 works fine? Its just a warning from the kernel (which IMHO shouldn't be there). The reason is that "normal" ATA controllers has port space there and the generic part of ATA probes it as part of the generic probe code. Later in the probe where ATA knows it deals with a Promise chip it also knows how to use that resource as memory space.