From owner-freebsd-scsi@FreeBSD.ORG Tue Feb 8 16:45:27 2005 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75C6316A4CE for ; Tue, 8 Feb 2005 16:45:27 +0000 (GMT) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 286B343D49 for ; Tue, 8 Feb 2005 16:45:27 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1CyYUO-0003tg-IT for freebsd-scsi@freebsd.org; Tue, 08 Feb 2005 18:45:24 +0200 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: freebsd-scsi@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 08 Feb 2005 18:45:24 +0200 From: Danny Braniss Message-ID: Subject: how CAM/HBA probe for devices? X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2005 16:45:27 -0000 i have been writing a driver for the iSCSI, and am concentrating on the initiator side. So far i mannaged to get to first base, ie, managed to login onto a target, but now im stuck. After several hours of reading/searching, this is avoiding me: how can i get the CAM to probe for devices on this 'controller'? thanks, danny