From owner-freebsd-current@FreeBSD.ORG Wed Nov 5 14:56:50 2003 Return-Path: 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 7807516A4CE for ; Wed, 5 Nov 2003 14:56:50 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 6395243FF7 for ; Wed, 5 Nov 2003 14:56:47 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 1477 invoked by uid 1002); 5 Nov 2003 22:56:46 -0000 Received: from unknown (HELO ?10.4.1.5?) (64.58.1.252) by smtp.mho.net with SMTP; 5 Nov 2003 22:56:46 -0000 Date: Wed, 5 Nov 2003 15:59:59 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: othermark In-Reply-To: Message-ID: <20031105155645.L42491@pooker.samsco.home> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Nov 4 kernel broke my 115200 console.. and fix. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 05 Nov 2003 22:56:50 -0000 On Wed, 5 Nov 2003, othermark wrote: > My machine was hard-locking with a kernel built from yesterday. With boot > -s, it freezes before you can hit return for the shell. This is a fairly > generic PIII machine with ATA hdd. Booting with a keyboard and video > attached works wonderfully, but is a pain in the ass with a machine that's > supposed to be headless. > > This was working fine on the serial console before the interrupt and APIC_IO > commits. > > It guess (*) I needed these in the kernel config, by adding > > options SMP > device apic > device acpi The key here is probably 'acpi'. It is no longer built as a module, and the loader has been fooled into not loading it. Scott