mtd/drivers/mtd rfd_ftl.c, NONE, 1.1 Kconfig, 1.8,
1.9 Makefile.common, 1.5, 1.6
sean at infradead.org
sean at infradead.org
Thu Jun 16 04:49:33 EDT 2005
Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv5850/drivers/mtd
Modified Files:
Kconfig Makefile.common
Added Files:
rfd_ftl.c
Log Message:
Add Resident Flash Disk (RFD) support
***** Error reading new file: [Errno 2] No such file or directory: 'rfd_ftl.c'
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/Kconfig,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Kconfig 17 Mar 2005 19:53:57 -0000 1.8
+++ Kconfig 16 Jun 2005 08:49:29 -0000 1.9
@@ -253,6 +253,16 @@
permitted to copy, modify and distribute the code as you wish. Just
not use it.
+config RFD_FTL
+ tristate "Resident Flash Disk (Flash Translation Layer) support"
+ depends on MTD
+ ---help---
+ This provides support for the flash translation layer known
+ as the Resident Flash Disk (RFD), as used by the Embedded BIOS
+ of General Software. There is a blurb at:
+
+ http://www.gensw.com/pages/prod/bios/rfd.htm
+
source "drivers/mtd/chips/Kconfig"
source "drivers/mtd/maps/Kconfig"
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/Makefile.common,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.common 10 Aug 2004 20:51:49 -0000 1.5
+++ Makefile.common 16 Jun 2005 08:49:29 -0000 1.6
@@ -20,6 +20,7 @@
obj-$(CONFIG_FTL) += ftl.o mtd_blkdevs.o
obj-$(CONFIG_NFTL) += nftl.o mtd_blkdevs.o
obj-$(CONFIG_INFTL) += inftl.o mtd_blkdevs.o
+obj-$(CONFIG_RFD_FTL) += rfd_ftl.o mtd_blkdevs.o
nftl-objs := nftlcore.o nftlmount.o
inftl-objs := inftlcore.o inftlmount.o
More information about the linux-mtd-cvs
mailing list