mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 08:02:58 +08:00
Update to FreeBSD head 2018-06-01
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
This commit is contained in:
@@ -192,6 +192,17 @@ error:
|
||||
return (error);
|
||||
}
|
||||
|
||||
void
|
||||
uether_ifattach_wait(struct usb_ether *ue)
|
||||
{
|
||||
|
||||
UE_LOCK(ue);
|
||||
usb_proc_mwait(&ue->ue_tq,
|
||||
&ue->ue_sync_task[0].hdr,
|
||||
&ue->ue_sync_task[1].hdr);
|
||||
UE_UNLOCK(ue);
|
||||
}
|
||||
|
||||
static void
|
||||
ue_attach_post_task(struct usb_proc_msg *_task)
|
||||
{
|
||||
|
Reference in New Issue
Block a user