update comment (Hi Bob)

date	2002.04.18.20.32.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:56:13 +00:00
parent a46381020f
commit fd07d75ec5

View File

@ -3,7 +3,7 @@
*
* Module Name: hwregs - Read/write access functions for the various ACPI
* control and status registers.
* $Revision: 1.125 $
* $Revision: 1.126 $
*
******************************************************************************/
@ -826,7 +826,8 @@ AcpiHwLowLevelRead (
/*
* Must have a valid pointer to a GAS structure, and
* a non-zero address within
* a non-zero address within. However, don't return an error
* because the PM1A/B code must not fail if B isn't present.
*/
if ((!Reg) ||
(!ACPI_VALID_ADDRESS (Reg->Address)))
@ -917,7 +918,8 @@ AcpiHwLowLevelWrite (
/*
* Must have a valid pointer to a GAS structure, and
* a non-zero address within
* a non-zero address within. However, don't return an error
* because the PM1A/B code must not fail if B isn't present.
*/
if ((!Reg) ||
(!ACPI_VALID_ADDRESS (Reg->Address)))