summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-03-03 03:02:17 +0000
committernjl <njl@FreeBSD.org>2004-03-03 03:02:17 +0000
commit3baf2d6bee0a819d8f95e0998db53cfeaf678f4c (patch)
treeeb41907aaad8b00887090d96c34c135e310556ae /sys/i386
parent200bbfda863e0bf785bdfb989dc55d64bc46bcc2 (diff)
downloadFreeBSD-src-3baf2d6bee0a819d8f95e0998db53cfeaf678f4c.zip
FreeBSD-src-3baf2d6bee0a819d8f95e0998db53cfeaf678f4c.tar.gz
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.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/acpica/acpi_toshiba.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/i386/acpica/acpi_toshiba.c b/sys/i386/acpica/acpi_toshiba.c
index 23d2d31..e8e43e5 100644
--- a/sys/i386/acpica/acpi_toshiba.c
+++ b/sys/i386/acpica/acpi_toshiba.c
@@ -36,9 +36,6 @@ __FBSDID("$FreeBSD$");
#include "acpi.h"
#include <dev/acpica/acpivar.h>
-#define _COMPONENT ACPI_TOSHIBA
-ACPI_MODULE_NAME("TOSHIBA")
-
/*
* Toshiba HCI interface definitions
*
@@ -213,8 +210,6 @@ acpi_toshiba_attach(device_t dev)
ACPI_STATUS status;
int i;
- ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__);
-
sc = device_get_softc(dev);
sc->dev = dev;
sc->handle = acpi_get_handle(dev);
@@ -253,8 +248,6 @@ acpi_toshiba_detach(device_t dev)
{
struct acpi_toshiba_softc *sc;
- ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__);
-
sc = device_get_softc(dev);
if (enable_fn_keys != 0) {
AcpiRemoveNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY,
OpenPOWER on IntegriCloud