ipack_ids.h 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * IndustryPack Fromat, Vendor and Device IDs.
  3. */
  4. /* ID section format versions */
  5. #define IPACK_ID_VERSION_INVALID 0x00
  6. #define IPACK_ID_VERSION_1 0x01
  7. #define IPACK_ID_VERSION_2 0x02
  8. /* Vendors and devices. Sort key: vendor first, device next. */
  9. #define IPACK1_VENDOR_ID_RESERVED1 0x00
  10. #define IPACK1_VENDOR_ID_RESERVED2 0xFF
  11. #define IPACK1_VENDOR_ID_UNREGISTRED01 0x01
  12. #define IPACK1_VENDOR_ID_UNREGISTRED02 0x02
  13. #define IPACK1_VENDOR_ID_UNREGISTRED03 0x03
  14. #define IPACK1_VENDOR_ID_UNREGISTRED04 0x04
  15. #define IPACK1_VENDOR_ID_UNREGISTRED05 0x05
  16. #define IPACK1_VENDOR_ID_UNREGISTRED06 0x06
  17. #define IPACK1_VENDOR_ID_UNREGISTRED07 0x07
  18. #define IPACK1_VENDOR_ID_UNREGISTRED08 0x08
  19. #define IPACK1_VENDOR_ID_UNREGISTRED09 0x09
  20. #define IPACK1_VENDOR_ID_UNREGISTRED10 0x0A
  21. #define IPACK1_VENDOR_ID_UNREGISTRED11 0x0B
  22. #define IPACK1_VENDOR_ID_UNREGISTRED12 0x0C
  23. #define IPACK1_VENDOR_ID_UNREGISTRED13 0x0D
  24. #define IPACK1_VENDOR_ID_UNREGISTRED14 0x0E
  25. #define IPACK1_VENDOR_ID_UNREGISTRED15 0x0F
  26. #define IPACK1_VENDOR_ID_SBS 0xF0
  27. #define IPACK1_DEVICE_ID_SBS_OCTAL_232 0x22
  28. #define IPACK1_DEVICE_ID_SBS_OCTAL_422 0x2A
  29. #define IPACK1_DEVICE_ID_SBS_OCTAL_485 0x48