svn commit: r285623 - head/sys/dev/e1000

Kevin Lo kevlo at FreeBSD.org
Thu Jul 16 08:03:24 UTC 2015


Author: kevlo
Date: Thu Jul 16 08:03:23 2015
New Revision: 285623
URL: https://svnweb.freebsd.org/changeset/base/285623

Log:
  Fix typo in register definition.
  
  Submitted by:	James Hung
  Reviewed by:	sbruno

Modified:
  head/sys/dev/e1000/e1000_regs.h

Modified: head/sys/dev/e1000/e1000_regs.h
==============================================================================
--- head/sys/dev/e1000/e1000_regs.h	Thu Jul 16 07:05:42 2015	(r285622)
+++ head/sys/dev/e1000/e1000_regs.h	Thu Jul 16 08:03:23 2015	(r285623)
@@ -552,7 +552,7 @@
 #define E1000_WVBR	0x03554 /* VM Wrong Behavior - RWS */
 #define E1000_RPLOLR	0x05AF0 /* Replication Offload - RW */
 #define E1000_UTA	0x0A000 /* Unicast Table Array - RW */
-#define E1000_IOVTCL	0x05BBC /* IOV Control Register */
+#define E1000_IOVCTL	0x05BBC /* IOV Control Register */
 #define E1000_VMRCTL	0X05D80 /* Virtual Mirror Rule Control */
 #define E1000_VMRVLAN	0x05D90 /* Virtual Mirror Rule VLAN */
 #define E1000_VMRVM	0x05DA0 /* Virtual Mirror Rule VM */


More information about the svn-src-all mailing list