See patch
Stefan Reinauer wrote:
ICH7 update
- change the code to use macros names instead of constants in many places
- SMI/ACPI: rework power-off code to work with old Linux kernels (2.6.12.x)
- SMI: Add support for mainboard GPI handler
- SMI: immediate power-off on power button press, if OSPM is not active
- Add fix for some USB errata
- Some register tweaks for mobile systems
- Enable configure SCI on interrupt 9 correctly.
acpi/sleepstates.asl | 10 +++--- i82801gx.h | 31 ++++++++++++++++++++ i82801gx_lpc.c | 54 ++++++++++++++++++++---------------- i82801gx_smi.c | 39 ++++++++++++++++++++++++++ i82801gx_smihandler.c | 75 +++++++++++++++++++++++++++++++++++++++++++------- i82801gx_usb.c | 4 ++ 6 files changed, 175 insertions(+), 38 deletions(-)
Signed-off-by: Stefan Reinauer stepan@coresystems.de
Acked-by: Peter Stuge peter@stuge.se