Don't be DEBUG by default, but still be noisy about lid status

changes until such time as we actually do something with them.
This commit is contained in:
thorpej 2001-09-29 05:36:49 +00:00
parent 533c169276
commit 4ce1f116cf
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: acpi_lid.c,v 1.1 2001/09/28 02:30:13 thorpej Exp $ */
/* $NetBSD: acpi_lid.c,v 1.2 2001/09/29 05:36:49 thorpej Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@ -47,8 +47,6 @@
#include <dev/acpi/acpireg.h>
#include <dev/acpi/acpivar.h>
#define ACPI_LID_DEBUG
struct acpilid_softc {
struct device sc_dev; /* base device glue */
struct acpi_devnode *sc_node; /* our ACPI devnode */
@ -110,10 +108,8 @@ acpilid_attach(struct device *parent, struct device *self, void *aux)
return;
}
#ifdef ACPI_LID_DEBUG
/* Display the current state when it changes. */
sc->sc_flags = ACPILID_F_VERBOSE;
#endif
}
/*