diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-08-20 15:23:26 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-08-20 15:23:26 +0000 |
commit | fc101eca5afe6a052e1764fb0b742288889fd581 (patch) | |
tree | ce38af04f57f7cc1e64c0e83010f1628b072cbb0 /sys/arch/sparc64 | |
parent | 67e14ecf5493e963387ae17e3cbdab3508f1a7ae (diff) |
MISs work on Oberon as well.
Diffstat (limited to 'sys/arch/sparc64')
-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; |