Date: Sat, 1 May 2010 16:39:47 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r207474 - head/sys/mips/conf Message-ID: <201005011639.o41GdlVS088661@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Sat May 1 16:39:46 2010 New Revision: 207474 URL: http://svn.freebsd.org/changeset/base/207474 Log: Enable AH_RXCFG_SDMAMW_4BYTES option. See NOTES file for why this is workaround (WAR) is needed. Modified: head/sys/mips/conf/AR71XX Modified: head/sys/mips/conf/AR71XX ============================================================================== --- head/sys/mips/conf/AR71XX Sat May 1 16:38:40 2010 (r207473) +++ head/sys/mips/conf/AR71XX Sat May 1 16:39:46 2010 (r207474) @@ -62,6 +62,7 @@ device ath # Atheros pci/ca options ATH_DEBUG device ath_hal option AH_SUPPORT_AR5416 +option AH_RXCFG_SDMAMW_4BYTES # See NOTES for details of this WAR device ath_rate_sample device mii
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005011639.o41GdlVS088661>