From camel@camel.avias.com  Tue Nov 14 02:57:49 2000
Return-Path: <camel@camel.avias.com>
Received: from camel.avias.com (camel.avias.com [195.14.38.87])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9F42F37B479; Tue, 14 Nov 2000 02:57:47 -0800 (PST)
Received: (from camel@localhost)
	by camel.avias.com (8.11.1/8.11.1) id eAEAvj300993;
	Tue, 14 Nov 2000 13:57:45 +0300 (MSK)
	(envelope-from camel)
Message-Id: <200011141057.eAEAvj300993@camel.avias.com>
Date: Tue, 14 Nov 2000 13:57:45 +0300 (MSK)
From: camel@avias.com
Sender: camel@camel.avias.com
Reply-To: camel@avias.com
To: FreeBSD-gnats-submit@freebsd.org
Cc: current@freebsd.org
Subject: if_tap and linprocfs modules are brokern in -current
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         22838
>Category:       kern
>Synopsis:       if_tap and linprocfs modules are brokern in -current
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 14 03:00:03 PST 2000
>Closed-Date:    Fri Nov 17 17:44:35 PST 2000
>Last-Modified:  Fri Nov 17 17:50:01 PST 2000
>Originator:     Ilya Naumov
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
NIIAVIA
>Environment:
System: FreeBSD camel.avias.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Nov 14 13:07:22 MSK 2000 root@camel.avias.com:/garbage/obj/garbage/src/sys/CAMEL i386
>Description:

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

>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: des 
State-Changed-When: Fri Nov 17 17:44:35 PST 2000 
State-Changed-Why:  
Pilot error. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22838 

From: Dag-Erling Smorgrav <des@ofug.org>
To: camel@avias.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG, current@FreeBSD.ORG
Subject: Re: kern/22838: if_tap and linprocfs modules are brokern in -current
Date: 18 Nov 2000 02:43:53 +0100

 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
 
>Unformatted:
