Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2009 07:31:43 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r199039 - projects/mips/sys/mips/conf
Message-ID:  <200911080731.nA87Vhs9077488@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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