Change-Id: Id4724c444bdca9f72fca05edb55d7614eb5c8286
/*===========================================================================*
* sef_cb_init_fresh *
*===========================================================================*/
-static int sef_cb_init_fresh(int UNUSED(type), sef_init_info_t *UNUSED(info))
+static int sef_cb_init_fresh(int type, sef_init_info_t *UNUSED(info))
{
/* Initialize the memory driver. */
int i;
m_vaddrs[MEM_DEV] = (vir_bytes) MAP_FAILED; /* we are not mapping this in. */
+ chardriver_announce();
+ blockdriver_announce(type);
+
return(OK);
}