lkml.org 
[lkml]   [1998]   [Aug]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectre: Linux 2.0.36pre3
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

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