From owner-freebsd-current@FreeBSD.ORG Tue Jun 7 22:11:07 2005 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 7772F16A41C; Tue, 7 Jun 2005 22:11:07 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B8DA43D1D; Tue, 7 Jun 2005 22:11:07 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtp (Exim 4.50 (FreeBSD)) id 1DfmHq-000OIE-NQ; Tue, 07 Jun 2005 22:11:06 +0000 Received: from [127.0.0.1] (helo=roam.psg.com.psg.com) by roam.psg.com with esmtp (Exim 4.51 (FreeBSD)) id 1DfmHi-0002zo-2I; Tue, 07 Jun 2005 15:10:58 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17062.7025.560999.966165@roam.psg.com> Date: Tue, 7 Jun 2005 15:10:57 -0700 To: Ruslan Ermilov References: <17061.49982.839890.459580@roam.psg.com> <20050607220433.GD84581@ip.net.ua> Cc: FreeBSD Current Subject: Re: loader problem? 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: Tue, 07 Jun 2005 22:11:07 -0000 >> OK unload >> OK load boot/kernel/kernel >> boot/kernel/kernel text=0x24d128 data=0x27c1c+0x2b6e4 syms=[0x4+0x30630+0x4+0x3cb6d] >> OK lsmod >> 0x400000: boot/kernel/kernel (elf kernel, 0x30e5e8) >> modules: io.1 splash.1 ipfw.2 ether.1 sysvshm.1 sysvsem.1 sysvmsg.1 cd9660.1 isa.1 pseudofs.1 procfs.1 random.1 ppbus.1 pci.1 null.1 mem.1 acd.1 atapci.1 ata.1 >> OK set acpi_load=NO >> OK show >> LINES=24 >> acpi_load=NO > [...] >> OK boot >> /boot/kernel/acpi.ko text=0x4cc70 data=0x2000+0x10b0 syms=[0x4+0x7960+0x4+0xa1d9] >> \ >> >> > You want to "unset acpi_load" to disable ACPI loading, or > "set hint.acpi.0.disabled=1". Type '?' for a list of commands, 'help' for more detailed help. OK unset acpi_load OK set hint.acpi.0.disabled=1 OK boot \ and boot -v shows nothing else randy