Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2006 14:50:07 -0300
From:      "Rafael Aquino" <freebsd@bsdserver.com.br>
To:        freebsd-questions@freebsd.org
Subject:   Re: How to use kernel modules from CURRENT on STABLE
Message-ID:  <20060725174956.M9891@bsdserver.com.br>
References:  <44C5BDB6.7080609@locolomo.org>

next in thread | previous in thread | raw e-mail | index | archive | help
When you do a make depend in /usr/src/sys/i386/conf/<KERNEL>/
you are just compiling the modules...

You could make a copy of the source tree (for backup reasons),
upgrade to CURRENT, do a make depend and test the modules
you want. If it just doesn't work at all you can revert to
the backup copy of the source tree and reinstall the STABLE modules.

[]'s

--
Rafael Mentz Aquino
BSDServer Ltda.
51 - 9847 8825

---------- Original Message -----------
From: Erik Norgaard <norgaard@locolomo.org>
To: questions@freebsd.org
Sent: Tue, 25 Jul 2006 08:44:06 +0200
Subject: How to use kernel modules from CURRENT on STABLE

> 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 
> source   tree? - checkout and compile -CURRENT kernel and then copy 
> relevant kernel   modules? - or won't work at all? problems with 
> linking? other?
> 
> It appears that most modules don't have a separate make file, how do 
> I compile just the module in question?
> 
> Thanks, Erik
> -- 
> Ph: +34.666334818                      web: http://www.locolomo.org
> X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
> Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
------- End of Original Message -------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060725174956.M9891>