summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-12-30 11:50:52 +0000
committermav <mav@FreeBSD.org>2015-12-30 11:50:52 +0000
commit27a8f09a1b080c3913553e9a747a1e1b1ddde85b (patch)
tree2b8fe844c062d94796c02bf3c91f051d9bc3cec9 /sys/compat/linux/linux_misc.h
parenta4b1c16e98e75f90d54e9dbd7a1fdb698da68539 (diff)
downloadFreeBSD-src-27a8f09a1b080c3913553e9a747a1e1b1ddde85b.zip
FreeBSD-src-27a8f09a1b080c3913553e9a747a1e1b1ddde85b.tar.gz
MFC r292739: Make virtual ports control asynchronous.
Before this change virtual ports control IOCBs were executed synchronously via Execute IOCB mailbox command. It required exclusive use of scratch space of driver and mailbox registers of the hardware. Because of that shared resources use this code could not really sleep, having to spin for completion, blocking any other operation. This change introduces new asynchronous design, sending the IOCBs directly on request queue and gracefully waiting for their return on response queue. Returned IOCBs are identified with unified handle space from r292725.
Diffstat (limited to 'sys/compat/linux/linux_misc.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud