Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Add another register as found on 8192eu.



details:   https://anonhg.NetBSD.org/src/rev/5b6e1b16d163
branches:  trunk
changeset: 323139:5b6e1b16d163
user:      nat <nat%NetBSD.org@localhost>
date:      Fri Jun 01 19:17:04 2018 +0000

description:
Add another register as found on 8192eu.

diffstat:

 sys/dev/usb/if_urtwnreg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f3c4c86bdde4 -r 5b6e1b16d163 sys/dev/usb/if_urtwnreg.h
--- a/sys/dev/usb/if_urtwnreg.h Fri Jun 01 18:18:11 2018 +0000
+++ b/sys/dev/usb/if_urtwnreg.h Fri Jun 01 19:17:04 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_urtwnreg.h,v 1.10 2016/10/12 03:23:29 nat Exp $     */
+/*     $NetBSD: if_urtwnreg.h,v 1.11 2018/06/01 19:17:04 nat Exp $     */
 /*     $OpenBSD: if_urtwnreg.h,v 1.3 2010/11/16 18:02:59 damien Exp $  */
 
 /*-
@@ -83,6 +83,7 @@
 #define R92C_FSISR                     0x054
 #define R92C_HSIMR                     0x058
 #define R92C_HSISR                     0x05c
+#define R92C_PAD_CTRL                  0x064
 #define R92C_AFE_CTRL4                 0x078
 #define R92C_MCUFWDL                   0x080
 #define R92C_HMEBOX_EXT(idx)           (0x088 + (idx) * 2)



Home | Main Index | Thread Index | Old Index