Date: Wed, 12 Jul 2006 20:28:12 +0200 From: Max Laier <max@love2party.net> To: Bartosz Fabianowski <freebsd@chillt.de> Cc: freebsd-stable@freebsd.org, Vlad GALU <vladgalu@gmail.com> Subject: Re: iwi(4) in RELENG_6 Message-ID: <200607122028.18913.max@love2party.net> 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
--nextPart7715067.8pDgtPMssn Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 12 July 2006 20:07, Bartosz Fabianowski 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? This is from the firmware(9) support code. Add "options firmware" and you= =20 should be fine. You will still need to load the firmware blobs as modules,= =20 but that's another story. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart7715067.8pDgtPMssn Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEtT9CXyyEoT62BG0RAs1XAJ4jNn2+ygsoSepSQzn4qr5+IRMmLwCbBljU xV1Kk7N5QvR+Pf5ALIdLxvc= =aDfv -----END PGP SIGNATURE----- --nextPart7715067.8pDgtPMssn--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607122028.18913.max>