Print this page
12788 fix tst.include.ksh for ddi_ufm.h
        
*** 8,18 ****
   * source.  A copy of the CDDL is also available via the Internet at
   * http://www.illumos.org/license/CDDL.
   */
  
  /*
!  * Copyright 2019 Joyent, Inc.
   */
  
  #ifndef _SYS_DDI_UFM_H
  #define _SYS_DDI_UFM_H
  
--- 8,18 ----
   * source.  A copy of the CDDL is also available via the Internet at
   * http://www.illumos.org/license/CDDL.
   */
  
  /*
!  * Copyright 2020 Joyent, Inc.
   */
  
  #ifndef _SYS_DDI_UFM_H
  #define _SYS_DDI_UFM_H
  
*** 49,59 ****
   * upgrade the firmware.  When support for new capabilties are added to the DDI
   * UFM subsystem, it should be reflected in this enum and the implementation of
   * the UFM_IOC_GETCAPS should be extended appropriately.
   */
  typedef enum {
!         DDI_UFM_CAP_REPORT      = 1 << 0,
  } ddi_ufm_cap_t;
  
  /*
   * This struct defines the input/output data for the UFM_IOC_GETCAPS ioctl.
   * Callers should specify the ufmg_version and ufmg_devpath fields.  On success
--- 49,59 ----
   * upgrade the firmware.  When support for new capabilties are added to the DDI
   * UFM subsystem, it should be reflected in this enum and the implementation of
   * the UFM_IOC_GETCAPS should be extended appropriately.
   */
  typedef enum {
!         DDI_UFM_CAP_REPORT      = 1 << 0
  } ddi_ufm_cap_t;
  
  /*
   * This struct defines the input/output data for the UFM_IOC_GETCAPS ioctl.
   * Callers should specify the ufmg_version and ufmg_devpath fields.  On success