public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Sean Young <sean@mess.org>
To: linux-mtd@lists.infradead.org
Subject: [PATCH] major assigned for rfd ftl
Date: Tue, 29 Nov 2005 13:33:02 +0100	[thread overview]
Message-ID: <20051129123301.GA79821@atlantis.8hz.com> (raw)

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@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@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@lanana.org */
+/* This major has been assigned by device@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 */

             reply	other threads:[~2005-11-29 12:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-29 12:33 Sean Young [this message]
2005-11-29 14:23 ` [PATCH] major assigned for rfd ftl David Woodhouse
2005-11-29 14:32   ` Thomas Gleixner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051129123301.GA79821@atlantis.8hz.com \
    --to=sean@mess.org \
    --cc=linux-mtd@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox