Le Fri, 05 Dec 2008 20:10:19 -0500,
PJ <[EMAIL PROTECTED]> 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.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to