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