search for: announce_buf

Displaying 1 result from an estimated 1 matches for "announce_buf".

2003 Sep 01
1
testers needed for CAM INVARIANTS fix
...to register the statistics structure for this device, * but we don't have the blocksize yet for it. So, we register * the structure and indicate that we don't have the blocksize --- 776,781 ---- *************** *** 1891,1896 **** --- 1912,1922 ---- xpt_announce_periph(periph, announce_buf); if (softc->flags & CD_FLAG_CHANGER) cdchangerschedule(softc); + /* + * Create our sysctl variables, now that we know + * we have successfully attached. + */ + taskqueue_enqueue(taskqueue_thread,&softc->sysctl_task); } softc->state = CD_STATE_N...