Module Name:    src
Committed By:   hikaru
Date:           Sat Feb 13 05:47:39 UTC 2016

Modified Files:
        src/sys/dev/marvell: if_mvxpe.c

Log Message:
Fix mitake, disable SERDES error interrupts again.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/marvell/if_mvxpe.c

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/marvell/if_mvxpe.c
diff -u src/sys/dev/marvell/if_mvxpe.c:1.6 src/sys/dev/marvell/if_mvxpe.c:1.7
--- src/sys/dev/marvell/if_mvxpe.c:1.6	Sat Feb 13 05:44:01 2016
+++ src/sys/dev/marvell/if_mvxpe.c	Sat Feb 13 05:47:38 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_mvxpe.c,v 1.6 2016/02/13 05:44:01 hikaru Exp $	*/
+/*	$NetBSD: if_mvxpe.c,v 1.7 2016/02/13 05:47:38 hikaru Exp $	*/
 /*
  * Copyright (c) 2015 Internet Initiative Japan Inc.
  * All rights reserved.
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mvxpe.c,v 1.6 2016/02/13 05:44:01 hikaru Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mvxpe.c,v 1.7 2016/02/13 05:47:38 hikaru Exp $");
 
 #include "opt_multiprocessor.h"
 
@@ -1378,8 +1378,6 @@ mvxpe_enable_intr(struct mvxpe_softc *sc
 	reg |= MVXPE_PMI_RXCRCERROR;
 	reg |= MVXPE_PMI_RXLARGEPACKET;
 	reg |= MVXPE_PMI_TXUNDRN;
-	reg |= MVXPE_PMI_PRBSERROR;
-	reg |= MVXPE_PMI_SRSE;
 #if 0
 	/*
 	 * The device may raise false interrupts for SERDES even if the device

Reply via email to