From owner-freebsd-stable@FreeBSD.ORG Thu Apr 21 11:42:27 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9572D16A4CE for ; Thu, 21 Apr 2005 11:42:27 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 228F243D4C for ; Thu, 21 Apr 2005 11:42:27 +0000 (GMT) (envelope-from avleeuwen@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so710537nzf for ; Thu, 21 Apr 2005 04:42:26 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ru1G9l68BviYP1owevdB6XgeuBocwC5N+ljwHvYg61uQQVYfHviud55El43ZsjmYP4POXHFclxb53c7VmdFrgiQ83Ug69dEw67DcBpH7PcrhYIjruxr78ZOUpGu2KNC8gMT7L87aLi8YmYUja81naXRh5x9a5Fc5b+tZBrnjFoY= Received: by 10.36.9.6 with SMTP id 6mr181312nzi; Thu, 21 Apr 2005 04:42:26 -0700 (PDT) Received: by 10.36.79.12 with HTTP; Thu, 21 Apr 2005 04:42:26 -0700 (PDT) Message-ID: Date: Thu, 21 Apr 2005 13:42:26 +0200 From: Arjan Van Leeuwen To: freebsd-stable@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Subject: Re: FreeBSD 5.4-RC3 hangs on boot, 5.3 works X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Arjan Van Leeuwen List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 11:42:27 -0000 On 4/21/05, Arjan Van Leeuwen wrote: > On 4/21/05, Arjan Van Leeuwen wrote: > > I'm trying to install FreeBSD 5.4-RC3 on a Lex Neo system > > (http://www.lex.com.tw, a small form factor PC with a 1GHz VIA C3 > > processor). > > > > The system hangs when booting the kernel, at this point: > > > > Timecounter "i8254" frequency 1193182 Hz quality 0 > > CPU: VIA C3 Nehemiah+RNG+ACE (998.70-MHz 686-class CPU) > > Origin =3D "CentaurHauls" Id =3D 0x698 Stepping =3D 8 > > Features=3D0x381b93f > SE> > > real memory =3D 125763584 (119 MB) > > avail memory =3D 113414144 (108 MB) > > npx0: [FAST] > > > (...) > > > > Booting in safe mode, turning off ACPI in the BIOS of the machine and > > changing 'PNP OS' to yes or no in the BIOS does not help. >=20 > I just tried changing hint.npx.0.flags to 0x07 and 0x01, which also > doesn't help. I found something that looks like a solution for NetBSD on Google Groups he= re: http://groups.google.com/groups?threadm=3D41555.144.59.164.106.1105346400.s= quirrel%40144.59.164.106 where they use npx* at acpi? # Math coprocessor to force npx via the acpi table. Is something like this possible on FreeBSD= ? Arjan