Changeset 515
- Timestamp:
- Aug 26, 2018, 7:36:09 PM (7 years ago)
- File:
- 
          - 1 edited
 
 - 
          trunk/kernel/kern/kernel_init.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/kernel/kern/kernel_init.cr492 r515 476 476 if((func==DEV_FUNC_NIC) && (rx==0)) entry = &chdev_dir.nic_tx[channel]; 477 477 if((func==DEV_FUNC_NIC) && (rx==1)) entry = &chdev_dir.nic_rx[channel]; 478 else { assert( false, "Unknown functional device type."); } 478 479 479 480 for( x = 0 ; x < info->x_size ; x++ ) 
Note: See TracChangeset
          for help on using the changeset viewer.
      
