svn commit: r300128 - head/sys/dev/siba

Adrian Chadd adrian at FreeBSD.org
Wed May 18 07:17:32 UTC 2016


Author: adrian
Date: Wed May 18 07:17:30 2016
New Revision: 300128
URL: https://svnweb.freebsd.org/changeset/base/300128

Log:
  [siba] fix incorrect SPROM offsets.
  
  All my fault.

Modified:
  head/sys/dev/siba/sibareg.h

Modified: head/sys/dev/siba/sibareg.h
==============================================================================
--- head/sys/dev/siba/sibareg.h	Wed May 18 07:09:44 2016	(r300127)
+++ head/sys/dev/siba/sibareg.h	Wed May 18 07:17:30 2016	(r300128)
@@ -520,10 +520,10 @@
 #define	SIBA_SPROM8_OFDM5GPO		0x1146
 #define	SIBA_SPROM8_OFDM5GLPO		0x114a
 #define	SIBA_SPROM8_OFDM5GHPO		0x114e
-#define	SIBA_SPROM8_CDDPO		0x0192
-#define	SIBA_SPROM8_STBCPO		0x0194
-#define	SIBA_SPROM8_BW40PO		0x0196
-#define	SIBA_SPROM8_BWDUPPO		0x0198
+#define	SIBA_SPROM8_CDDPO		0x1192
+#define	SIBA_SPROM8_STBCPO		0x1194
+#define	SIBA_SPROM8_BW40PO		0x1196
+#define	SIBA_SPROM8_BWDUPPO		0x1198
 
 /* There are 4 blocks with power info sharing the same layout */
 #define	SIBA_SROM8_PWR_INFO_CORE0	0x10C0


More information about the svn-src-head mailing list