commit | 276d4a916517fc8ebf05b05f0226e80787f90309 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Wed Jun 11 22:47:01 2008 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Wed Jun 11 22:47:01 2008 -0400 |
tree | 88c8b731377cdfb27d950b2d78b8d2a39c0e97a7 | |
parent | 061d13740b3eabfbbf505e8798241f96ea76c8b1 [diff] |
Move acpi code out of rombios32.c; clean up use of fixed memory addresses. Move acpi code from rombios32.c to acpi.c. Move all fixed memory addresses used by the code to config.h and consistently use a "BUILD_" prefix on the definitions. Move some pci defs to pci.h - allows access from acpi.c and rombios32.c. Introduce ALIGN() macro - remove old align function.