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/9c39948632ec
branches:  netbsd-8
changeset: 851182:9c39948632ec
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Nov 27 14:13:59 2017 +0000

description:
Pull up following revision(s) (requested by maxv in ticket #399):
        sys/dev/pci/mlyreg.h: revision 1.6
Mmh, surprising bug. It's __packed, not __packed__. Here the structure is
not packed for real, but instead a global __packed__ symbol is declared.

diffstat:

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

diffs (18 lines):

diff -r 987a239ebc86 -r 9c39948632ec sys/dev/pci/mlyreg.h
--- a/sys/dev/pci/mlyreg.h      Mon Nov 27 14:11:17 2017 +0000
+++ b/sys/dev/pci/mlyreg.h      Mon Nov 27 14:13:59 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mlyreg.h,v 1.5 2008/09/08 23:36:54 gmcgarry Exp $      */
+/*     $NetBSD: mlyreg.h,v 1.5.74.1 2017/11/27 14:13:59 martin Exp $   */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -286,7 +286,7 @@
 #define        MLY_STARTUP_ALWAYS              0x5
 
        u_int8_t        res15[62];
-} __packed__;
+} __packed;
 
 /*
  * 10.2 Physical Device Parameters



Home | Main Index | Thread Index | Old Index