From owner-freebsd-questions Mon May 5 08:06:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA29672 for questions-outgoing; Mon, 5 May 1997 08:06:48 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA29660 for ; Mon, 5 May 1997 08:06:40 -0700 (PDT) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id RAA29967; Mon, 5 May 1997 17:59:25 +0300 (IDT) Date: Mon, 5 May 1997 17:59:25 +0300 (IDT) From: Nadav Eiron To: "Vasily V. Grechishnikov" cc: freebsd-questions@FreeBSD.ORG Subject: Re: PCI IDE CMD640 ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 5 May 1997, Vasily V. Grechishnikov wrote: > Hi ! > I have P5 motherboard with onboard PCI IDE controller. And I have 2.2R. > I compiled kernel with option CMD640. How I can see wdc0 works as PCI IDE > or no ? It seems that you *don't* have a CMD640b. Don't use CMD640 then. It just slows down your machine (does not allow concurrent I/O on both channels). Your machine should be just fine without it. You only need CMD640 if you have a CMD640 controller, like so: pci0:8: CMD, device=0x0640, class=storage (ide) int a irq 14 [no driver assigned] [boot messages snipped] Nadav