Module Name:    src
Committed By:   nat
Date:           Fri Jun  1 19:17:04 UTC 2018

Modified Files:
        src/sys/dev/usb: if_urtwnreg.h

Log Message:
Add another register as found on 8192eu.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/if_urtwnreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/if_urtwnreg.h
diff -u src/sys/dev/usb/if_urtwnreg.h:1.10 src/sys/dev/usb/if_urtwnreg.h:1.11
--- src/sys/dev/usb/if_urtwnreg.h:1.10	Wed Oct 12 03:23:29 2016
+++ src/sys/dev/usb/if_urtwnreg.h	Fri Jun  1 19:17:04 2018
@@ -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)

Reply via email to