Date: Tue, 2 Mar 2004 19:02:17 -0800 (PST) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_powerres.c acpi_timer.c acpivar.h src/sys/i386/acpica acpi_toshiba.c src/share/man/man4 acpi.4 Message-ID: <200403030302.i2332HNu013448@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2004/03/02 19:02:17 PST FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_powerres.c acpi_timer.c acpivar.h sys/i386/acpica acpi_toshiba.c share/man/man4 acpi.4 Log: Add support for quirks for acpi tables. Key off OEM vendor and revision. Sort acpi debug values. Change "disable" to "disabled" to match rest of the kernel. Remove debugging from acpi_toshiba since it was only used for probe/attach. Revision Changes Path 1.31 +14 -19 src/share/man/man4/acpi.4 1.121 +77 -16 src/sys/dev/acpica/acpi.c 1.18 +1 -1 src/sys/dev/acpica/acpi_powerres.c 1.26 +1 -1 src/sys/dev/acpica/acpi_timer.c 1.55 +8 -9 src/sys/dev/acpica/acpivar.h 1.4 +0 -7 src/sys/i386/acpica/acpi_toshiba.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403030302.i2332HNu013448>