Compaq Presario 2100s invariably hang under Linux with ACPI enabled, under both 2.4.21 and 2.5.69 kernels, with the latest ACPI patches applied.
The problems seems to come from the _INI method of the AGPB device, which calls the HPSS method of the ISA device with arguments 0x0f and 0x00, causing the laptop to hang.
I've modified the HPSS method to not issue the I/O operations when called with these arguments, returning zero. I hope this will not cause any problems. My laptop since works fine, the brightness control works, battery reporting works, everyting seems to work. I've also fixed some undefined return values so that Intel's optimizing assembler doesn't complain.
I guess Compaq used Microsoft's AML assembler ; well it seems that Intel's open-source assembler does a better job, for it gave some warnings, and the resulting code is smaller.
You can get the modified DSL source code here ; to compile it you need to use Intel's iasl ASL compiler which can be downloaded for free from developer.intel.com.
Note that it doesn't compile under Debian 3.0r1 ; there seems to be some incompatibility with Bison due to some CPP issues. Here is a patch for Intel's acpica-unix-20030619.tar.gz.
If you trust me and don't want to recompile it for yourself, here's the fixed DSDT table.
Update: Alejandro VARGAS HERNANDEZ who has a 2100US reported that his laptop has a different DSDT table, and therefore my fix doesn't work with it. He has kindly sent his modified DSDT table.
Of course I take no responsibility in any way for anything bad that might happen to you because of this patch.