Date: Sat, 6 Jan 2001 18:29:45 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/acpica/Subsystem/Interpreter amfldio.c Message-ID: <200101070229.f072TkJ87896@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101070229.f072TkJ87896>
