From fe7d6b6e6936d303fc397ddf187c083c46007bf7 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Mon, 19 Apr 2010 09:03:34 +0000 Subject: [PATCH] Fix MALTA64 build. --- sys/mips/malta/gt_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/mips/malta/gt_pci.c b/sys/mips/malta/gt_pci.c index 2f0eadaba4e..237e74227e0 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];