K 10 svn:author V 3 phk K 8 svn:date V 27 1999-05-08T06:40:31.000000Z K 7 svn:log V 260 I got tired of seeing all the cdevsw[major(foo)] all over the place. Made a new (inline) function devsw(dev_t dev) and substituted it. Changed to the BDEV variant to this format as well: bdevsw(dev_t dev) DEVFS will eventually benefit from this change too. END