From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 8 18:23:19 2005 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D2BF16A41C for ; Wed, 8 Jun 2005 18:23:19 +0000 (GMT) (envelope-from valenok@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7FF843D53 for ; Wed, 8 Jun 2005 18:23:18 +0000 (GMT) (envelope-from valenok@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so361700wra for ; Wed, 08 Jun 2005 11:23:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oCDRMcSYOHZZkYyj93SNQDCj44sgI/JwNBllpp5rJwS1zznsPwhyftixWfykdP0D7dfdDSSJyiRcvXF4gZYYC+9Y6RvZnV8R19ePtgvDdFLvaFpH/TThwkeU6Mx4Bn3qwvBcj9tN+Y1N+Onff8Csuu3U41Py7/AvLh7AbTWe92k= Received: by 10.54.50.12 with SMTP id x12mr4702988wrx; Wed, 08 Jun 2005 11:23:18 -0700 (PDT) Received: by 10.54.116.3 with HTTP; Wed, 8 Jun 2005 11:23:18 -0700 (PDT) Message-ID: <72c3a957050608112348e2f6ca@mail.gmail.com> Date: Wed, 8 Jun 2005 19:23:18 +0100 From: Sergey Lyubka To: hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: freebsd 5.4 on HP DL 385 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergey Lyubka List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 18:23:19 -0000 Hi hackers, I have got an HP DL 385 dual opteron system, with 2 on-board broadcom network cards. If I use more NICs, I have to have ACPI turned on. But if the ACPI is turned on, kernel does not boot, this is an error message: panic: npx: can't get ports Does anybody knows a solution for that ? Another strange problem I saw with DL 385 is when I boot a huge kernel (with embedded MFS), it panics. DDB shows that that happens to be in function nexus_get_resource(). Any ideas how to fight that ? sources are -stable 5.4 from 8 Jun 2005. system built for x86, so DL385 runs in x86 emulation mode. kernel config: silversoft.net/~devnull/MANAGER thanks, sergey