[EMAIL PROTECTED] writes:
> when i try to kldload if_tap module, the kernel says "symbol lminor
> undefined" and fails to load the module. for linprocfs module the
> message is "symbol tsleep undefined". these modules are necessary
> for VMWare 2.0 port.

Your modules are out of synch with your kernel; tsleep() is now a
macro wrapper for msleep(). Rebuild your modules and they'll be all
right.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to