From owner-freebsd-current@FreeBSD.ORG Sun Jan 22 23:53:28 2006 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 5516B16A420 for ; Sun, 22 Jan 2006 23:53:28 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C8C043D5C for ; Sun, 22 Jan 2006 23:53:27 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so592331wxc for ; Sun, 22 Jan 2006 15:53:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=TlgqIfNQQMlOM5wyJl2sBFsX9jrz4Sl5QL074LJLX58xVDNULugbwllg7qI0alsm1hXctPQlVQyrrxCUGTzhp4xZ4iPCuKl/nDwYubw7z865rS2OYOqNtrhEsCWe7X+HijMDiT/U05gMOjl5Ly4P1mu1PeGlOO7yRSAGjfuRRa0= Received: by 10.70.26.13 with SMTP id 13mr4710262wxz; Sun, 22 Jan 2006 15:53:26 -0800 (PST) Received: by 10.70.36.7 with HTTP; Sun, 22 Jan 2006 15:53:26 -0800 (PST) Message-ID: <70e8236f0601221553r503bc43ds295d3a72ad879afb@mail.gmail.com> Date: Sun, 22 Jan 2006 23:53:26 +0000 From: Joao Barros To: Scott Long MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: freebsd-current@freebsd.org Subject: amr: duplicated "delete logical drives supported by controller" on attach 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: Sun, 22 Jan 2006 23:53:28 -0000 I recently updated and installed CURRENT and now on a "kldload amr" I get t= his: amr0: mem 0xf0000000-0xf3ffffff irq 10 at device 0.0 on pci3 amr0: delete logical drives supported by controller amr0: delete logical drives supported by controller amr0: Firmware 198U, BIOS 3.35, 64MB RAM amrd0: on amr0 amrd0: 104040MB (213073920 sectors) RAID 5 (optimal) I tracked it to amr.c on amr_query_controller() which is called by at least amr_startup() and amr_attach() src/sys/dev/amr/amr.c,v 1.73 2006/01/14 17:59:28 scottl -- Joao Barros