home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v1.zip / DDKX86 / H / DISK.H < prev    next >
Text File  |  1995-04-14  |  1KB  |  30 lines

  1. /*DDK*************************************************************************/
  2. /*                                                                           */
  3. /* COPYRIGHT (C) Microsoft Corporation, 1989                                 */
  4. /* COPYRIGHT    Copyright (C) 1995 IBM Corporation                           */
  5. /*                                                                           */
  6. /*    The following IBM OS/2 WARP source code is provided to you solely for  */
  7. /*    the purpose of assisting you in your development of OS/2 WARP device   */
  8. /*    drivers. You may use this code in accordance with the IBM License      */
  9. /*    Agreement provided in the IBM Device Driver Source Kit for OS/2. This  */
  10. /*    Copyright statement may not be removed.                                */
  11. /*                                                                           */
  12. /*****************************************************************************/
  13. /*static char *SCCSID = "@(#)disk.h    6.1 90/11/15";*/
  14. /***    Physical Disk Device (DISK)
  15.  *
  16.  *    SCCSID = @(#)disk.h    13.4 90/06/29
  17.  *
  18.  *    Disk hardware constants declaration.
  19.  *
  20.  *
  21.  *    MODIFICATION HISTORY
  22.  *        05/07/89 MTS    Created.
  23.  */
  24.  
  25.  
  26. // Hard Disk Controller Ports
  27.  
  28. #define PORT_HF     0x1f0    //hard disk first port
  29. #define PORT_HFREG    0x3f6    //hard disk register port
  30.