Module Name:    src
Committed By:   pgoyette
Date:           Thu Mar  4 13:11:15 UTC 2010

Modified Files:
        src/sys/dev/acpi: smbus_acpi.c

Log Message:
This really should be ACPI_BUS_COMPONENT

Maybe I should stay out the acpi stuff?  :)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/smbus_acpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/acpi/smbus_acpi.c
diff -u src/sys/dev/acpi/smbus_acpi.c:1.5 src/sys/dev/acpi/smbus_acpi.c:1.6
--- src/sys/dev/acpi/smbus_acpi.c:1.5	Thu Mar  4 13:07:01 2010
+++ src/sys/dev/acpi/smbus_acpi.c	Thu Mar  4 13:11:14 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: smbus_acpi.c,v 1.5 2010/03/04 13:07:01 pgoyette Exp $ */
+/* $NetBSD: smbus_acpi.c,v 1.6 2010/03/04 13:11:14 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -36,9 +36,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smbus_acpi.c,v 1.5 2010/03/04 13:07:01 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smbus_acpi.c,v 1.6 2010/03/04 13:11:14 pgoyette Exp $");
 
-#define _COMPONENT		ACPI_RESOURCE_COMPONENT
+#define _COMPONENT		ACPI_BUS_COMPONENT
 ACPI_MODULE_NAME		("smbus_acpi")
 
 #include <sys/param.h>

Reply via email to