Print this page
12309 errors in section 9e of the manual

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man9e/ddi_ufm.9e.man.txt
          +++ new/usr/src/man/man9e/ddi_ufm.9e.man.txt
↓ open down ↓ 290 lines elided ↑ open up ↑
 291  291                         The driver should indicate the supported capabilities
 292  292                         by setting the value in the caps parameter.  Once the
 293  293                         driver has populated caps with an appropriate value,
 294  294                         then the driver should return 0.  Otherwise, the driver
 295  295                         should return the appropriate error number.  For a full
 296  296                         list of error numbers, see Intro(2).  Common values
 297  297                         are:
 298  298  
 299  299                              EIO                An error occurred talking to
 300  300                                                 the device while trying to
 301      -                                               discover firmware capabilties.
      301 +                                               discover firmware capabilities.
 302  302  
 303  303                              ENOMEM             The driver was unable to
 304  304                                                 allocate memory.
 305  305  
 306  306     Caching and Updates
 307  307       The system will fetch firmware and slot information on an as-needed
 308  308       basis.  Once it obtains some information, it may end up caching this
 309  309       information on behalf of the driver.  Whenever the driver believes that
 310  310       something could have changed -- it need know that it has -- then the
 311  311       driver must call ddi_ufm_update(9F).
↓ open down ↓ 19 lines elided ↑ open up ↑
 331  331       The various UFM entry points that a device driver must implement will
 332  332       always be called from kernel context.
 333  333  
 334  334  SEE ALSO
 335  335       Intro(2), ufd(7D), attach(9E), ddi_ufm_fini(9F), ddi_ufm_image(9F),
 336  336       ddi_ufm_image_set_desc(9F), ddi_ufm_image_set_misc(9F),
 337  337       ddi_ufm_image_set_nslots(9F), ddi_ufm_init(9F), ddi_ufm_slot(9F),
 338  338       ddi_ufm_slot_set_attrs(9F), ddi_ufm_slot_set_misc(9F),
 339  339       ddi_ufm_slot_set_version(9F), ddi_ufm_update(9F)
 340  340  
 341      -illumos                         April 30, 2019                         illumos
      341 +illumos                        February 15, 2020                       illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX