Fix an issue which arises with the TAP interface when the highly
commit14ca1149a2a04f310ac62582365431eab21cd894
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 3 Jul 2007 17:40:51 +0000 (3 17:40 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 3 Jul 2007 17:40:51 +0000 (3 17:40 +0000)
tree7ef7693204ab306f042f742b8dffcdf5bc7b8c56
parentbeb02ed228b82e78bb2dc073f2c037bac03baa6c
Fix an issue which arises with the TAP interface when the highly
experimental kern.intr_mpsafe is set.  TAP has to obtain the MP lock
when handling SIGIO.

Reported-by: Pawel Biernacki <kaktus@acn.pl>
sys/net/tap/if_tap.c