From owner-freebsd-questions@FreeBSD.ORG Mon Jun 26 09:14:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B559416A4A6 for ; Mon, 26 Jun 2006 09:14:02 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from hu-out-0102.google.com (hu-out-0102.google.com [72.14.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E03744612 for ; Mon, 26 Jun 2006 09:14:01 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by hu-out-0102.google.com with SMTP id 28so850146hug for ; Mon, 26 Jun 2006 02:14:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ue65Rya8prj9U/8q5DT+usyPh6+sYA4Wtpa2tSV266NOgWh1LQz8tCqBWA9vlPKJcyK80OVqOFC+xBJ1MgSYrG6ugtq9J1TFQlmOIo7TNcU1L2Oq2wf7n3RY7EAwLFR5Bpy5YpqnxtjH8LjeoQTBr4619R4EFKgq8tK9ANvvWFI= Received: by 10.66.244.10 with SMTP id r10mr4757893ugh; Mon, 26 Jun 2006 02:14:00 -0700 (PDT) Received: by 10.67.100.9 with HTTP; Mon, 26 Jun 2006 02:13:59 -0700 (PDT) Message-ID: <80f4f2b20606260213i4099d67at88de253bc07290b2@mail.gmail.com> Date: Mon, 26 Jun 2006 05:13:59 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org In-Reply-To: <20060626021535.GG83209@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20606251811q35afdf6cof9d1208b51a78e23@mail.gmail.com> <20060626021535.GG83209@dan.emsphone.com> Subject: Re: which options/files/chunks of the kernel source define xpt_done and xpt_release? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 09:14:02 -0000 Thank you, -Jim Stapleton On 6/25/06, Dan Nelson wrote: > In the last episode (Jun 25), Jim Stapleton said: > > I am trying to work on some stuff, and it references those functions, > > but I can't seem to find where they are in the kernel. > > xpt_done and a lot of xpt_release_* functions are in /sys/cam/cam_xpt.c > > -- > Dan Nelson > dnelson@allantgroup.com >