PERFORCE change 101981 for review
Kevin Lo
kevlo at FreeBSD.org
Thu Jul 20 07:09:32 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=101981
Change 101981 by kevlo at kevlo_monet on 2006/07/20 07:09:03
Map expansion bus registers.
Affected files ...
.. //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425.c#6 edit
Differences ...
==== //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425.c#6 (text+ko) ====
@@ -109,6 +109,13 @@
0, &sc->sc_gpio_ioh))
panic("ixp%d: unable to map GPIO registers", unit);
+ /*
+ * Mapping for Expansion Bus Registers
+ */
+ if (bus_space_map(sc->sc_iot, IXP425_EXP_HWBASE, IXP425_EXP_SIZE,
+ 0, &sc->sc_ioh))
+ panic("ixp%d: unable to map expansion bus registers", unit);
+
intr_enabled = 0;
ixp425_set_intrmask();
ixp425_set_intrsteer();
More information about the p4-projects
mailing list