cvs commit: src/usr.sbin/acpi/acpidump acpi.c acpidump.8 acpidump.c acpidump.h

Jeffrey Hsu hsu at crater.dragonflybsd.org
Tue Jan 9 23:28:51 PST 2007


hsu         2007/01/09 23:23:49 PST

DragonFly src repository

  Modified files:
    usr.sbin/acpi/acpidump acpi.c acpidump.8 acpidump.c acpidump.h 
  Log:
  Add support for SSDT tables.
  
  Same as FreeBSD
  
   acpi.c
   revision 1.26
   date: 2004-08-13 15:59:09 -0700;  author: marcel;  state: Exp;  lines: +44 -10;
   branches:  1.26.2;
   Add support for SSDT tables. Dumping or disassembling the DSDT will
   now include the contents if any SSDT table as well. This makes use
   of the property that one can concatenate the body of SSDT tables to
   the DSDT, updating the DSDT header (length and checksum) and end up
   with a larger and valid DSDT table. Hence, this also works with -f.
  
   Reviewed by: njl@
  
   acpidump.8
   revision 1.18
   date: 2004-08-16 13:33:20 -0700;  author: marcel;  state: Exp;  lines: +4 -2;
   branches:  1.18.2;
   We now handle SSDT tables. Remove a reference from the BUGS section
   and explicitly mention SSDT when we talk about the DSDT so that people
   don't have to guess whether it includes the SSDT.
   While here, touch date.
  
   Pointed out by: le@
  
   acpidump.c
   revision 1.9
   date: 2004-08-13 15:59:09 -0700;  author: marcel;  state: Exp;  lines: +10 -7;
   branches:  1.9.2;
   Add support for SSDT tables. Dumping or disassembling the DSDT will
   now include the contents if any SSDT table as well. This makes use
   of the property that one can concatenate the body of SSDT tables to
   the DSDT, updating the DSDT header (length and checksum) and end up
   with a larger and valid DSDT table. Hence, this also works with -f.
  
   Reviewed by: njl@
  
   acpidump.h
   revision 1.17
   date: 2004-08-13 15:59:09 -0700;  author: marcel;  state: Exp;  lines: +4 -3;
   Add support for SSDT tables. Dumping or disassembling the DSDT will
   now include the contents if any SSDT table as well. This makes use
   of the property that one can concatenate the body of SSDT tables to
   the DSDT, updating the DSDT header (length and checksum) and end up
   with a larger and valid DSDT table. Hence, this also works with -f.
  
   Reviewed by: njl@
  
  Revision  Changes    Path
  1.3       +46 -11    src/usr.sbin/acpi/acpidump/acpi.c
  1.5       +5 -2      src/usr.sbin/acpi/acpidump/acpidump.8
  1.2       +12 -8     src/usr.sbin/acpi/acpidump/acpidump.c
  1.2       +5 -4      src/usr.sbin/acpi/acpidump/acpidump.h


http://www.dragonflybsd.org/cvsweb/src/usr.sbin/acpi/acpidump/acpi.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/acpi/acpidump/acpidump.8.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/acpi/acpidump/acpidump.c.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/acpi/acpidump/acpidump.h.diff?r1=1.1&r2=1.2&f=u





More information about the Commits mailing list