Date: Wed, 23 May 2001 10:17:53 +1200 From: Jonathan Chen <jonathan.chen@itouch.co.nz> To: david@banning.com Cc: questions@FreeBSD.ORG Subject: Re: patch question Message-ID: <20010523101753.A93931@itouchnz.itouch> In-Reply-To: <200105221805.f4MI5it09226@d.tracker>; from sky_tracker@yahoo.com on Tue, May 22, 2001 at 06:05:45PM %2B0000 References: <200105221805.f4MI5it09226@d.tracker>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jonathan.chen@itouch.co.nz> ---------------------------------------------------------------------- "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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010523101753.A93931>