svn commit: r249121 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Fri Apr 5 00:26:29 UTC 2013


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"


More information about the svn-src-head mailing list