summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2001-06-12 19:11:58 +0000
committermickey <mickey@openbsd.org>2001-06-12 19:11:58 +0000
commitde346b4298eaa676244cfee02b487c4c7af7c4a3 (patch)
tree76cceb74c8f9538de5bcdf03414605eb4462d03f /lib
parentdo not log() packet_set_maxsize (diff)
downloadwireguard-openbsd-de346b4298eaa676244cfee02b487c4c7af7c4a3.tar.xz
wireguard-openbsd-de346b4298eaa676244cfee02b487c4c7af7c4a3.zip
interrupts cannot happen before
*hci cannot receive interrupts before it has been initialized. this was changed to accomodate the pcibios strategy change back in pre-2.9 times since *hci_init enables interrupts at it's end and thus unmapped pci interrupt hangs the machine in the endless loop trying to deliver it (and no hci handler to ack it). this new way we disable interrupts by hands before we map 'em on pci and thus ensure that they will not crash an uninitialized *hci which, in turn, will run right after the interrupt map/establish and by the time it enables *hci interrupts all gonna be just fine. please allow us to end this stretched remark for cvs is getting a power outage in less than 20 minutes.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions