All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] move EDD code from i386-specific locations to generic
@ 2004-03-17 23:05 Matt Domsch
  2004-03-17 23:07 ` [PATCH 1/3] " Matt Domsch
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Matt Domsch @ 2004-03-17 23:05 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

[-- 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 --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-03-17 23:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-17 23:05 [PATCH 0/3] move EDD code from i386-specific locations to generic Matt Domsch
2004-03-17 23:07 ` [PATCH 1/3] " Matt Domsch
2004-03-17 23:08 ` [PATCH 2/3] " Matt Domsch
2004-03-17 23:09 ` [PATCH 3/3] " Matt Domsch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.