diff options
author | Jonathan Haslam <Jonathan.Haslam@Sun.COM> | 2009-02-13 07:13:13 +0000 |
---|---|---|
committer | Jonathan Haslam <Jonathan.Haslam@Sun.COM> | 2009-02-13 07:13:13 +0000 |
commit | b9e93c10c0a2a4bb069d38bb311021a9478c4711 (patch) | |
tree | 8a82dbbc533447409d902987f543b2ad72e8e78a /usr/src/cmd/devfsadm/dtrace_link.c | |
parent | 2e5e9e19867a0d75685f5beb2fe1b0e31491d49b (diff) | |
download | illumos-joyent-b9e93c10c0a2a4bb069d38bb311021a9478c4711.tar.gz |
PSARC 2008/480 DTrace CPC Provider
6486156 DTrace cpc provider
Diffstat (limited to 'usr/src/cmd/devfsadm/dtrace_link.c')
-rw-r--r-- | usr/src/cmd/devfsadm/dtrace_link.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr/src/cmd/devfsadm/dtrace_link.c b/usr/src/cmd/devfsadm/dtrace_link.c index 5dcc2c8208..72a455c179 100644 --- a/usr/src/cmd/devfsadm/dtrace_link.c +++ b/usr/src/cmd/devfsadm/dtrace_link.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,12 +19,10 @@ * CDDL HEADER END */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include <devfsadm.h> #include <strings.h> #include <stdio.h> @@ -49,6 +46,8 @@ static devfsadm_create_t dtrace_create_cbt[] = { TYPE_EXACT | DRV_EXACT, ILEVEL_0, dtrace_provider }, { "pseudo", "ddi_pseudo", "systrace", TYPE_EXACT | DRV_EXACT, ILEVEL_0, dtrace_provider }, + { "pseudo", "ddi_pseudo", "dcpc", + TYPE_EXACT | DRV_EXACT, ILEVEL_0, dtrace_provider }, }; DEVFSADM_CREATE_INIT_V0(dtrace_create_cbt); |