diff options
| author | Vijay S Balakrishna <Vijay.Balakrishna@Sun.COM> | 2010-02-12 13:23:04 -0800 |
|---|---|---|
| committer | Vijay S Balakrishna <Vijay.Balakrishna@Sun.COM> | 2010-02-12 13:23:04 -0800 |
| commit | df3cd224ef765c29101e4110546062199562f757 (patch) | |
| tree | dc062d474df3b7d13175fae13272769645e7c247 /usr/src/uts/sun4u/ngdr/sys/dr.h | |
| parent | 2dea4eed7ad1c66ae4770263aa2911815a8b86eb (diff) | |
| download | illumos-joyent-df3cd224ef765c29101e4110546062199562f757.tar.gz | |
6894307 cfgadm disconnect operation on SF6900 I/O boat failed with "Hardware specific failure" error
Diffstat (limited to 'usr/src/uts/sun4u/ngdr/sys/dr.h')
| -rw-r--r-- | usr/src/uts/sun4u/ngdr/sys/dr.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/uts/sun4u/ngdr/sys/dr.h b/usr/src/uts/sun4u/ngdr/sys/dr.h index c34c744120..96ac53c3c9 100644 --- a/usr/src/uts/sun4u/ngdr/sys/dr.h +++ b/usr/src/uts/sun4u/ngdr/sys/dr.h @@ -19,15 +19,13 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _SYS_DR_H #define _SYS_DR_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -375,8 +373,8 @@ extern void dr_release_sr_handle(dr_sr_handle_t *srh); extern int dr_suspend(dr_sr_handle_t *srh); extern void dr_resume(dr_sr_handle_t *srh); extern void dr_check_devices(dev_info_t *dip, int *refcount, - dr_handle_t *handle, uint64_t *arr, - int *idx, int len); + dr_handle_t *handle, uint64_t *arr, int *idx, + int len, int *refcount_non_gldv3); extern int dr_pt_test_suspend(dr_handle_t *hp); /* |
