Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1008 B

  1. ; ***************************************************************************
  2. ;
  3. ; Microsoft Confidential
  4. ; Copyright (C) Microsoft Corporation 1993
  5. ; All Rights Reserved.
  6. ;
  7. ; ***************************************************************************
  8. ;
  9. ; MODIFICATION HISTORY
  10. ;
  11. ; Created: 8/30/93 NSM
  12. ;
  13. ; 11/15/93 NSM Modified and moved so that this can be used both
  14. ; in BIOS and DwConfigmg VxD
  15. ;
  16. ; ***************************************************************************
  17. INCLUDE DEVINFO.INC
  18. OLD_CONFIGMGR_VXDID equ 34h ; should match with vmm.h
  19. CM_VERSION_NO equ 0101h ; CONFIGMGR Version no
  20. ;
  21. ;
  22. ; CONFIG API function codes
  23. ;
  24. CM_GetVersion EQU 0
  25. CM_GetConfig EQU 1
  26. CM_LockConfig EQU 2
  27. CM_UnlockConfig EQU 3
  28. ;
  29. ; Various error codes returned by CONFIGMGR API
  30. ;
  31. CM_DEVICE_NOT_FOUND equ 1
  32. CM_CONFIG_ERROR equ 1
  33. CM_IO_PORT_UNAVAILABLE equ 2
  34. CM_IRQ_UNAVAILABLE equ 4
  35. CM_DMA_CH_UNAVAILABLE equ 8
  36. CM_MEM_WINDOW_UNAVAILABLE equ 10h