From: Randy D. <rd...@us...> - 2003-03-31 03:54:27
|
Update of /cvsroot/acpi/pmtools In directory sc8-pr-cvs1:/tmp/cvs-serv615 Modified Files: Makefile README Log Message: update to v20010730; Index: Makefile =================================================================== RCS file: /cvsroot/acpi/pmtools/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- Makefile 31 Mar 2003 03:35:10 -0000 1.1.1.1 +++ Makefile 31 Mar 2003 03:54:24 -0000 1.2 @@ -1,4 +1,4 @@ -DIRS = acpianalyze acpidisasm acpidmp pmtest +DIRS = acpidisasm acpidmp pmtest all: for i in $(DIRS); do $(MAKE) -C $$i $@; done Index: README =================================================================== RCS file: /cvsroot/acpi/pmtools/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- README 31 Mar 2003 03:35:10 -0000 1.1.1.1 +++ README 31 Mar 2003 03:54:24 -0000 1.2 @@ -7,14 +7,21 @@ the Linux ACPI implementation and Linux power management support. -acpianalyze ------------ +--------------------------------------------- + N O T E -This utility does a simple analysis of the features -supported by your ACPI implementation. Right now, -this is really just a toy. +These utilities are not being maintained to track +current ACPI driver releases, although they will be +brought up to date at some point in the future. + +Their status is: +acpidmp works +acpidisasm works +pmtest doesn't work +acpianalyze doesn't compile, not included + +--------------------------------------------- -Example: acpidmp DSDT | acpianalyze acpidmp ------- |