diff -urN linux-2.4.9.tmp/include/scsi/scsi.h linux-2.4.9.SuSE/include/scsi/scsi.h --- linux-2.4.9.tmp/include/scsi/scsi.h Fri Apr 27 22:59:19 2001 +++ linux-2.4.9.SuSE/include/scsi/scsi.h Mon Sep 10 11:15:58 2001 @@ -214,6 +214,12 @@ /* Used to get the PCI location of a device */ #define SCSI_IOCTL_GET_PCI 0x5387 +/* Used to get Fibre Channel WWN and port_id from device */ +#define SCSI_IOCTL_FC_TARGET_ADDRESS 0x5387 + +/* Used to invoke Target Defice Reset for Fibre Channel */ +#define SCSI_IOCTL_FC_TDR 0x5388 + /* * Overrides for Emacs so that we follow Linus's tabbing style. * Emacs will notice this stuff at the end of the file and automatically