> attached is the dmx3191d-patch in diff uni format from 2.3.51 kernel
> source
> let me know if something is wrong
Looks basically ok to me.
I see a couple of minor items
o You aren't allowed to have a dev_id of NULL when using SA_SHIRQ. I'd
suggest using instance
o You request the IRQ before you configure the driver. If the irq line
is shared you may hang the machine
I would suggest the following small changes
Move the request_irq to after the NCR5380_init (I assume NCR5380_init doesnt
need the IRQ ?). Pass it instance as the argument. Pass instance to free_irq()
as well.
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]