Date: Wed, 04 Jul 2001 11:36:33 +0200
From: Christian Gennerat <[EMAIL PROTECTED]>
Subject: Re: Linux boot floppy (was Re: Anyone with a Linux...)
David Gardner a écrit :
> Date: Wed, 4 Jul 2001 09:58:17 +0100
> From: David Gardner <[EMAIL PROTECTED]>
> Subject: Linux boot floppy (was Re: Anyone with a Linux...)
>
> I was wondering if anyone has got the floppy_cs patch for the pcmcia
> sources to work with a recent (ie. 2.4.5) kernel? I remember getting
> it to work on a 2.4.0-pre, but can't get it to work on a newer
> version :( I don't have too much time to look at it at the
> moment, but I will try to update the patch if no-one else has done
> this already.
>
> Once I get this to work, I will produce some bootdisks/rescue disks,
> which may or may not be helpful to others on the list ;)
>
Last compiled (successfully) with 2.4.3-20mdk
floppy_cs-201.tgz 22-Jan-2001 11:41 20k
and available on http://libxg.free.fr/
and http://www.ibiblio.org/pub/Linux/kernel/pcmcia/contrib/
Only change the Makefile portion of floppy24.fix by:
--- drivers/block/Makefile~ Fri Dec 29 23:07:21 2000
+++ drivers/block/Makefile Wed Jan 10 20:18:19 2001
@@ -13,6 +13,10 @@
mod-subdirs := paride
export-objs := ll_rw_blk.o blkpg.o elevator.o loop.o DAC960.o
+ifeq ($(CONFIG_BLK_DEV_FD_PCMCIA),y)
+export-objs += floppy.o
+obj-m += floppy_cs.o
+endif
obj-y := ll_rw_blk.o blkpg.o genhd.o elevator.o
Let me know if it is still good for 2.4.5, before I release floppy_cs-202
**************************************************************
http://libretto.basiclink.com - Libretto mailing list
http://libretto.basiclink.com/archive - Archives
http://www.picante.com/~gtaylor/portable/faq.html - FAQ
-------UNSUBSCRIBE-------
mailto:[EMAIL PROTECTED]?subject=cmd:unsubscribe
--------UNSUBSCRIBE DIGEST------
Use above but add DIGEST to the subject line...
**************************************************************