From owner-freebsd-questions Tue May 22 15:18: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 60C2037B424 for ; Tue, 22 May 2001 15:17:57 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.3/8.11.1) id f4MMHr795492; Wed, 23 May 2001 10:17:53 +1200 (NZST) (envelope-from jonc) Date: Wed, 23 May 2001 10:17:53 +1200 From: Jonathan Chen To: david@banning.com Cc: questions@FreeBSD.ORG Subject: Re: patch question Message-ID: <20010523101753.A93931@itouchnz.itouch> References: <200105221805.f4MI5it09226@d.tracker> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105221805.f4MI5it09226@d.tracker>; from sky_tracker@yahoo.com on Tue, May 22, 2001 at 06:05:45PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, May 22, 2001 at 06:05:45PM +0000, David Banning wrote: > I just received a patch for ibcs2. > I patched the files which are in /usr/src/sys/i386/ibcs2 > but now I want the change commited to the system. > > I some cases, I know I can just go "make clean all install" > but that won't work here - I'm just wonder what I have to do. > > Make a new kernel? Make world? Since it's only the kernel module that's affected, I think you should be able to: # cd /usr/src/sys/modules # make # make install You may have to kldunload the ibcs2.ko modules and then reload them. The other alternative is to make a new kernel, since I know that will definitely build the kernel modules after it's built the kernel. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "If everything's under control, you're going too slow" - Mario Andretti To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message