Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2000 19:40:24 -0700 (PDT)
From:      ebd@oau.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/20830: kernel link problems with Olicom token ring driver
Message-ID:  <20000825024024.7C52037B423@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         20830
>Category:       misc
>Synopsis:       kernel link problems with Olicom token ring driver
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 24 19:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000825024024.7C52037B423>