K 10 svn:author V 6 julian K 8 svn:date V 27 1999-08-25T04:55:20.000000Z K 7 svn:log V 334 Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw. In lookup() however it's the other way around as we need to supply the dev_t for the vnode, so devfs still has a copy of it stashed away. Sourcing it from the vnode in the vnops however is useful as it makes a lot of the code almost the same as that in specfs. END