Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci PR/50694: David Binderman: Fix wrong pasto const...
details: https://anonhg.NetBSD.org/src/rev/42135053cc8a
branches: trunk
changeset: 343248:42135053cc8a
user: christos <christos%NetBSD.org@localhost>
date: Tue Jan 26 16:02:50 2016 +0000
description:
PR/50694: David Binderman: Fix wrong pasto constant.
diffstat:
sys/dev/pci/if_alc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 15c96d7b7b71 -r 42135053cc8a sys/dev/pci/if_alc.c
--- a/sys/dev/pci/if_alc.c Tue Jan 26 16:01:45 2016 +0000
+++ b/sys/dev/pci/if_alc.c Tue Jan 26 16:02:50 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_alc.c,v 1.17 2015/11/24 23:30:04 leot Exp $ */
+/* $NetBSD: if_alc.c,v 1.18 2016/01/26 16:02:50 christos Exp $ */
/* $OpenBSD: if_alc.c,v 1.1 2009/08/08 09:31:13 kevlo Exp $ */
/*-
* Copyright (c) 2009, Pyun YongHyeon <yongari%FreeBSD.org@localhost>
@@ -1418,7 +1418,7 @@
#ifdef ALC_CHECKSUM
ifp->if_capabilities |= IFCAP_CSUM_IPv4_Tx | IFCAP_CSUM_IPv4_Rx |
IFCAP_CSUM_TCPv4_Tx | IFCAP_CSUM_TCPv4_Rx |
- IFCAP_CSUM_UDPv4_Tx | IFCAP_CSUM_TCPv4_Rx;
+ IFCAP_CSUM_UDPv4_Tx | IFCAP_CSUM_UDPv4_Rx;
#endif
#if NVLAN > 0
Home |
Main Index |
Thread Index |
Old Index