K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-08-16T21:44:14.000000Z K 7 svn:log V 304 Change calling of chained event handler from always after the attach/detach to 1) MOD_LOAD before attach 2) MOD_UNLOAD after detach The driver specific event handler can now be used to function as driver specific init/deinit function (compare to device specific init/deinit functions: attach & detach). END