Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2013 00:26:29 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249121 - head/sys/mips/conf
Message-ID:  <201304050026.r350QTZL060556@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Fri Apr  5 00:26:29 2013
New Revision: 249121
URL: http://svnweb.freebsd.org/changeset/base/249121

Log:
  Now that interrupt driven uart IO is working, flip this back on.

Modified:
  head/sys/mips/conf/AR933X_BASE.hints

Modified: head/sys/mips/conf/AR933X_BASE.hints
==============================================================================
--- head/sys/mips/conf/AR933X_BASE.hints	Fri Apr  5 00:26:06 2013	(r249120)
+++ head/sys/mips/conf/AR933X_BASE.hints	Fri Apr  5 00:26:29 2013	(r249121)
@@ -14,7 +14,7 @@ hint.uart.0.at="apb0"
 # NB: This isn't an ns8250 UART
 hint.uart.0.maddr=0x18020000
 hint.uart.0.msize=0x18
-# hint.uart.0.irq=3
+hint.uart.0.irq=3
 
 #ehci - note the 0x100 offset for the AR913x/AR724x
 hint.ehci.0.at="nexus0"



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