On Tue, 2008-12-09 at 13:38 +, Ferner Cilloniz wrote:
> Hi everyone.
>
> I'm running into a problem where kldload is reporting that my .ko file
> is not found when it is indeed there.
>
> It is strange because when i comment out a call to the function
> sotoinpcb(struct socket *) it finds the
Hi everyone.
I'm running into a problem where kldload is reporting that my .ko file
is not found when it is indeed there.
It is strange because when i comment out a call to the function
sotoinpcb(struct socket *) it finds the .ko file and loads, but when i
uncomment that line and try to load it,