Changeset 211 for trunk/kernel


Ignore:
Timestamp:
Jul 17, 2017, 1:22:11 PM (7 years ago)
Author:
max@…
Message:

hide the fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/devices/dev_ioc.c

    r207 r211  
    5757    snprintf( ioc->name , 16 , "ioc_%d" , channel );
    5858
    59     // set driver specific fields in chdev descriptor and call driver init function
     59    // call driver init function
    6060    if( impl == IMPL_IOC_BDV )
    6161    {
    62         ioc->cmd = &soclib_bdv_cmd;
    63         ioc->isr = &soclib_bdv_isr;
    6462        soclib_bdv_init( ioc );
    6563    }
    6664    else if( impl == IMPL_IOC_HBA )
    6765    {
    68         ioc->cmd = &soclib_hba_cmd;
    69         ioc->isr = &soclib_hba_isr;
    7066        soclib_hba_init( ioc );
    7167    }
Note: See TracChangeset for help on using the changeset viewer.