Changeset 517
- Timestamp:
- Aug 27, 2018, 4:19:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/kernel_init.c
r515 r517 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."); }479 478 480 479 for( x = 0 ; x < info->x_size ; x++ )
Note: See TracChangeset
for help on using the changeset viewer.