Bug 22838

Summary: if_tap and linprocfs modules are brokern in -current
Product: Base System Reporter: camel <camel>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: current
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description camel 2000-11-14 11:00:03 UTC
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.

How-To-Repeat: 
kldload if_tap
kldstat linprocfs
Comment 1 des 2000-11-18 01:43:53 UTC
camel@avias.com 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 - des@ofug.org
Comment 2 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2000-11-18 01:44:35 UTC
State Changed
From-To: open->closed

Pilot error.