Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/dev/rasops Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/d3b61e11c444
branches:  netbsd-8
changeset: 460814:d3b61e11c444
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Nov 04 14:23:28 2019 +0000

description:
Pull up following revision(s) (requested by tsutsui in ticket #1422):

        sys/dev/rasops/rasops.h: revision 1.49

Fix "Alignment Fault 3" kernel failure of NetBSD/zaurus 8.1 GENERIC.
structure in header files could be problematic.

See my post in port-zaurus@ for details:
 https://mail-index.netbsd.org/port-zaurus/2019/10/31/msg000079.html

Should be pulled up to netbsd-8 and netbsd-9.

diffstat:

 sys/dev/rasops/rasops.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 33bdd19ee4ee -r d3b61e11c444 sys/dev/rasops/rasops.h
--- a/sys/dev/rasops/rasops.h   Mon Nov 04 14:22:13 2019 +0000
+++ b/sys/dev/rasops/rasops.h   Mon Nov 04 14:23:28 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rasops.h,v 1.32 2017/04/22 15:05:02 macallan Exp $ */
+/*     $NetBSD: rasops.h,v 1.32.4.1 2019/11/04 14:23:28 martin Exp $ */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -132,10 +132,8 @@
        /* Callbacks so we can share some code */
        void    (*ri_do_cursor)(struct rasops_info *);
 
-#if NRASOPS_ROTATION > 0
        /* Used to intercept putchar to permit display rotation */
        struct  wsdisplay_emulops ri_real_ops;
-#endif
 };
 
 #define DELTA(p, d, cast) ((p) = (cast)((char *)(p) + (d)))



Home | Main Index | Thread Index | Old Index