lkml.org 
[lkml]   [2003]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Linux 2.4.22-pre6-ac1
On Fri, Jul 18, 2003 at 08:12:26AM -0400, Alan Cox wrote:
> Took rather longer than planned but here we are:
>
> Linux 2.4.22-pre6-ac1

Hi Alan

Linux 2.4.22-pre6-ac1 doesn't build with the option
"Old hard disk (MFM/RLL/IDE) driver" (CONFIG_BLK_DEV_HD_ONLY=y).

This (trivial) patch fixes the problem. Please consider including it in
the next -ac kernel.

=========
--- drivers/ide/Makefile.orig Fri Jul 25 10:09:02 2003
+++ drivers/ide/Makefile Fri Jul 25 10:18:24 2003
@@ -54,6 +54,7 @@
obj-y += arm/idedriver-arm.o
else
ifeq ($(CONFIG_BLK_DEV_HD_ONLY),y)
+ subdir-$(CONFIG_BLK_DEV_HD_ONLY) += legacy
obj-y += legacy/idedriver-legacy.o
endif
endif
=========
I proposed this patch one month ago (Linux 2.4.21-pre8) and though you
approved it on Friday June 13, it has never been included in the 2.4.22
kernels.

Regards

--
Jerome Chantelauze.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.044 / U:0.228 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site