Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi acpi.c needs sysmon_power too.



details:   https://anonhg.NetBSD.org/src/rev/e9086b87a225
branches:  trunk
changeset: 545925:e9086b87a225
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Apr 17 20:56:29 2003 +0000

description:
acpi.c needs sysmon_power too.

diffstat:

 sys/dev/acpi/files.acpi |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 20950edb5f8b -r e9086b87a225 sys/dev/acpi/files.acpi
--- a/sys/dev/acpi/files.acpi   Thu Apr 17 20:53:43 2003 +0000
+++ b/sys/dev/acpi/files.acpi   Thu Apr 17 20:56:29 2003 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: files.acpi,v 1.17 2003/04/17 01:22:21 thorpej Exp $
+#      $NetBSD: files.acpi,v 1.18 2003/04/17 20:56:29 matt Exp $
 
 include "dev/acpi/acpica/files.acpica"
 
 defflag        opt_acpi.h      ACPIVERBOSE ACPI_DEBUG ACPI_PCI_FIXUP ACPI_ACTIVATE_DEV
 
-device acpi { }
+device acpi { }: sysmon_power
 attach acpi at acpibus
 file   dev/acpi/acpi.c                 acpi            needs-flag
 file   dev/acpi/acpi_resource.c        acpi



Home | Main Index | Thread Index | Old Index