Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Fix address of STGE_MaxFrameSize. Same as other ...



details:   https://anonhg.NetBSD.org/src/rev/18e18dc3da15
branches:  trunk
changeset: 847522:18e18dc3da15
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Dec 26 15:23:11 2019 +0000

description:
Fix address of STGE_MaxFrameSize. Same as other OSes.

diffstat:

 sys/dev/pci/if_stgereg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d9db1bdbfa6b -r 18e18dc3da15 sys/dev/pci/if_stgereg.h
--- a/sys/dev/pci/if_stgereg.h  Thu Dec 26 11:27:03 2019 +0000
+++ b/sys/dev/pci/if_stgereg.h  Thu Dec 26 15:23:11 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_stgereg.h,v 1.6 2019/10/07 11:53:40 msaitoh Exp $   */
+/*     $NetBSD: if_stgereg.h,v 1.7 2019/12/26 15:23:11 msaitoh Exp $   */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -323,7 +323,7 @@
 
 #define        STGE_VLANId                     0x80
 
-#define        STGE_MaxFrameSize               0x84
+#define        STGE_MaxFrameSize               0x86
 
 #define        STGE_ReceiveMode                0x88    /* 16-bit */
 #define        RM_ReceiveUnicast               (1U << 0)



Home | Main Index | Thread Index | Old Index