Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/dev/pci Pull up following revision(s) (requested by m...



details:   https://anonhg.NetBSD.org/src/rev/4c955bb47606
branches:  netbsd-9
changeset: 843770:4c955bb47606
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jan 21 15:10:51 2020 +0000

description:
Pull up following revision(s) (requested by msaitoh in ticket #627):

        sys/dev/pci/if_stgereg.h: revision 1.7

 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 7056cbdfeba1 -r 4c955bb47606 sys/dev/pci/if_stgereg.h
--- a/sys/dev/pci/if_stgereg.h  Tue Jan 21 15:05:51 2020 +0000
+++ b/sys/dev/pci/if_stgereg.h  Tue Jan 21 15:10:51 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_stgereg.h,v 1.5.94.1 2019/11/25 16:44:31 martin Exp $       */
+/*     $NetBSD: if_stgereg.h,v 1.5.94.2 2020/01/21 15:10:51 martin 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