Hello,

I can't remember if I sent this or not !!!

The edits are in fdomain_stub.c as follows :

--- fdomain_stub.c      2000/06/12 21:27:25     1.43
+++ fdomain_stub.c      2001/01/06 20:32:28
@@ -215,6 +215,7 @@
     u_char tuple_data[64];
     Scsi_Device *dev;
     dev_node_t *node, **tail;
+    char str[16];
 #if (LINUX_VERSION_CODE >= VERSION(2,1,75))
     struct Scsi_Host *host;
 #endif
@@ -261,7 +262,8 @@
     ints[0] = 2;
     ints[1] = link->io.BasePort1;
     ints[2] = link->irq.AssignedIRQ;
-    fdomain_setup("PCMCIA setup", ints);
+    sprintf(str, "%d,%d", link->io.BasePort1, link->irq.AssignedIRQ);
+    fdomain_setup(str, ints);
     
     scsi_register_module(MODULE_SCSI_HA, &driver_template);

Basically I reported that the Future Domain SCSI cards were producing a 
series of fault messages and this is what the kernel guys responded with. 

Owen 

On Monday 05 February 2001  1:44 pm, you wrote:
> OS <[EMAIL PROTECTED]> writes:
> > Hello,
> >
> > When will the next Mandrake kernel 2.4.0 be packaged ?
> >
> > A fix I was following has made it into the pcmcia-cs CVS tree and I would
> > like to test it. As I am absolutely crap at building kernels (EBDA too
> > big, a line of dots followed by a freeze, a lockup under a completely
> > black screen, "card services don't match" etc. etc.). Can some nice
> > person package up a new kernel-pcmcia-cs, pretty please !!!
>
> what kind of fixes ? i don't want to use cvs for pcmcia...

Reply via email to