summaryrefslogtreecommitdiffstats
path: root/sys/mips/malta
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2010-04-19 09:03:34 +0000
committerjmallett <jmallett@FreeBSD.org>2010-04-19 09:03:34 +0000
commit80306ecde695ceb65c90b2b6d796a4b0595257fd (patch)
treec8961b0be8725b792b5c409ea71244a955243e7e /sys/mips/malta
parente77e469af2f44d23e1fd4301a84deacea5e91b76 (diff)
downloadFreeBSD-src-80306ecde695ceb65c90b2b6d796a4b0595257fd.zip
FreeBSD-src-80306ecde695ceb65c90b2b6d796a4b0595257fd.tar.gz
Fix MALTA64 build.
Diffstat (limited to 'sys/mips/malta')
-rw-r--r--sys/mips/malta/gt_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/malta/gt_pci.c b/sys/mips/malta/gt_pci.c
index 2f0eada..237e742 100644
--- a/sys/mips/malta/gt_pci.c
+++ b/sys/mips/malta/gt_pci.c
@@ -109,8 +109,8 @@ struct gt_pci_softc {
struct rman sc_mem_rman;
struct rman sc_io_rman;
struct rman sc_irq_rman;
- uint32_t sc_mem;
- uint32_t sc_io;
+ unsigned long sc_mem;
+ bus_space_handle_t sc_io;
struct resource *sc_irq;
struct intr_event *sc_eventstab[ICU_LEN];
OpenPOWER on IntegriCloud