PERFORCE change 133884 for review
Sam Leffler
sam at FreeBSD.org
Tue Jan 22 10:44:50 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=133884
Change 133884 by sam at sam_ebb on 2008/01/22 18:44:23
o correct definition of RT2560_DMACSR[23] (noop, unused)
o add some more registers from the datasheet
Affected files ...
.. //depot/projects/wifi/sys/dev/ral/rt2560reg.h#4 edit
Differences ...
==== //depot/projects/wifi/sys/dev/ral/rt2560reg.h#4 (text) ====
@@ -95,8 +95,8 @@
#define RT2560_SECCSR3 0x00fc /* XXX not documented */
#define RT2560_DMACSR0 0x0100 /* Current RX ring address */
#define RT2560_DMACSR1 0x0104 /* Current Tx ring address */
-#define RT2560_DMACSR2 0x0104 /* Current Priority ring address */
-#define RT2560_DMACSR3 0x0104 /* Current ATIM ring address */
+#define RT2560_DMACSR2 0x0108 /* Current Priority ring address */
+#define RT2560_DMACSR3 0x010c /* Current ATIM ring address */
#define RT2560_TXACKCSR0 0x0110 /* XXX not documented */
#define RT2560_GPIOCSR 0x0120 /* */
#define RT2560_BBBPPCSR 0x0124 /* BBP Pin Control */
@@ -114,6 +114,12 @@
#define RT2560_ARTCSR2 0x0154 /* ACK/CTS padload consume time */
#define RT2560_SECCSR1 0x0158 /* WEP control */
#define RT2560_BBPCSR1 0x015c /* BBP TX Configuration */
+#define RT2560_DUALBANDCSR0 0x0160 /* Dual Band Configuration */
+#define RT2560_DUALBANDCSR1 0x0164 /* Dual Band Configuration */
+#define RT2560_IFSCSR0 0x0168 /* OFDM IFS timer register 0 */
+#define RT2560_IFSCSR1 0x016c /* OFDM IFS timer register 1 */
+#define RT2560_SLOTCSR 0x0170 /* OFDM slot timer register */
+#define RT2560_BISTCSR 0x0174 /* BBP BIST register */
/* possible flags for register RXCSR0 */
More information about the p4-projects
mailing list