Bug 20830

Summary: kernel link problems with Olicom token ring driver
Product: Base System Reporter: Elliot Dierksen <ebd>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.5-STABLE   
Hardware: Any   
OS: Any   

Description Elliot Dierksen 2000-08-25 03:50:01 UTC
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.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-25 10:20:32 UTC
Responsible Changed
From-To: freebsd-bugs->lile

Over to the maintainer.
Comment 2 Doug Barton freebsd_committer freebsd_triage 2003-03-15 06:00:02 UTC
State Changed
From-To: open->feedback


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


Comment 3 Doug Barton freebsd_committer freebsd_triage 2003-03-15 06:00:02 UTC
Responsible Changed
From-To: lile->freebsd-bugs


lile is no longer with us.
Comment 4 Kris Kennaway freebsd_committer freebsd_triage 2003-07-13 01:15:24 UTC
State Changed
From-To: feedback->closed

I cannot reproduce this in newer versions of FreeBSD, 
so I assume it is fixed.