Hi, Andrew
On Jan,Thursday 17 2008, at 12:07 PM, Andrew Doran wrote:
Some time ago I have changed ddb to accept new command tables from
LKM. I have added two external visible functions [1], db_register_tbl,
db_unregister_tbl. With this interface LKM can add/remove functions to
ddb interface. I can rename them to something more standard ddb_attach/
ddb_detach + I can add test ddb command table to example module, too.
If it is needed. There is no locking for now because I thought that it
is not needed is this still true ?
[1]http://opengrok.netbsd.org/source/xref/sys/ddb/db_command.c#450
[snip]
Regards
Adam.