From owner-freebsd-stable@FreeBSD.ORG Fri Jun 18 07:06:40 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB33A106566B for ; Fri, 18 Jun 2010 07:06:40 +0000 (UTC) (envelope-from laa@cemu.ru) Received: from m.cemu.ru (m.cemu.ru [81.95.138.194]) by mx1.freebsd.org (Postfix) with ESMTP id 8814F8FC16 for ; Fri, 18 Jun 2010 07:06:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=laa.zp.ua; s=dkim; h=Sender:In-Reply-To:Content-Type:Mime-Version:References:Message-ID:Subject:To:From:Date; bh=hz2UDjArPgh3RZ5tm21EY5mCCQXlnMFTqJTPaZj1kCY=; b=alWqmU8QXo8JCUIJi7Ye/RSZLlFuoEWa6re2i4dDOqyXz/yrocr35kIpvIf04yXPuh6/0UNJ1lYF60Mgep8zPDWE7vPGWE+EuZLqtk51fCToev1bnCmjhtLTeseRf1kuscLETXYhtmkg2/EfGlITStX6wPIyWcNVGtWWLLCxFhM=; Received: from laa by m.cemu.ru with local (Exim) (envelope-from ) id 1OPVew-000Oas-00 for freebsd-stable@freebsd.org; Fri, 18 Jun 2010 11:06:38 +0400 Date: Fri, 18 Jun 2010 11:06:37 +0400 From: Lystopad Olexandr To: freebsd-stable@freebsd.org Message-ID: <20100618070637.GZ6319@cemu.ru> References: <20100616111409.GP6319@cemu.ru> <201006160755.27451.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201006160755.27451.jhb@freebsd.org> User-Agent: Mutt/1.4.2.3i Sender: laa Subject: Re: 7.3-STABLE acpi and mpt problems? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2010 07:06:40 -0000 Hello, John Baldwin! On Wed, Jun 16, 2010 at 07:55:27AM -0400 jhb@freebsd.org wrote about "Re: 7.3-STABLE acpi and mpt problems?": > On Wednesday 16 June 2010 7:14:09 am Lystopad Olexandr wrote: > > > > Hi! > > > > I have FreeBSD 7.3-STABLE on Biostar 945GC-M4 motherboard. > > When I boot with custom kernel it fail to boot on ACPI. FreeBSD box > > do not respond to any key. But it successfully boots with button 2 > > from boot menu (without acpi). > > > > Then I try to boot with GENERIC. Success! Ok, I try comment > > out one-by-one devices in GENERIC, rebuild and install kernel, > > and try to boot. My custom kernel boot fine until I comment > > out mpt device in kernel, but it successfully boots without > > acpi (button 2 on boot menu). I have no mpt devices in > > this box. When I insert "device mpt" back to the kernel it boots > > successfully. > > > > Why acpi depends on device mpt? Why this server do not boot without > > this device? > > How does it fail to boot in the non-mpt case? Does it hang, does it panic? > If it hangs, can you break into DDB and capture the output of 'ps' and a stack > trace? (A serial console is probably useful for this.) John, thank you very much for your answer. Sorry for delay. My freebsd box fails to boot after detecting CPU and memory. It simply hang. I think this is too early to run ddb or somethig else. Also, similar problem with this device I detect on two remote bsd servers in production. After insert mpt device into kernel, that servers begin boots fine. -- Olexandr Lystopad