svn commit: r199039 - projects/mips/sys/mips/conf

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sun Nov 8 07:31:43 UTC 2009


Author: gonzo
Date: Sun Nov  8 07:31:42 2009
New Revision: 199039
URL: http://svn.freebsd.org/changeset/base/199039

Log:
  - Add arge1 to hints files, only one port is supported so far

Modified:
  projects/mips/sys/mips/conf/AR71XX.hints

Modified: projects/mips/sys/mips/conf/AR71XX.hints
==============================================================================
--- projects/mips/sys/mips/conf/AR71XX.hints	Sun Nov  8 07:26:02 2009	(r199038)
+++ projects/mips/sys/mips/conf/AR71XX.hints	Sun Nov  8 07:31:42 2009	(r199039)
@@ -32,10 +32,13 @@ hint.arge.0.irq=2
 # Uncomment this hint for RS (not PRO)
 # hint.arge.0.phy=20
 
-# hint.arge.1.at="nexus0"
-# hint.arge.1.maddr=0x1A000000
-# hint.arge.1.msize=0x1000
-# hint.arge.1.irq=3
+hint.arge.1.at="nexus0"
+hint.arge.1.maddr=0x1a000000
+hint.arge.1.msize=0x1000
+hint.arge.1.irq=3
+hint.arge.1.phy=3
+# Uncomment this hint for RS (not PRO)
+# hint.arge.1.phy=19
 
 # SPI flash
 hint.spi.0.at="nexus0"


More information about the svn-src-projects mailing list