Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sgimips/mace No need to print interrupt status for ...
details: https://anonhg.NetBSD.org/src/rev/a199ea7e3947
branches: trunk
changeset: 360686:a199ea7e3947
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri Mar 23 09:43:33 2018 +0000
description:
No need to print interrupt status for RX underflow as this status bit is handled already
diffstat:
sys/arch/sgimips/mace/if_mec.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r fed2b1f75c55 -r a199ea7e3947 sys/arch/sgimips/mace/if_mec.c
--- a/sys/arch/sgimips/mace/if_mec.c Fri Mar 23 09:30:55 2018 +0000
+++ b/sys/arch/sgimips/mace/if_mec.c Fri Mar 23 09:43:33 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_mec.c,v 1.55 2016/12/15 09:28:04 ozaki-r Exp $ */
+/* $NetBSD: if_mec.c,v 1.56 2018/03/23 09:43:33 jmcneill Exp $ */
/*-
* Copyright (c) 2004, 2008 Izumi Tsutsui. All rights reserved.
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mec.c,v 1.55 2016/12/15 09:28:04 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mec.c,v 1.56 2018/03/23 09:43:33 jmcneill Exp $");
#include "opt_ddb.h"
@@ -1599,7 +1599,6 @@
(MEC_INT_TX_LINK_FAIL |
MEC_INT_TX_MEM_ERROR |
MEC_INT_TX_ABORT |
- MEC_INT_RX_FIFO_UNDERFLOW |
MEC_INT_RX_DMA_UNDERFLOW)) {
printf("%s: %s: interrupt status = 0x%08x\n",
device_xname(sc->sc_dev), __func__, statreg);
Home |
Main Index |
Thread Index |
Old Index