Re: sbpcd bug in 2.4.0...

2000-09-21 Thread Jens Axboe
On Thu, Sep 21 2000, ismael ripoll wrote: > The problem seems to be originatied by the new block devices > interface.. Right > The bug Is that in the function sbpcd_end_request > the value of "req->q" is NULL.. and then: > > list_add(&req->queue, &req->q->queue_head); << FAILS >> And I don'

sbpcd bug in 2.4.0...

2000-09-21 Thread ismael ripoll
Hi! I have an old PC Pentium 100 with a CDROM x2 The CD driver used to work with: modprobe sbpcd sbpcd=0x340,0 It works fine with all version of Linux but 2.3.?? and above. Version 2.4.0-test5 also fails. I've tried to solve the bug... but no way. The module gets loaded smoot