svn commit: r285083 - head/sys/mips/atheros
Adrian Chadd
adrian at FreeBSD.org
Fri Jul 3 07:00:25 UTC 2015
Author: adrian
Date: Fri Jul 3 07:00:24 2015
New Revision: 285083
URL: https://svnweb.freebsd.org/changeset/base/285083
Log:
Oops - fix typo.
Modified:
head/sys/mips/atheros/qca955xreg.h
Modified: head/sys/mips/atheros/qca955xreg.h
==============================================================================
--- head/sys/mips/atheros/qca955xreg.h Fri Jul 3 06:15:54 2015 (r285082)
+++ head/sys/mips/atheros/qca955xreg.h Fri Jul 3 07:00:24 2015 (r285083)
@@ -212,9 +212,9 @@
#define QCA955X_DDR_REG_FLUSH_PCIE (AR71XX_APB_BASE + 0xa8)
#define QCA955X_DDR_REG_FLUSH_WMAC (AR71XX_APB_BASE + 0xac)
/* PCIe EP */
-#define QCA955X_DDR_REG_FLUSH_SRC1 (AR71XX_APB_BSAE + 0xb0)
+#define QCA955X_DDR_REG_FLUSH_SRC1 (AR71XX_APB_BASE + 0xb0)
/* checksum engine */
-#define QCA955X_DDR_REG_FLUSH_SRC2 (AR71XX_APB_BSAE + 0xb2)
+#define QCA955X_DDR_REG_FLUSH_SRC2 (AR71XX_APB_BASE + 0xb2)
/* PCIe control block - relative to PCI_CTRL_BASE0/PCI_CTRL_BASE1 */
More information about the svn-src-head
mailing list