Re: Exporting kernel symbols

2011-01-31 Thread Lawrence Stewart
On 02/01/11 15:23, Ryan Stone wrote: > Make sure that your module uses MODULE_DEPEND to note its dependency > on altq. If altq is loaded as a module the kernel linker will only be > able to resolve symbols from altq if your module uses MODULE_DEPEND > properly. What you say is correct, but note f

Re: Exporting kernel symbols

2011-01-31 Thread Ryan Stone
Make sure that your module uses MODULE_DEPEND to note its dependency on altq. If altq is loaded as a module the kernel linker will only be able to resolve symbols from altq if your module uses MODULE_DEPEND properly. ___ freebsd-hackers@freebsd.org maili

Re: Exporting kernel symbols

2011-01-31 Thread Lawrence Stewart
On 01/24/11 15:25, Neel Natu wrote: > Hi Ali, > > On Sat, Jan 22, 2011 at 7:20 PM, Ali Mashtizadeh > wrote: >> Hi Folks, >> >> I tried to build a geom kernel module that uses the alq(9) facility to >> log some data. The module builds fine but it seems that the kernel >> isn't exporting the alq(9

Re: Exporting kernel symbols

2011-01-23 Thread Neel Natu
Hi Ali, On Sat, Jan 22, 2011 at 7:20 PM, Ali Mashtizadeh wrote: > Hi Folks, > > I tried to build a geom kernel module that uses the alq(9) facility to > log some data. The module builds fine but it seems that the kernel > isn't exporting the alq(9) symbols. Could someone point me how I can > expo

Exporting kernel symbols

2011-01-22 Thread Ali Mashtizadeh
Hi Folks, I tried to build a geom kernel module that uses the alq(9) facility to log some data. The module builds fine but it seems that the kernel isn't exporting the alq(9) symbols. Could someone point me how I can export particular symbols? -- Ali Mashtizadeh علی مشتی زاده ___