Attach the "available" node under "frequency". Thanks to Robert Swindells.
This commit is contained in:
parent
64e74c80df
commit
c822683a97
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: powernow_k7.c,v 1.13 2006/08/07 21:16:03 xtraeme Exp $ */
|
/* $NetBSD: powernow_k7.c,v 1.14 2006/08/08 20:13:28 xtraeme Exp $ */
|
||||||
/* $OpenBSD: powernow-k7.c,v 1.24 2006/06/16 05:58:50 gwk Exp $ */
|
/* $OpenBSD: powernow-k7.c,v 1.24 2006/06/16 05:58:50 gwk Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
@ -89,7 +89,7 @@
|
|||||||
/* AMD POWERNOW K7 driver */
|
/* AMD POWERNOW K7 driver */
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: powernow_k7.c,v 1.13 2006/08/07 21:16:03 xtraeme Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: powernow_k7.c,v 1.14 2006/08/08 20:13:28 xtraeme Exp $");
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
@ -434,7 +434,7 @@ k7_powernow_init(void)
|
|||||||
|
|
||||||
powernow_node_current = node->sysctl_num;
|
powernow_node_current = node->sysctl_num;
|
||||||
|
|
||||||
if ((sysctl_createv(SYSCTLLOG, 0, &pnownode, &node,
|
if ((sysctl_createv(SYSCTLLOG, 0, &freqnode, &node,
|
||||||
0,
|
0,
|
||||||
CTLTYPE_STRING, "available", NULL,
|
CTLTYPE_STRING, "available", NULL,
|
||||||
NULL, 0, freq_names, freq_names_len,
|
NULL, 0, freq_names, freq_names_len,
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: powernow_k8.c,v 1.1 2006/08/07 20:58:23 xtraeme Exp $ */
|
/* $NetBSD: powernow_k8.c,v 1.2 2006/08/08 20:13:27 xtraeme Exp $ */
|
||||||
/* $OpenBSD: powernow-k8.c,v 1.8 2006/06/16 05:58:50 gwk Exp $ */
|
/* $OpenBSD: powernow-k8.c,v 1.8 2006/06/16 05:58:50 gwk Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
@ -89,7 +89,7 @@
|
|||||||
/* AMD POWERNOW K8 driver */
|
/* AMD POWERNOW K8 driver */
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: powernow_k8.c,v 1.1 2006/08/07 20:58:23 xtraeme Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: powernow_k8.c,v 1.2 2006/08/08 20:13:27 xtraeme Exp $");
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
@ -474,7 +474,7 @@ k8_powernow_init(void)
|
|||||||
|
|
||||||
powernow_node_current = node->sysctl_num;
|
powernow_node_current = node->sysctl_num;
|
||||||
|
|
||||||
if (sysctl_createv(NULL, 0, &pnownode, &node,
|
if (sysctl_createv(NULL, 0, &freqnode, &node,
|
||||||
0,
|
0,
|
||||||
CTLTYPE_STRING, "available", NULL,
|
CTLTYPE_STRING, "available", NULL,
|
||||||
NULL, 0, freq_names, freq_names_len,
|
NULL, 0, freq_names, freq_names_len,
|
||||||
|
Loading…
Reference in New Issue
Block a user