From owner-freebsd-stable@FreeBSD.ORG Fri Jun 18 08:25:23 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 7EE15106566B for ; Fri, 18 Jun 2010 08:25:23 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id C28B28FC08 for ; Fri, 18 Jun 2010 08:25:22 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA13023; Fri, 18 Jun 2010 11:25:09 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1OPWsu-000O4O-R9; Fri, 18 Jun 2010 11:25:08 +0300 Message-ID: <4C1B2D63.6070902@icyb.net.ua> Date: Fri, 18 Jun 2010 11:25:07 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.24 (X11/20100603) MIME-Version: 1.0 To: Lystopad Olexandr References: <20100616111409.GP6319@cemu.ru> <201006160755.27451.jhb@freebsd.org> <20100618070637.GZ6319@cemu.ru> In-Reply-To: <20100618070637.GZ6319@cemu.ru> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org 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 08:25:23 -0000 on 18/06/2010 10:06 Lystopad Olexandr said the following: > 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. Can you please produce _verbose_ dmesg for booting with acpi+mpt and no acpi, no mpt? And also, _verbose_ dmesg of acpi and !mpt. You can capture the latter with serial console. If you don't have it, try to get screenshots. -- Andriy Gapon