CVSROOT: /cvs Module name: src Changes by: ch...@cvs.openbsd.org 2014/02/08 08:58:01
Modified files: sys/dev/pci : arc.c Log message: Stop disablng/enabling interrupts in the interrupt handler for "chip type D" which is Marvell 9580. None of the other types do this and OpenBSD doesn't interrupt during the interrupt routine anyways. From Ching Huang, Areca. ok dlg@