Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2006 21:12:26 +0300
From:      "Vlad GALU" <vladgalu@gmail.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: iwi(4) in RELENG_6
Message-ID:  <79722fad0607121112g459c3511tc856758e07e188c9@mail.gmail.com>
In-Reply-To: <44B53A58.3010302@chillt.de>
References:  <79722fad0607100740q16492166m3cf644f3134bcd8f@mail.gmail.com> <200607101756.37607.max@love2party.net> <44B53A58.3010302@chillt.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 7/12/06, Bartosz Fabianowski <freebsd@chillt.de> wrote:
> Since the iwi driver has been MFC'd, I cannot build a kernel any more. I
> csupped my src/sys to RELENG_6 a couple of hours ago. Everything
> compiles fine, but when linking the kernel, make barfs:
>
> linking kernel
> if_iwi.o(.text+0x29c4): In function `iwi_getfw':
> : undefined reference to `firmware_get'
> if_iwi.o(.text+0x29d3): In function `iwi_getfw':
> : undefined reference to `firmware_get'
> if_iwi.o(.text+0x2a1d): In function `iwi_put_fw':
> : undefined reference to `firmware_put'
> if_iwi.o(.text+0x49a5): In function `iwi_init_locked':
> : undefined reference to `firmware_get'
>
> I have "device iwi" in my kernel configuration. Should I remove it and
> use a module instead? Or is this supposed to work?
>

  You need to add "device firmware" to your kernel configuration file
as well. This driver uses the new firmware(9) framework.

> - Bartosz
>


-- 
If it's there, and you can see it, it's real.
If it's not there, and you can see it, it's virtual.
If it's there, and you can't see it, it's transparent.
If it's not there, and you can't see it, you erased it.



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