James Smart wrote: > +/* > + * Vendor ID: > + * If transports post vendor-unique events, they must pass a well-known > + * 32-bit vendor identifier. This identifier consists of 8 bits indicating > + * the "type" of identifier contained, and 24 bits of id data. > + * > + * Identifiers for each type: > + * PCI : ID data is the 16 bit PCI Registered Vendor ID > + */ > +#define SCSI_NL_VID_ID_MASK 0x00FFFFFF > +#define SCSI_NL_VID_TYPE_MASK 0xFF000000 > +#define SCSI_NL_VID_TYPE_PCI 0x01000000 > + Would it be possible to make this a little larger? For iscsi we wanted to use the MAC address. It can wait. I do not care if it goes in now or later. I just don't want to be the first one to break apps by changing the number and seeing how many checked version numbers :) - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html