Changeset 583 for trunk/kernel/kern/chdev.c
- Timestamp:
- Nov 1, 2018, 12:10:42 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/chdev.c
r581 r583 63 63 switch ( func_type ) 64 64 { 65 case DEV_FUNC_RAM: return "RAM";66 case DEV_FUNC_ROM: return "ROM";67 case DEV_FUNC_FBF: return "FBF";68 case DEV_FUNC_IOB: return "IOB";69 case DEV_FUNC_IOC: return "IOC";70 case DEV_FUNC_MMC: return "MMC";71 case DEV_FUNC_DMA: return "DMA";72 case DEV_FUNC_NIC: return "NIC";73 case DEV_FUNC_TIM: return "TIM";74 case DEV_FUNC_TXT: return "TXT";75 case DEV_FUNC_ICU: return "ICU";76 case DEV_FUNC_PIC: return "PIC";77 default: return "undefined";65 case DEV_FUNC_RAM: return "RAM"; 66 case DEV_FUNC_ROM: return "ROM"; 67 case DEV_FUNC_FBF: return "FBF"; 68 case DEV_FUNC_IOB: return "IOB"; 69 case DEV_FUNC_IOC: return "IOC"; 70 case DEV_FUNC_MMC: return "MMC"; 71 case DEV_FUNC_DMA: return "DMA"; 72 case DEV_FUNC_NIC: return "NIC"; 73 case DEV_FUNC_TIM: return "TIM"; 74 case DEV_FUNC_TXT: return "TXT"; 75 case DEV_FUNC_ICU: return "ICU"; 76 case DEV_FUNC_PIC: return "PIC"; 77 default: return "undefined"; 78 78 } 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.