From owner-freebsd-questions@FreeBSD.ORG Mon Mar 7 17:32:42 2005 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 D3CDB16A4CE for ; Mon, 7 Mar 2005 17:32:42 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E12D43D2F for ; Mon, 7 Mar 2005 17:32:42 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id j27HWfqa050426 for freebsd-questions@freebsd.org; Mon, 7 Mar 2005 11:32:41 -0600 (CST) (envelope-from dan) Date: Mon, 7 Mar 2005 11:32:41 -0600 From: Dan Nelson To: freebsd-questions@freebsd.org Message-ID: <20050307173241.GA37452@dan.emsphone.com> References: <944762369.20050307182748@wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <944762369.20050307182748@wanadoo.fr> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.8i Subject: Re: Question on SCSI controllers and camcontrol 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: Mon, 07 Mar 2005 17:32:42 -0000 In the last episode (Mar 07), Anthony Atkielski said: > Why does camcontrol say that I have two SCSI controllers, when in fact I > have only one (on a PCI card I added to the machine). My SCSI devices > show on controller 1, whereas there's nothing on controller 0. I don't > have an on-board SCSI controller on the motherboard, so the only SCSI on > the machine should be the one PCI card. Why does FreeBSD say that there > are two? Run "camcontrol devlist -v". That will print out which controller each scbus is attached to. Maybe you have a dual-channel SCSI card, or have added "device atapicam" to your kernel config file? -- Dan Nelson dnelson@allantgroup.com