OpenBSD CVS

CVS log for src/usr.sbin/acpidump/Attic/acpi.c


[BACK] Up to [local] / src / usr.sbin / acpidump

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8, Thu Aug 5 17:30:28 2010 UTC (13 years, 10 months ago) by marco
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +2 -2 lines
FILE REMOVED

kill kill kill the aml parser, kill kill kill it until it is dead

ok deraadt

Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 7 00:04:15 2009 UTC (14 years, 9 months ago) by martynas
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

pull aml/aml_parse.h;  otherwise it would take aml_parse_objectlist
as an int;  and not a pointer;  which would be wrong on 64-bit archs
oki marco@

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 4 17:23:24 2008 UTC (16 years ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.5: +5 -3 lines
Diff to previous 1.5 (colored)

Don't disassemble the AML if the -o option is specified.  That way at least
we get the complete files if the disassembler crashes on a machine.

ok marco@, krw@, deraadt@

Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 17 20:10:44 2007 UTC (16 years, 7 months ago) by chl
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.4: +2 -5 lines
Diff to previous 1.4 (colored)

remove "unused variable" warnings

tested by deraadt@ on a gcc2 arch

looks ok ray@ ok deraadt@

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 22 19:09:26 2007 UTC (17 years, 3 months ago) by jordan
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.3: +4 -2 lines
Diff to previous 1.3 (colored)

Added changes to dump all tables not just DSDT
-o generates files of form <prefix>.<sig>.<num>
eg. -o foo generates foo.DSDT.1 foo.FACP.0 foo.MCFG.2 etc
ok marco@

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 21 16:38:55 2005 UTC (18 years, 10 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

remove trailing newlines from err(3) calls; millert@ and matthieu@ ok.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 4 02:25:53 2005 UTC (19 years ago) by cloder
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Clean up gcc-isms. OK tholo

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jun 2 20:09:39 2005 UTC (19 years ago) by tholo
Branch: MAIN

Start on a basic ACPI framework -- does not do much more than read out the
ACPI tables into kernel memory and attach ACPI and HPET timers currently.

In order to test this code, enabling the devices in GENERIC as well as
the ACPI_ENABLE option is needed.  This code does not do any thermal
control yet, so this should be done with care depending on the platform.

In the tree so more people can contribute to making this more fully
featured.

Ok niklas@ grange@ tedu@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.