custom kernel
Patrick Lamaizière
patfbsd at davenulle.org
Fri Dec 5 17:32:00 PST 2008
Le Fri, 05 Dec 2008 20:10:19 -0500,
PJ <af.gourmet at videotron.ca> a écrit :
> linking kernel
> uvscom.o (.text+0x293): In function 'uvscom_attach' ;
> :undefined reference to 'ucom_attach' etc.....
> *** Error code 1
>
> did I do something wrong? system is still on and functioning but how
> do I make the custom kernel?
>
> this is my kernel file:
> #device ucom # Generic com ttys
> device uvscom # USB serial support for DDI pocket's PHS
The device uvscom needs ucom...
Anyway you can use the GENERIC kernel and just kldload the
necessary modules.
Regards.
More information about the freebsd-questions
mailing list