Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by m...
details: https://anonhg.NetBSD.org/src/rev/3bbe3e7620f3
branches: netbsd-8
changeset: 852726:3bbe3e7620f3
user: martin <martin%NetBSD.org@localhost>
date: Fri Jan 31 10:57:28 2020 +0000
description:
Pull up following revision(s) (requested by msaitoh in ticket #1496):
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 ef246145a33a -r 3bbe3e7620f3 sys/dev/pci/if_stgereg.h
--- a/sys/dev/pci/if_stgereg.h Fri Jan 31 10:55:37 2020 +0000
+++ b/sys/dev/pci/if_stgereg.h Fri Jan 31 10:57:28 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_stgereg.h,v 1.5 2008/04/28 20:23:55 martin Exp $ */
+/* $NetBSD: if_stgereg.h,v 1.5.80.1 2020/01/31 10:57:28 martin Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -319,7 +319,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