I just realized that the error I am seeing on 2.4 is from partition
detection code on my ls-120 drive. The bug I was seeing on 2.4.20 must
have been fixed already. However I do think there is still a bug on
2.5.65+ on the driver, I will look into it further once I can manage to
boot a 2.5 kernel again.
Thanks,
Chris Cheney
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
->base_addr;
+ unsigned long flags;
spin_lock_irqsave(&lp->lock, flags);
@@ -948,7 +950,7 @@
u8 one=1;
u8 regs;
u16 descnumbuffs[2] = {TX_RING_LEN, RX_RING_LEN};
- unsigned_long flags;
+ unsigned long flags;
spin_lock_irqsave(&lp->lock, flags);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/