diff options
author | alfred <alfred@FreeBSD.org> | 2006-12-11 09:57:41 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2006-12-11 09:57:41 +0000 |
commit | 4f5910ebdf3da96076d18ac6459606528cf8eae2 (patch) | |
tree | 1220f543bb2d3d8a0c726570b2dee7b170b58b78 /sys/dev/usb/usb_ethersubr.h | |
parent | 64e15beb8d61f13e8a0200db294ad78981c9f505 (diff) | |
download | FreeBSD-src-4f5910ebdf3da96076d18ac6459606528cf8eae2.zip FreeBSD-src-4f5910ebdf3da96076d18ac6459606528cf8eae2.tar.gz |
defer all processing to a full fledged thread.
once usb is SMP safe, this should be the first SMPsafe
usb ethernet driver.
Diffstat (limited to 'sys/dev/usb/usb_ethersubr.h')
-rw-r--r-- | sys/dev/usb/usb_ethersubr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_ethersubr.h b/sys/dev/usb/usb_ethersubr.h index 5c31ddc..cd4acc1 100644 --- a/sys/dev/usb/usb_ethersubr.h +++ b/sys/dev/usb/usb_ethersubr.h @@ -55,6 +55,7 @@ struct ue_chain { char *ue_buf; struct mbuf *ue_mbuf; int ue_idx; + usbd_status ue_status; }; struct ue_cdata { |