patch: Parallel Port IDE Driver, kernel: 2.6.0-test3

From: Leonardo Eloy
Date: Tue Aug 12 2003 - 08:49:13 EST


Parallel Port IDE driver compilation error - driver/block/paride/pd.c
In 2.4 the function blk_init_queue() in drivers/block/ll_rw_blk.c, received the request_queue_t and the
request_fn_proc pointers and returned nothing (void). The 2.6 kernel updated this function so it can receive the
request_fn_proc and spinlock_t, returning the request_queue_t pointer.
The driver hasn't implemented the new function yet, that's what the patch does.


Leonardo Eloy <leonardoeloy@xxxxxxxxxxxxxxxxxxxxxx>
- driver/block/paride/pd.c: fixed blk_init_queue() call and the pd_queue variable


(patch follows as attachment)

Attachment: pport_ide_driver.patch.gz
Description: GNU Zip compressed data