K 10 svn:author V 3 bde K 8 svn:date V 27 2004-06-20T03:11:19.000000Z K 7 svn:log V 297 Backed out previous commit. The dev_t -> `struct cdev *' changes have lots of errors. Blind substitution of "dev_t foo" by "struct cdev *foo" in comments usually just created an English syntax error (e.g., "struct cdev *changes"), but here it did less than that since the dev_t is a user dev_t. END