Register with pmf(9), tell it we don't need anything.
This commit is contained in:
parent
12a9718711
commit
2ec6410a85
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: hpcapm.c,v 1.15 2009/04/03 04:13:17 uwe Exp $ */
|
||||
/* $NetBSD: hpcapm.c,v 1.16 2009/04/05 02:04:40 uwe Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000 Takemura Shin
|
||||
|
@ -29,7 +29,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: hpcapm.c,v 1.15 2009/04/03 04:13:17 uwe Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: hpcapm.c,v 1.16 2009/04/05 02:04:40 uwe Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_hpcapm.h"
|
||||
|
@ -153,6 +153,9 @@ hpcapm_attach(struct device *parent,
|
|||
aaa.apm_detail = 0x0102;
|
||||
|
||||
sc->sc_apmdev = config_found_ia(self, "apmdevif", &aaa, apmprint);
|
||||
|
||||
if (!pmf_device_register(self, NULL, NULL))
|
||||
aprint_error_dev(self, "unable to establish power handler\n");
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in New Issue