From owner-freebsd-questions Thu Feb 13 21:57:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA09210 for questions-outgoing; Thu, 13 Feb 1997 21:57:22 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA09205 for ; Thu, 13 Feb 1997 21:57:19 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id VAA23229; Thu, 13 Feb 1997 21:58:29 -0800 (PST) Message-Id: <199702140558.VAA23229@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: "William T. Wong" cc: questions@FreeBSD.ORG Subject: Re: 2.2-GAMMA doesn't see cy0 In-reply-to: Your message of "Fri, 14 Feb 1997 04:56:05 PST." <199702141256.EAA03845@stimpy.csusb.edu> From: David Greenman Reply-To: dg@root.com Date: Thu, 13 Feb 1997 21:58:29 -0800 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I seem to have a slight problem with the cyclades YeP controller card not >being recognized. Is there something I'm leaving out? ... >cy0 rev 1 int a irq 10 on pci0:11 It is being recognized. >Here is my kernel config file: ... >device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr That's a specification for the ISA version, but will work with a PCI card. To eliminate the benign "not found" message during the ISA probe, change the about to just: device cy0 -DG David Greenman Core-team/Principal Architect, The FreeBSD Project