Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2006 19:30:46 +0600
From:      Max Khon <fjoe@samodelkin.net>
To:        Matt Dawson <matt@chronos.org.uk>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: [CALL FOR TESTERS] (was: ral(4) and second/third gen devices)
Message-ID:  <20061215133045.GB55806@samodelkin.net>
In-Reply-To: <200612151246.02469.matt@chronos.org.uk>
References:  <20061215120035.7CA3316A511@hub.freebsd.org> <200612151246.02469.matt@chronos.org.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

> This won't compile on my system (6.1-RELEASE-p11). Any ideas?
> 
> linking kernel
> if_ral_pci.o(.data+0x120): undefined reference to `rt2661_attach'
> if_ral_pci.o(.data+0x124): undefined reference to `rt2661_detach'
> if_ral_pci.o(.data+0x128): undefined reference to `rt2661_shutdown'
> if_ral_pci.o(.data+0x12c): undefined reference to `rt2661_suspend'
> if_ral_pci.o(.data+0x130): undefined reference to `rt2661_resume'
> if_ral_pci.o(.data+0x134): undefined reference to `rt2661_intr'
> if_ral_pci.o(.data+0x138): undefined reference to `rt2560_attach'
> if_ral_pci.o(.data+0x13c): undefined reference to `rt2560_detach'
> if_ral_pci.o(.data+0x140): undefined reference to `rt2560_shutdown'
> if_ral_pci.o(.data+0x144): undefined reference to `rt2560_suspend'
> if_ral_pci.o(.data+0x148): undefined reference to `rt2560_resume'
> if_ral_pci.o(.data+0x14c): undefined reference to `rt2560_intr'
> *** Error code 1
> 
> Stop in /usr/obj/usr/src/sys/LAPTOP64.

Sorry, forgot to attach the diff for conf/ and for modules/
New patch version is available at http://samodelkin.net/~fjoe/if_ral.diff.
But it only builds as a module.

cd /sys/modules/ral && make && make install

/fjoe



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