From owner-freebsd-hardware Mon May 12 23:10:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA02922 for hardware-outgoing; Mon, 12 May 1997 23:10:49 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA02905 for ; Mon, 12 May 1997 23:10:43 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id QAA14046; Tue, 13 May 1997 16:03:29 +1000 Date: Tue, 13 May 1997 16:03:29 +1000 From: Bruce Evans Message-Id: <199705130603.QAA14046@godzilla.zeta.org.au> To: gcrutchr@nightflight.com, msmith@atrad.adelaide.edu.au Subject: Re: TEAC CDROM support Cc: hardware@FreeBSD.ORG Sender: owner-hardware@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Yes, I tried to do the install. >> The system hung after probing for APM support. >Yes. The most common cause of this is a bad BIOS not properly >initialising the FPU, which is then used for various things. Try Erm, FreeBSD initializes the FPU before using it. >setting the flags value for npx0 to 1 using userconfig when booting >(boot with '-c'), which will disable the use of the FPU in this fashion. Flag 1 only disables using the FPU to access video memory. Some video memory is buggy and causes system hangs when accessed by the FPU. Bruce