⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ftl_cs.4

📁 pcmcia source code
💻 4
字号:
.\" Copyright (C) 1998 David A. Hinds -- dahinds@users.sourceforge.net.\" ftl_cs.4 1.11 2000/06/12 21:24:47.\".TH FTL_CS 4 "2000/06/12 21:24:47" "pcmcia-cs".SH NAMEftl_cs \- Flash Translation Layer driver for PCMCIA memory cards.SH SYNOPSIS.B insmod ftl_cs.o.RB [ pc_debug=\c.IR n ].RB [ major_dev=\c.IR n ].SH DESCRIPTIONFlash memory devices typically need to be erased before they arewritten, and most flash devices can only be erased on large blockboundaries like 64K or 128K.  The Flash Translation Layer driver, .BR ftl_cs ,implements a sort of virtual sector-addressable block device thathides the details of erase operations.  Using the FTL driver, a flashmemory card can be treated as an ordinary block device..PPThe.B ftl_csdriver allocates a major device number when it is loaded.  Minordevice numbers have a bitwise layout of 'dddrrppp'.  'ddd' is thedevice number, with one card counting as one device.  'rr' is thecommon-memory region number, generally 0.  And 'ppp' selects a logicalpartition within the FTL region..PPThe default configuration script for FTL devices will create a blockdevice with the name of the form '/dev/ftl{d}c{r}', where '{d}' is thedevice number and '{r}' is the region number, that spans theentire FTL region.  It also creates devices '/dev/ftl{d}c{r}p[1-4]'pointing to partitions 1 through 4 within this FTL region. .PPAn FTL region must be formatted before use.  The formattingutility,.BR ftl_format ,needs to write to the corresponding raw memory device rather than theFTL device interface..SH PARAMETERS.TP.BI pc_debug= nSelects the PCMCIA debugging level.  This parameter is only availableif the module is compiled with debugging enabled.  A non-zero valueenables debugging..TP.BI major_dev= nSelects the major device number to allocate for FTL devices.  Thedefault is to pick any available major number..SH AUTHORDavid Hinds \- dahinds@users.sourceforge.net.SH "SEE ALSO"ftl_format(8), cardmgr(8), memory_cs(4), pcmcia(5).

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -