From owner-freebsd-questions Thu Aug 24 04:34:04 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id EAA15374 for questions-outgoing; Thu, 24 Aug 1995 04:34:04 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id EAA15368 for ; Thu, 24 Aug 1995 04:34:03 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.11/8.6.5) with ESMTP id EAA09279; Thu, 24 Aug 1995 04:32:50 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id EAA00153; Thu, 24 Aug 1995 04:34:44 -0700 Message-Id: <199508241134.EAA00153@corbin.Root.COM> To: BSD Mailing List cc: freebsd-questions@freebsd.org, rbeer@jaguar.cris.com (Rich Beerman) Subject: Re: NCR-PCI config problem In-reply-to: Your message of "Wed, 24 Aug 94 00:47:30 -0000." <199408240047.AAA01490@jaguar.cris.com> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 24 Aug 1995 04:34:43 -0700 Sender: questions-owner@freebsd.org Precedence: bulk >Here's the appropriate fields from my disfunctional config file: > >... >controller ncr0 >... ># as found in LINT, these are at the very bottom of the config ># file >controller pci0 >device ncr0 Kill the 'device ncr0' line. It's bogus. You should have just the 'controller ncr0' line. I don't know if this will solve your problem, however. -DG