[PATCH] major assigned for rfd ftl

Sean Young sean at mess.org
Tue Nov 29 07:33:02 EST 2005


Lanana has assigned major 256 to the RFD FTL. This is the first 2.6 only
major, since it is >255. See:

http://www.lanana.org/docs/device-list/devices-2.6+.txt

Would it be possible to push this to Linus for inclusion inc 2.6.15? It
would be nice if the major doesn't change after 2.6.15 is released.

Signed-off-by: Sean Young <sean at mess.org>
--
diff -u -r1.5 -r1.6
--- a/drivers/mtd/rfd_ftl.c	7 Nov 2005 11:14:21 -0000	1.5
+++ b/drivers/mtd/rfd_ftl.c	29 Nov 2005 11:47:57 -0000	1.6
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2005  Sean Young <sean at mess.org>
  *
- * $Id: rfd_ftl.c,v 1.5 2005/11/07 11:14:21 gleixner Exp $
+ * $Id: rfd_ftl.c,v 1.6 2005/11/29 11:47:57 sean Exp $
  *
  * This type of flash translation layer (FTL) is used by the Embedded BIOS
  * by General Software. It is known as the Resident Flash Disk (RFD), see:
@@ -29,11 +29,9 @@
 
 #define PREFIX "rfd_ftl: "
 
-/* Major device # for FTL device */
-
-/* A request for this major has been sent to device at lanana.org */
+/* This major has been assigned by device at lanana.org */
 #ifndef RFD_FTL_MAJOR
-#define RFD_FTL_MAJOR		95
+#define RFD_FTL_MAJOR		256
 #endif
 
 /* Maximum number of partitions in an FTL region */




More information about the linux-mtd mailing list