From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 12:54:07 2003 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 435A537B401 for ; Wed, 2 Apr 2003 12:54:07 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-7-122.abo.wanadoo.fr [217.128.208.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E1743F3F for ; Wed, 2 Apr 2003 12:54:06 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h32Ks5YO087904 for ; Wed, 2 Apr 2003 22:54:05 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Date: Wed, 2 Apr 2003 22:54:06 +0200 User-Agent: KMail/1.5 References: <200304022011.57634.ajacoutot@lphp.org> <200304022035.15679.ajacoutot@lphp.org> <20030402194919.GC517@tuatara.fishballoon.org> In-Reply-To: <20030402194919.GC517@tuatara.fishballoon.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304022254.06116.ajacoutot@lphp.org> Subject: Re: rebuild one module 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: Wed, 02 Apr 2003 20:54:07 -0000 On Wednesday 02 April 2003 21:49, Scott Mitchell wrote: > # make buildkernel -DNOCLEAN KERNCONF=MY_CONF > or you could just: > # cd /sys/modules/sound/driver/emu10k1 > # make install > If you're careful about what's using the driver you can probably get away > with just unloading and reloading the module to test your changes, rather > than rebooting every time. Thanks a lot for all this information. Antoine