[Zrouter-src-freebsd] ZRouter.org: push to FreeBSD HEAD tree
zrouter-src-freebsd at zrouter.org
zrouter-src-freebsd at zrouter.org
Wed Aug 15 08:14:47 UTC 2012
details: http://zrouter.org/hg/FreeBSD/head//rev/f9d564d21599
changeset: 522:f9d564d21599
user: Aleksandr Rybalko <ray at ddteam.net>
date: Fri Aug 10 16:14:45 2012 +0300
description:
Fix comment.
diffstat:
head/sys/mips/atheros/ar71xxreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 389b994a8768 -r f9d564d21599 head/sys/mips/atheros/ar71xxreg.h
--- a/head/sys/mips/atheros/ar71xxreg.h Fri Aug 10 16:13:53 2012 +0300
+++ b/head/sys/mips/atheros/ar71xxreg.h Fri Aug 10 16:14:45 2012 +0300
@@ -151,14 +151,14 @@
#define AR71XX_GPIO_FUNCTION 0x28
#define GPIO_FUNC_STEREO_EN (1 << 17)
#define GPIO_FUNC_SLIC_EN (1 << 16)
-#define GPIO_FUNC_XXX1 (1 << 15) /* XXX: must be */
+#define GPIO_FUNC_XXX1 (1 << 15) /* XXX: must be 724x */
#define GPIO_FUNC_SPI_CS2_EN (1 << 13)
/* CS2 is shared with GPIO_1 */
#define GPIO_FUNC_SPI_CS1_EN (1 << 12)
/* CS1 is shared with GPIO_0 */
#define GPIO_FUNC_UART_EN (1 << 8)
#define GPIO_FUNC_USB_OC_EN (1 << 4)
-#define GPIO_FUNC_XXX2 (1 << 1) /* XXX: must be */
+#define GPIO_FUNC_XXX2 (1 << 1) /* XXX: must be 724x */
#define GPIO_FUNC_USB_CLK_EN (0)
#define AR71XX_BASE_FREQ 40000000
More information about the Zrouter-src-freebsd
mailing list