Nick Hibma 39e86a12aa 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
1999-12-02 16:30:21 +00:00
..
1999-12-02 03:48:50 +00:00
1999-11-21 12:38:21 +00:00
1999-11-30 15:02:28 +00:00
1999-11-02 22:40:15 +00:00
1999-12-01 10:20:21 +00:00
1999-12-02 16:30:21 +00:00
1999-12-01 22:56:51 +00:00
1999-08-28 01:08:13 +00:00
1999-11-27 17:46:04 +00:00
1999-12-02 05:46:22 +00:00
1999-12-01 09:37:28 +00:00
1999-08-28 01:08:13 +00:00
1999-08-27 23:45:13 +00:00
1999-11-18 18:02:44 +00:00
1999-11-14 13:54:44 +00:00