Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic add plural for packets and move it to new line to...
details: https://anonhg.NetBSD.org/src/rev/51280bb389c0
branches: trunk
changeset: 985342:51280bb389c0
user: andvar <andvar%NetBSD.org@localhost>
date: Thu Aug 19 20:43:58 2021 +0000
description:
add plural for packets and move it to new line to keep 80 symbols per line.
diffstat:
sys/dev/ic/tulipreg.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 775c26eae3fe -r 51280bb389c0 sys/dev/ic/tulipreg.h
--- a/sys/dev/ic/tulipreg.h Thu Aug 19 20:32:33 2021 +0000
+++ b/sys/dev/ic/tulipreg.h Thu Aug 19 20:43:58 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tulipreg.h,v 1.40 2021/08/17 22:00:31 andvar Exp $ */
+/* $NetBSD: tulipreg.h,v 1.41 2021/08/19 20:43:58 andvar Exp $ */
/*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -578,7 +578,8 @@
#define OPMODE_SR 0x00000002 /* start receive */
#define OPMODE_HO 0x00000004 /* hash only mode (ro) */
#define OPMODE_PB 0x00000008 /* pass bad frames */
-#define OPMODE_WINB_APP 0x00000008 /* accept all physical packet */
+#define OPMODE_WINB_APP 0x00000008 /* accept all physical
+ packets */
#define OPMODE_IF 0x00000010 /* inverse filter mode (ro) */
#define OPMODE_WINB_AMP 0x00000010 /* accept multicast packet */
#define OPMODE_SB 0x00000020 /* start backoff counter */
Home |
Main Index |
Thread Index |
Old Index