com_IPMI_DeviceConfig.h 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /****************************************************************
  2. ****************************************************************
  3. ** **
  4. ** (C)Copyright 2005-2006, American Megatrends Inc. **
  5. ** **
  6. ** All Rights Reserved. **
  7. ** **
  8. ** 6145-F, Northbelt Parkway, Norcross, **
  9. ** **
  10. ** Georgia - 30071, USA. Phone-(770)-246-8600. **
  11. ** **
  12. ****************************************************************
  13. ****************************************************************
  14. ****************************************************************
  15. *
  16. * IPMI_DeviceConfig.h
  17. * Device Configuration Commands
  18. *
  19. *****************************************************************/
  20. #ifndef IPMI_DEVICE_CONFIG_H
  21. #define IPMI_DEVICE_CONFIG_H
  22. /* LAN Configuration Commands */
  23. #define CMD_SET_LAN_CONFIGURATION_PARAMETERS 0x01
  24. #define CMD_GET_LAN_CONFIGURATION_PARAMETERS 0x02
  25. #define CMD_SUSPEND_BMC_ARPS 0x03
  26. #define CMD_GET_IP_UDP_RMCP_STATISTICS 0x04
  27. /* Serial Configuration Commands */
  28. #define CMD_SERIAL_MODEM_CONNECTION_ACTIVITY 0x18
  29. #define CMD_SET_SERIAL_MODEM_CONFIG 0x10
  30. #define CMD_GET_SERIAL_MODEM_CONFIG 0x11
  31. #define CMD_SET_SERIAL_MODEM_MUX 0x12
  32. #define CMD_GET_TAP_RES_CODES 0x13
  33. #define CMD_CALLBACK 0x19
  34. #define CMD_SET_USER_CALLBACK_OPTION 0x1a
  35. #define CMD_GET_USER_CALLBACK_OPTION 0x1b
  36. /* Serial Over Lan Configuration Commands */
  37. #define CMD_GET_SOL_CONFIGURATION 0x22
  38. #define CMD_SET_SOL_CONFIGURATION 0x21
  39. #endif /* IPMI_DEVICE_CONFIG_H */