Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/marvell Fix mitake, disable SERDES error interrupts ...
details: https://anonhg.NetBSD.org/src/rev/dc31309ad4bb
branches: trunk
changeset: 343538:dc31309ad4bb
user: hikaru <hikaru%NetBSD.org@localhost>
date: Sat Feb 13 05:47:38 2016 +0000
description:
Fix mitake, disable SERDES error interrupts again.
diffstat:
sys/dev/marvell/if_mvxpe.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r d0b0b7fc290b -r dc31309ad4bb sys/dev/marvell/if_mvxpe.c
--- a/sys/dev/marvell/if_mvxpe.c Sat Feb 13 05:44:01 2016 +0000
+++ b/sys/dev/marvell/if_mvxpe.c Sat Feb 13 05:47:38 2016 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index