00bsp.cdf
来自「PowerPC 74XX系列CPU的VxWorks BSP源代码!」· CDF 代码 · 共 42 行
CDF
42 行
/* 00bsp.cdf - BSP specific component description file */ /* Copyright 1984-1999 Wind River Systems, Inc. */ /*modification history--------------------01c,15may01,pch Rename local floppy driver to fix clash with generic in project facility 01b,26oct00,kab Make generic01a,06jul99,jkf written*//*DESCRIPTIONThis file contains descriptions for BSP specific components. These may override the defaults. The configuration tool searches for .cdf files in fourplaces; comps/vxworks, arch/<arch>, config/<bsp>, and the project directory. This file describes theBSP specific components available to this BSP.*/ /* BSP specifics */Parameter FD_CACHE_SIZE { NAME Disk cache for Floppy Disk SYNOPSIS Recommended 128K to compensate for slow mechanics TYPE int DEFAULT (128*1024)}Component INCLUDE_FDC { NAME floppy drive (Motorola NEC 765) SYNOPSIS NEC 765 floppy drive component MODULES isaDma.o fdcDrv.o CONFIGLETTES usrFdc.c INIT_RTN fdcDrv (FD_INT_VEC, FD_INT_LVL); CFG_PARAMS FD_INT_VEC FD_INT_LVL FD_CACHE_SIZE HDR_FILES fdc.h }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?