linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matt Domsch <Matt_Domsch@dell.com>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 0/3] move EDD code from i386-specific locations to generic
Date: Wed, 17 Mar 2004 17:05:40 -0600	[thread overview]
Message-ID: <20040317230540.GA30399@lists.us.dell.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1667 bytes --]

Here are three patches following by mail to move the BIOS Enhanced
Disk Drive code from i386-specific locations into more generic
locations, which will allow it to be used on x86-64 as well.

01-edd-move-eddh.patch
EDD: move edd.h from include/asm-i386 to include/linux

Fix reference in setup.c 

 b/arch/i386/kernel/setup.c |    2 
 b/include/linux/edd.h      |  181 +++++++++++++++++++++++++++++++++++++++++++++
 include/asm-i386/edd.h     |  180 --------------------------------------------
 3 files changed, 182 insertions, 181 deletions


02-edd-move-eddc.patch
EDD: move edd.c from arch/i386/kernel to new dir drivers/firmware

Fix up makefiles and Kconfigs

 arch/i386/kernel/edd.c      |  837 --------------------------------------------
 b/arch/i386/Kconfig         |   11 
 b/arch/i386/kernel/Makefile |    1 
 b/drivers/Makefile          |    1 
 b/drivers/firmware/Kconfig  |   19 
 b/drivers/firmware/Makefile |    4 
 b/drivers/firmware/edd.c    |  837 ++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 862 insertions, 848 deletions


03-edd-split-asm.patch
EDD: split EDD assembly code from setup.S into edd.S

This will enable it to be #included into x86-64 too.


 edd.S   |  127 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 setup.S |  125 --------------------------------------------------------------
 2 files changed, 128 insertions, 124 deletions

Applies on top of 2.6.5-rc1-mm1.

Thanks,
Matt

-- 
Matt Domsch
Sr. Software Engineer, Lead Engineer
Dell Linux Solutions linux.dell.com & www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

             reply	other threads:[~2004-03-17 23:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-17 23:05 Matt Domsch [this message]
2004-03-17 23:07 ` [PATCH 1/3] move EDD code from i386-specific locations to generic Matt Domsch
2004-03-17 23:08 ` [PATCH 2/3] " Matt Domsch
2004-03-17 23:09 ` [PATCH 3/3] " Matt Domsch

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=20040317230540.GA30399@lists.us.dell.com \
    --to=matt_domsch@dell.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).