diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-08-17 20:41:28 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-08-17 20:41:28 +0000 |
commit | 795c9e7e841224f48581c52e1043a450f43efe02 (patch) | |
tree | 3e3e8eeea5570c16a950b7eaad66192ab6beb513 /sys/arch/sparc64/dev/ebusvar.h | |
parent | 9819e27e37eb3f97de4c58e8adaf223b7947cf26 (diff) |
Turns out interrupts for Ebus devices are wired to the *other* PCI Expres leaf
on the v445 (compared to the v215/v245). Generalize the code to allow for
arbitrary wirings. Makes the serial console on the v445 work.
Diffstat (limited to 'sys/arch/sparc64/dev/ebusvar.h')
-rw-r--r-- | sys/arch/sparc64/dev/ebusvar.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/sparc64/dev/ebusvar.h b/sys/arch/sparc64/dev/ebusvar.h index cf626495f3f..4fc58248bc9 100644 --- a/sys/arch/sparc64/dev/ebusvar.h +++ b/sys/arch/sparc64/dev/ebusvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ebusvar.h,v 1.6 2007/04/04 18:38:54 kettenis Exp $ */ +/* $OpenBSD: ebusvar.h,v 1.7 2012/08/17 20:41:27 kettenis Exp $ */ /* $NetBSD: ebusvar.h,v 1.5 2001/07/20 00:07:13 eeh Exp $ */ /* @@ -69,12 +69,6 @@ struct ebus_softc { int sc_nrange; /* counters */ int sc_nintmap; - - int sc_ign; - - bus_space_tag_t sc_bust; - bus_addr_t sc_csr; - bus_space_handle_t sc_csrh; }; |