From owner-freebsd-questions@FreeBSD.ORG Sun May 4 03:31:12 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF6A637B401 for ; Sun, 4 May 2003 03:31:12 -0700 (PDT) Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7C4E43F75 for ; Sun, 4 May 2003 03:31:10 -0700 (PDT) (envelope-from lists@karnaugh.za.net) Received: from pike (c4-dbn-72.dial-up.net [196.34.154.72]) by mercury.is.co.za (Postfix) with SMTP id 026F1B7E75; Sun, 4 May 2003 12:30:52 +0200 (SAST) Message-ID: <001101c31228$47d94900$0400a8c0@pike> From: "Colin Alston" To: "Bruce Cran" References: <200305031542.09259.webmaster@carnal-cathedral.com><20030503090717.Y13214@Gina.esfm.ipn.mx> <20030504122546.GA6187@fourtytwo.brucec.backnet> Date: Sun, 4 May 2003 12:30:59 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 cc: questions@freebsd.org Subject: Re: compiling kernel. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2003 10:31:13 -0000 Speaking of which Why do we need ISA support to compile the kernel ? Thanks Colin Alston ----- Original Message ----- From: "Bruce Cran" To: "Eduardo Viruena Silva" Cc: Sent: Sunday, May 04, 2003 2:25 PM Subject: Re: compiling kernel. > On Sat, May 03, 2003 at 09:19:48AM -0500, Eduardo Viruena Silva wrote: > > On Sat, 3 May 2003, Mats wrote: > > > > > > > > # To make an SMP kernel, the next two are needed > > > #options SMP # Symmetric MultiProcessor Kernel > > > #options APIC_IO # Symmetric (APIC) I/O > > > > > > # device isa > > > # device eisa > > > device pci > > > > > > # Floppy drives > > > device fdc > > > > > > > > > > you are using fdc and you are excluding isa... > > it wont work. include > > > > device isa > > > Doesn't the error message about 'npx' mean that the npx floating-point > driver needs ISA support to work? > > Bruce Cran > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"