K 10 svn:author V 4 alex K 8 svn:date V 27 2003-03-23T15:01:23.000000Z K 7 svn:log V 349 Fix for -CURRENT with the recent struct cdevsw changes and cdevsw_add()/remove() removal. This outputs a WARNING: driver "vmmon" used unreserved major device number 200 message, but as the vmware application really requires to use a major of 200 (error otherwise, tested), we need to use a fixed one, and I don't want to register a major for this. END