diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-07-25 20:56:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-07-25 20:56:03 +0000 |
commit | 4eb7bc1b08f121e2c4e620f90d4d73cb986174f8 (patch) | |
tree | 59a7fbc6e7bc723433f4f07f2832b077405e974d /sys | |
parent | d2c359f3faa10275a457cded74c0e652441ed17c (diff) |
Disable MSI for now; something is still not quite right on UltrSPARC T2
systems.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/dev/vpci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/vpci.c b/sys/arch/sparc64/dev/vpci.c index fc1eb53891e..4d5a4c3a729 100644 --- a/sys/arch/sparc64/dev/vpci.c +++ b/sys/arch/sparc64/dev/vpci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vpci.c,v 1.10 2011/07/06 05:35:53 kettenis Exp $ */ +/* $OpenBSD: vpci.c,v 1.11 2011/07/25 20:56:02 kettenis Exp $ */ /* * Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org> * @@ -272,7 +272,9 @@ vpci_init_msi(struct vpci_softc *sc, struct vpci_pbm *pbm) if (err != H_EOK) panic("vpci: can't enable msi eq"); +#ifdef notyet pbm->vp_flags |= PCI_FLAGS_MSI_ENABLED; +#endif return; disable_queue: |