Re: How to use kernel modules from CURRENT on STABLE

2006-07-26 Thread Erik Norgaard
Rafael Aquino wrote: When you do a make depend in /usr/src/sys/i386/conf// you are just compiling the modules... Ok, I tried to "make something" in various directories, it seems that the way to build modules only is: # cd /usr/src/sys/modules # make Thanks, Erik -- Ph: +34.666334818

Re: How to use kernel modules from CURRENT on STABLE

2006-07-25 Thread Rafael Aquino
f the source tree and reinstall the STABLE modules. []'s -- Rafael Mentz Aquino BSDServer Ltda. 51 - 9847 8825 -- Original Message --- From: Erik Norgaard <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Tue, 25 Jul 2006 08:44:06 +0200 Subject: How to use kernel modules

Re: How to use kernel modules from CURRENT on STABLE

2006-07-25 Thread Giorgos Keramidas
On 2006-07-25 08:44, Erik Norgaard <[EMAIL PROTECTED]> wrote: > Hi: > > I have had some problems, it seems that the drivers in -STABLE does > not support my hardware fully. So I want to try out drivers on > -CURRENT without switching the whole system up to current. > > What is the best way to do th

How to use kernel modules from CURRENT on STABLE

2006-07-24 Thread Erik Norgaard
Hi: I have had some problems, it seems that the drivers in -STABLE does not support my hardware fully. So I want to try out drivers on -CURRENT without switching the whole system up to current. What is the best way to do this? - checkout current and copy the relevant source into the stable s