Ignore:
Timestamp:
Sep 21, 2018, 10:20:35 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Add mtty driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/kernel_init.c

    r532 r534  
    695695                if     ( func == DEV_FUNC_MMC ) lapic_input.mmc = id;
    696696                else if( func == DEV_FUNC_DMA ) lapic_input.dma[channel] = id;
     697                else if( func == DEV_FUNC_TXT ) lapic_input.mtty = id;
    697698                else assert( false , "illegal source device for LAPIC input" );
    698699            }
Note: See TracChangeset for help on using the changeset viewer.