CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2011/07/05 10:51:34
Modified files: sys/dev/pci : if_em.c Log message: Stupid driver makes a copy of struct pci_attach_args. Make sure we clear the MSI enabled flag there such that the driver actually pays attention to it. Found out the hard way by Chris Smith on an 82540EM, which defenitely does not like MSI. ok deraadt@