From owner-freebsd-scsi@FreeBSD.ORG Wed Sep 3 21:17:44 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 A0F241065673 for ; Wed, 3 Sep 2008 21:17:44 +0000 (UTC) (envelope-from klapperzhu@gmail.com) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id 59F6F8FC1A for ; Wed, 3 Sep 2008 21:17:44 +0000 (UTC) (envelope-from klapperzhu@gmail.com) Received: by gxk10 with SMTP id 10so6223357gxk.19 for ; Wed, 03 Sep 2008 14:17: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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=qIH15bh8obKhhfY9ihFRGjh7HgXJHxZUCpBxg01BNkM=; b=ROsscdPnn+H8E+3ayjnBqlZtCu8OEdeGej+GTxnTKYMJ478dXk/IYeeW6WqrT0As/i b8itVajJJvyWqdvf/Y9A86NkSsrqi7/18BZ/CRFqwz21KkLVZZGoO4VIHssBgdQdlZRC KqtBrP/E38Z0BJsjk/cel+U5DAd1g0fpSZNAE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=MHWRiudtp60N6XWZOKlgeqGB/CO0mserbDgkuerDWPTD1DMCyzYl3QZpPqZ6Kw0XDu rPqPOgHPLMDE0gL4K7jK5yh5DTZ3OnIcX1zqXH4bSCF3f0sOIJyaR00v6gTvubo1S8mV Is+p/VvZeSDu5nNksWzZTEZlGSRjLY2er3824= Received: by 10.150.156.9 with SMTP id d9mr3228374ybe.88.1220476663677; Wed, 03 Sep 2008 14:17:43 -0700 (PDT) Received: by 10.150.140.11 with HTTP; Wed, 3 Sep 2008 14:17:43 -0700 (PDT) Message-ID: Date: Wed, 3 Sep 2008 17:17:43 -0400 From: "Klapper Zhu" To: freebsd-scsi@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: 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 21:17:44 -0000 I found the answer..... On Wed, Sep 3, 2008 at 3:47 PM, Klapper Zhu wrote: > 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 ? >