From owner-freebsd-scsi@FreeBSD.ORG Wed Sep 3 20:15:45 2008 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1065A10657D5 for ; Wed, 3 Sep 2008 20:15:45 +0000 (UTC) (envelope-from klapperzhu@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id C19828FC1B for ; Wed, 3 Sep 2008 20:15:44 +0000 (UTC) (envelope-from klapperzhu@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1652359yxb.13 for ; Wed, 03 Sep 2008 13:15:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=WBWJ5dGL7cXbZno9EjhEwQ1CjPjO5ktwxQ9kPK+LN44=; b=hZBuLhdj43ojy1Jy3FKbAEtmxdQ1j2K96RNcO3UTjeUdjl7iqr8SsNhLy6BwQOyl6i KuynGB9Dl9pllLuAeNGkwi9ONV6sOObsGjlNBbkSGyiVWCCsl76HIgfLLGrQV8rShL9N v/davUL78tqxxbI61ZsDk6oaywHtjMGAktk9E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Rh2tWhBbnN6uYX3Z2N0885KtlGpl4jKKO9UL1pVPJN3VDnp9jTF9sFzXQK+QVHDz91 tOo6x8oELuCNrzKnWR2Hgfwc6zBP0Xzja4/ez7r+6kdhhDpxCFgQBOhNHWtagy3iVgnJ 2EEgTPkvY6m0ZMbXYGx/3WNVXLIfU5/fSXNPU= Received: by 10.142.231.7 with SMTP id d7mr3185556wfh.264.1220471250292; Wed, 03 Sep 2008 12:47:30 -0700 (PDT) Received: by 10.142.162.10 with HTTP; Wed, 3 Sep 2008 12:47:30 -0700 (PDT) Message-ID: Date: Wed, 3 Sep 2008 15:47:30 -0400 From: "Klapper Zhu" To: freebsd-scsi@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: build/install a single module (isp) X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2008 20:15:45 -0000 Hi, This is a newbie question. But how do I quickly build/install a single module (/usr/src/sys/dev/isp) in the kernel source ?