Re: A problem with alq module!

2013-05-23 Thread Lawrence Stewart
On 05/23/13 17:03, Computer Network Man wrote: Dear Lawrence; Wow! many thanks for your patch. We tested and it worked and solved our problem. Committed. Thanks for the bug report and for testing the patch. Cheers, Lawrence ___

Re: A problem with alq module!

2013-05-15 Thread Lawrence Stewart
On 05/13/13 16:37, Computer Network Man wrote: Dear Guys; In a fresh FreeBSD 9 or 9.1 Release if you just run these commands: # kldload alq # kldunload alq # init 0 or shutdown -p now it will panic! maybe it's a bug. We have a module which uses alq API's. MODULE_DEPEND(mymodule, alq,

A problem with alq module!

2013-05-13 Thread Computer Network Man
Dear Guys; In a fresh FreeBSD 9 or 9.1 Release if you just run these commands: # kldload alq # kldunload alq # init 0 or shutdown -p now it will panic! maybe it's a bug. We have a module which uses alq API's. MODULE_DEPEND(mymodule, alq, 1, 1, 1) when our module starts, loads alq. and when it

Re: A problem with alq module!

2013-05-13 Thread Julian Elischer
On 5/12/13 11:37 PM, Computer Network Man wrote: Dear Guys; In a fresh FreeBSD 9 or 9.1 Release if you just run these commands: # kldload alq # kldunload alq # init 0 or shutdown -p now it will panic! maybe it's a bug. We have a module which uses alq API's. MODULE_DEPEND(mymodule, alq, 1,