From owner-freebsd-questions Thu Jan 18 20:58:28 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA05051 for questions-outgoing; Thu, 18 Jan 1996 20:58:28 -0800 (PST) Received: from underdog.maxie.com (maxie.com [199.250.231.28]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA05046 for ; Thu, 18 Jan 1996 20:58:25 -0800 (PST) From: max@maxie.com Received: from sonic.maxie.com (sonic.maxie.com [199.250.231.29]) by underdog.maxie.com (8.6.12/8.6.12) with SMTP id XAA23117; Thu, 18 Jan 1996 23:57:14 -0500 Date: Thu, 18 Jan 1996 23:57:14 -0500 Message-Id: <199601190457.XAA23117@underdog.maxie.com> X-Sender: max@mail.maxie.com X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Chad Shackley Subject: Re: npx0 device Cc: questions@freebsd.org Sender: owner-questions@freebsd.org Precedence: bulk At 06:48 PM 1/18/96 -0800, you wrote: >You know...just being a newbie to unix, it seems to me that if the problem with >removing the npx0 device happens this frequently, >The installation handbook mentions nothing about this being a mandatory device, >neither do the GENERIC kernel notes, The primary reference for config is LINT, not GENERIC. If you read the information on building a new kernel, it suggests you refer to LINT for configuration options. The LINT mentions not once, but twice, that npx is mandatory, as follows: ##################################################################### # HARDWARE DEVICE CONFIGURATION ... # Mandatory ISA devices: isa, sc or vt, npx and # This device is mandatory. # # The Numeric Processing eXtension is used to either enable the # coprocessor or enable math emulation. If your machine doesn't contain # a math co-processor, you must *also* add the option "MATH_EMULATE". # THIS IS NOT AN OPTIONAL ENTRY, DO NOT REMOVE IT # device npx0 at isa? port "IO_NPX" irq 13 vector npxintr I hope that clears it up for you. If you take a few minutes to read through LINT, the whole config process should be much clearer. James Robertson