Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 07:09:14 GMT
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 71636 for review
Message-ID:  <200502230709.j1N79ELd022127@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=71636

Change 71636 by jmg@jmg_carbon on 2005/02/23 07:09:13

	add the hint for the epe (ethernet device)

Affected files ...

.. //depot/projects/arm/src/sys/arm/ep93xx/hints.ep93xx#2 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/ep93xx/hints.ep93xx#2 (text+ko) ====

@@ -4,6 +4,12 @@
 # Setup the Peripheral Bus
 hint.apb.0.at="ahb"
 
+# Setup devices on the AHB
+hint.epe.0.at="ahb"
+hint.epe.0.port="0x10000"
+hint.epe.0.portsize="0x100"
+hint.epe.0.irq="39"
+
 # Setup devices on the APB
 hint.epclk.0.at="apb"
 hint.epclk.0.port="0x10000"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502230709.j1N79ELd022127>