> > > I am trying to convert my PCI device driver into a KLD.
> > >
> > > So far I have done the following:
> > > 1. Built the kernel without the static linked device driver.
> > > 2. Added entries to Makefiles in /sys/modules and /sys/modules/xxx.
> > > 3. Did "make all install" in /sys/modules d
Satyajeet Seth wrote:
>
> Hi
>
> > Could you send the load handler function src?
>
> My code does not contain a load handler function.
>
> I did not add a load handler function, because none of the files in
> /sys/pci directory like if_fxp.c, if_vr.c seemed to contain contain a load
> handler
Hi
Please see my comments below:
On Thu, 15 Feb 2001, Mike Smith wrote:
> > I am trying to convert my PCI device driver into a KLD.
> >
> > So far I have done the following:
> > 1. Built the kernel without the static linked device driver.
> > 2. Added entries to Makefiles in /sys/modules and /s
Hi
> Could you send the load handler function src?
My code does not contain a load handler function.
I did not add a load handler function, because none of the files in
/sys/pci directory like if_fxp.c, if_vr.c seemed to contain contain a load
handler function.
To the best of my knowledge, all
> Hi
>
> I am trying to convert my PCI device driver into a KLD.
>
> So far I have done the following:
> 1. Built the kernel without the static linked device driver.
> 2. Added entries to Makefiles in /sys/modules and /sys/modules/xxx.
> 3. Did "make all install" in /sys/modules directory.
> 4.
Could you send the load handler function src?
On Thu, 15 Feb 2001, Satyajeet Seth wrote:
> Hi
>
> I am trying to convert my PCI device driver into a KLD.
>
> So far I have done the following:
> 1. Built the kernel without the static linked device driver.
> 2. Added entries to Makefiles in /sy
Hi
I am trying to convert my PCI device driver into a KLD.
So far I have done the following:
1. Built the kernel without the static linked device driver.
2. Added entries to Makefiles in /sys/modules and /sys/modules/xxx.
3. Did "make all install" in /sys/modules directory.
4. Tried loading the