K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-12-02T16:30:21.000000Z K 7 svn:log V 295 Remove check for attached state. sc = devclass_get_softc(devclass, unit); doesn't return NULL during attach anymore, and produces the sc, identical to (for devclass_get_unit(devclass, unit) != NULL that is): sc = device_get_softc(devclass_get_unit(devclass, unit)); Reviewed-by: dfr END