Module Name:    src
Committed By:   scole
Date:           Sun Apr  9 19:02:23 UTC 2017

Modified Files:
        src/doc: HACKS

Log Message:
Add ia64 ski emulator hack


To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 src/doc/HACKS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/HACKS
diff -u src/doc/HACKS:1.186 src/doc/HACKS:1.187
--- src/doc/HACKS:1.186	Sat Mar 11 09:12:13 2017
+++ src/doc/HACKS	Sun Apr  9 19:02:23 2017
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.186 2017/03/11 09:12:13 maya Exp $
+# $NetBSD: HACKS,v 1.187 2017/04/09 19:02:23 scole Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -937,3 +937,13 @@ desc 	asn1_krb5_asn1.po does not produce
 	compilation runs; it is bimodal. Turning optimization to -O0 fixes
 	the issue
 kcah
+
+port	ia64
+hack	ski emulator crashes
+who	scole
+file	/cvsroot/src/sys/external/bsd/acpica/dist/tables/tbxfload.c: 1.6
+desc
+	ski emulator crashes during acpi detection.  Added a check for
+	uninitialized index.  Submitted a request for change with upstream
+	mailing list, but never got a response
+kcah

Reply via email to