diff options
author | 2012-08-20 15:23:25 +0000 | |
---|---|---|
committer | 2012-08-20 15:23:25 +0000 | |
commit | e402bb5c74647869cd489158c0e154049965405a (patch) | |
tree | c4c0685c428135efe4b04dc645c2945967c1bf5a | |
parent | Explicitely set local variables as such. (diff) | |
download | wireguard-openbsd-e402bb5c74647869cd489158c0e154049965405a.tar.xz wireguard-openbsd-e402bb5c74647869cd489158c0e154049965405a.zip |
MISs work on Oberon as well.
-rw-r--r-- | sys/arch/sparc64/dev/pyro.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sparc64/dev/pyro.c b/sys/arch/sparc64/dev/pyro.c index e020db4412d..66771254ec1 100644 --- a/sys/arch/sparc64/dev/pyro.c +++ b/sys/arch/sparc64/dev/pyro.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pyro.c,v 1.23 2011/07/06 22:26:44 kettenis Exp $ */ +/* $OpenBSD: pyro.c,v 1.24 2012/08/20 15:23:25 kettenis Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -297,10 +297,6 @@ pyro_init_msi(struct pyro_softc *sc, struct pyro_pbm *pbm) int ihandle; int msis, msi_eq_size; - /* Don't do MSI on Oberon for now. */ - if (sc->sc_oberon) - return; - if (OF_getprop(sc->sc_node, "msi-address-ranges", msi_addr_range, sizeof(msi_addr_range)) <= 0) return; |