K 10 svn:author V 5 peter K 8 svn:date V 27 1999-05-09T16:56:38.000000Z K 7 svn:log V 331 Optimize out a couple of places where com_addr() is used twice in a row, although this is pretty trivial. devclass_get_softc() is a tad more expensive than the old com_addr() implementation. If Bruce is really worried about the cost of this, it could always be changed so that the softc pointer is stored in a local array again. END