Hello! Here's a set of 3 patches against the Linus' repo. The recently resurrected Future Domain SCSI driver got a facelift by Ondrej (thank you!); however, several magic numbers were overlooked, so I went and fixed these cases. Future Domain's stuff isn't new to me -- I wrote a FD SCSI driver for another OS back in '90s... I thought I might still have a real card somewhere in my flat but none were found... :-( [1/3] scsi: fdomain: use BCTL_RST in fdomain_reset() [2/3] scsi: fdomain: use BSTAT_{MSG|CMD|IO} in fdomain_work() [3/3] scsi: fdomain_isa: use CFG1_IRQ_MASK MBR, Sergei