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.

32 lines
1017 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: timing.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #if !defined (___timing_h___)
  11. #define ___timing_h___
  12. NTSTATUS
  13. PiixIdeTransferModeSelect (
  14. IN PDEVICE_EXTENSION DeviceExtension,
  15. IN OUT PPCIIDE_TRANSFER_MODE_SELECT TransferModeSelect
  16. );
  17. NTSTATUS
  18. PiixIdepTransferModeSelect (
  19. IN PDEVICE_EXTENSION DeviceExtension,
  20. IN PPCIIDE_TRANSFER_MODE_SELECT TransferModeSelect,
  21. OUT ULONG DriveBestXferMode[MAX_IDE_DEVICE],
  22. OUT PPIIX_TIMING_REGISTER PiixTimingReg,
  23. OUT PPIIX3_SLAVE_TIMING_REGISTER PiixSlaveTimingReg,
  24. OUT PPIIX4_UDMA_CONTROL_REGISTER Piix4UdmaControlReg,
  25. OUT PPIIX4_UDMA_TIMING_REGISTER Piix4UdmaTimingReg,
  26. OUT PICH_IO_CONFIG_REGISTER ioConfigReg
  27. );
  28. #endif // ___timing_h___