Re: changes in plip.c 2.2 to 2.3

NIIBE Yutaka (gniibe@mri.co.jp)
Sat, 10 Oct 1998 09:28:06 +0900 (JST)


> WHat chanegs were ther made between plip.c 2.2 and 2.3 (besides parport
> code) since I had a "plip-on" script that *used* to enabel a plip line to
> a laptop, but does no longer.

The changes make the driver SMP-aware. That is, avoid using cli/sti but
using spin_lock_irq/spin_unlock_irq.

That's all for the change of plip.c itself, no protocol change, no
interface change.

It seems that the problem you mentioned is about routing table. You
need to add the route by yourself in recent kernel (if I remembered
correctly, it is automatically added in old kernel). I think that
this is because of change of routing table handling.

-- 
NIIBE Yutaka

- 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.tux.org/lkml/