From nobody@FreeBSD.ORG  Thu Aug 24 19:40:24 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 7C52037B423; Thu, 24 Aug 2000 19:40:24 -0700 (PDT)
Message-Id: <20000825024024.7C52037B423@hub.freebsd.org>
Date: Thu, 24 Aug 2000 19:40:24 -0700 (PDT)
From: ebd@oau.org
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: kernel link problems with Olicom token ring driver
X-Send-Pr-Version: www-1.0

>Number:         20830
>Category:       misc
>Synopsis:       kernel link problems with Olicom token ring driver
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 24 19:50:01 PDT 2000
>Closed-Date:    Sat Jul 12 17:15:48 PDT 2003
>Last-Modified:  Sat Jul 12 17:15:48 PDT 2003
>Originator:     Elliot Dierksen
>Release:        3.5-STABLE
>Organization:
>Environment:
FreeBSD alfred.oau.org 3.5-STABLE FreeBSD 3.5-STABLE #33: Thu Aug 24 22:13:46 EDT 2000
root@alfred.oau.org:/usr/src/sys/compile/NEWALF2  i386

>Description:
I was trying to link the oltr driver into my kernel, but it is failing.
I have added the following lines to my kernel definition file:
pseudo-device   token                   #Generic TokenRing
device oltr0 at isa?

The error is an unresolved external as follows:
ioconf.o(.data+0xe18): undefined reference to `oltrdriver'

There is an oltr_driver structure defined in if_oltr.c, but it is of
type driver_t. The missing structure looks like it should be of type
isa_driver. I'm not sure exactly how that should be formatted, or I
would make a correction myself.

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->lile 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Fri Aug 25 02:20:32 PDT 2000 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20830 
State-Changed-From-To: open->feedback 
State-Changed-By: dougb 
State-Changed-When: Fri Mar 14 22:00:02 PST 2003 
State-Changed-Why:  

Is this still a problem with more recent versions of FreeBSD? 


Responsible-Changed-From-To: lile->freebsd-bugs 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Fri Mar 14 22:00:02 PST 2003 
Responsible-Changed-Why:  

lile is no longer with us. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20830 
State-Changed-From-To: feedback->closed 
State-Changed-By: kris 
State-Changed-When: Sat Jul 12 17:15:24 PDT 2003 
State-Changed-Why:  
I cannot reproduce this in newer versions of FreeBSD, 
so I assume it is fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20830 
>Unformatted:
