From owner-cvs-all Sat Jan 6 18:30: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FBD137B400; Sat, 6 Jan 2001 18:29:46 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f072TkJ87896; Sat, 6 Jan 2001 18:29:46 -0800 (PST) (envelope-from peter) Message-Id: <200101070229.f072TkJ87896@freefall.freebsd.org> From: Peter Wemm Date: Sat, 6 Jan 2001 18:29:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/acpica/Subsystem/Interpreter amfldio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/06 18:29:45 PST Modified files: sys/contrib/dev/acpica/Subsystem/Interpreter amfldio.c Log: Fix the 'write-with-rule' operations to not do an unneeded read first. eg: to write an 8 bit value to an 8 bit register, it was first reading the old (8 bit) contents, "merging" the new 8 bits in (ie: complete replacement) and then writing the new value out. This was breaking the SMI call on my VAIO PCG-F690, causing the system to hang during boot. Revision Changes Path 1.2 +45 -47 src/sys/contrib/dev/acpica/Subsystem/Interpreter/amfldio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message