the bitrig master branch has been updated by marco with 3 new commits: commit cc48b2cb7b0357dfe2c693942f0d4782a73f1d4e diff: https://github.com/bitrig/bitrig/commit/cc48b2c author: Marco Peereboom <[email protected]> date: Thu May 5 12:46:59 2016 -0500
Short circuit IPL_MPSAFE when using vtd. Looks like vtd isn't happy when IPL_MPSAFE is enabled in some drivers (re for example). So for now ignore it when vtd is enabled. M sys/arch/amd64/amd64/intr.c commit 8355e9ec7de26d895138ed364851cd261a6143cd diff: https://github.com/bitrig/bitrig/commit/8355e9e author: Marco Peereboom <[email protected]> date: Thu May 5 12:41:25 2016 -0500 comment out unused code M sys/dev/acpi/acpidmar.c commit 8872e810e72e773d0b21be16b412a07125968465 diff: https://github.com/bitrig/bitrig/commit/8872e81 author: Marco Peereboom <[email protected]> date: Thu May 5 12:16:27 2016 -0500 Cleanup. Get rid of spl dance around extent_* that is not needed. Remove debug splassert and interrupt routine wrapper. This was debug only poop. M sys/dev/acpi/acpidmar.c
