K 10 svn:author V 6 marius K 8 svn:date V 27 2005-04-17T11:28:41.000000Z K 7 svn:log V 557 Some clean-up announced in rev. 1.31: - Use auto-generated typedefs for the prototypes of the device interface functions. - Style(9) fixes (mainly don't use function calls in initializers). - Use __func__ instead of hardcoded function names in error messages. - Try to make error messages sound uniform. - Try to keep the code within 80 columns. - Correct some typos. - Correct some function declarations to match their prototypes. - Remove unused headers, macros and variables. - Remove a bzero() superfluous due to allocating with M_ZERO. - Use FBSDID. END