re: Linux 2.0.36pre3

Kristofer T. Karas (ktk@ktk.bidmc.harvard.edu)
Tue, 11 Aug 1998 23:45:06 -0400


Alan writes:
>Ok this took a bit longer than I intended. Im releasing 2.0.36pre3
>now for two reasons
>
> 1. Its got the 5.0.20 AIC7xxx driver in it - this should
> help the adaptec afflicted

It has a small omission (patch below) for the `wdelay' macro (cobbled
from the drivers/sound/msnd.h header).

Kris

--- linux-2.0.36/drivers/scsi/aic7xxx.c.orig Tue Aug 11 23:17:16 1998
+++ linux-2.0.36/drivers/scsi/aic7xxx.c Tue Aug 11 23:21:23 1998
@@ -230,6 +230,10 @@
# define KERNEL_VERSION(x,y,z) (((x)<<16)+((y)<<8)+(z))
#endif

+#ifndef mdelay
+# define mdelay(a) udelay((a) * 1000)
+#endif
+
/*
* We need the bios32.h file if we are kernel version 2.1.92 or less. The
* full set of pci_* changes wasn't in place until 2.1.93

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html