svn commit: r304398 - stable/10/sys/dev/ntb/ntb_hw

Alexander Motin mav at FreeBSD.org
Thu Aug 18 10:52:30 UTC 2016


Author: mav
Date: Thu Aug 18 10:52:29 2016
New Revision: 304398
URL: https://svnweb.freebsd.org/changeset/base/304398

Log:
  MFC r302530: Fix wrong copy/paste in r302510.

Modified:
  stable/10/sys/dev/ntb/ntb_hw/ntb_hw.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/ntb/ntb_hw/ntb_hw.c
==============================================================================
--- stable/10/sys/dev/ntb/ntb_hw/ntb_hw.c	Thu Aug 18 10:51:53 2016	(r304397)
+++ stable/10/sys/dev/ntb/ntb_hw/ntb_hw.c	Thu Aug 18 10:52:29 2016	(r304398)
@@ -1849,7 +1849,7 @@ xeon_setup_b2b_mw(struct ntb_softc *ntb,
 		} else {
 			ntb_reg_write(4, xlat_reg, MSI_INTEL_ADDR_BASE);
 			ntb->msix_xlat = ntb_reg_read(4, xlat_reg);
-			ntb_reg_write(8, lmt_reg, 0);
+			ntb_reg_write(4, lmt_reg, 0);
 		}
 
 		ntb->peer_lapic_bar =  &ntb->bar_info[bar_num];


More information about the svn-src-stable-10 mailing list