📄 00bsp.cdf
字号:
/* 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 generic
01a,06jul99,jkf written
*/
/*
DESCRIPTION
This file contains descriptions for BSP specific
components. These may override the defaults. The
configuration tool searches for .cdf files in four
places; comps/vxworks, arch/<arch>, config/<bsp>,
and the project directory. This file describes the
BSP 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -